: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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width:1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 16px;
  line-height: 1.8em;
  color: #666;
  position: relative;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

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;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.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: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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;
  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: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0 !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-transform-none {
  text-transform: none !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.secondary-bg {
  background-color: #eef4fa;
}

.secondary-color {
  background-color: #111e2a;
}

.primary-color {
  background-color: #eef4fa;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.margn-b-30 {
  margin-bottom: 30px !important;
}

.margn-b-50 {
  margin-bottom: 50px;
}

.margn-t-20 {
  margin-top: 20px !important;
}

.margn-t-25 {
  margin-top: 25px !important;
}

.margn-t-80 {
  margin-top: 80px !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
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: inherit;
  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:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width:1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1280px;
  }
}

.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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width:576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width:1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.text-center {
  text-align: center;
}

.w-0 {
  width: 0% !important;
}

.w-25 {
  width: 25% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.align-items-center {
  align-items: center
}

/*tick list*/
ul.tick {
  list-style: none;
}

ul.tick li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 600;
  flex-basis: 50%;
}

ul.tick li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f14a";
  position: absolute;
  top: 0;
  left: 0;
  color: #c80b00;
}

ul.tick li {
  margin-bottom: 10px;
}

/*button*/
.main-btn-one {
  text-decoration: none;
  color: #2563eb;
  background: #FFF;
  padding: .75rem 1.5rem;
  display: flex;
  text-align: center;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  line-height: 1.25rem;
  border-radius: .75rem;
}

.main-btn-one:hover {
  color: #FFF;
  background: #047857;
}

.main-btn-two {
  text-decoration: none;
  color: #fff;
  background: #059669;
  padding: .75rem 1.5rem;
  display: flex;
  text-align: center;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  line-height: 1.25rem;
  border-radius: .75rem;
}

.main-btn-two:hover {
  color: #fff;
  background: #047857;
}


/*section-title*/
.section-title {
  position: relative;
  margin-bottom: 5rem;
  text-align: left;
}

.section-title .mini-head {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #1e40af;
  padding: .75rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #dbeafe;
  border-radius: 9999px;
  display: inline-block;
}

.section-title p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #4b5563;
  position: relative;
  margin-bottom: 0;
}

.section-title h2 {
  color: #111827;
  margin-bottom: 1.5rem;
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.section-title h2 span {
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-two {
  position: relative;
  margin-bottom: 3rem;
  text-align: left;
}

.section-title-two p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
  position: relative;
}

.section-title-two h2 {
  color: #111827;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.2rem;
}

.section-title-two h2 span {
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-center {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto 3rem;
}

section {
  padding: 70px 0;
  position: relative;
}

.section-title-light h2 {
  color: #fff;
}

.section-title-light p {
  color: #fff;
}




/*=============================
		header
 ==============================*/
.headerWraper {
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  border-radius: 0;
  transition: .5s ease all;
  background-color: #2563ebf2;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.headerWraper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.headerWraper .header-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
}

.headerWraper .header-box .bbtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.headerWraper .header-box .logo {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  border-radius: .75rem;
}

.headerWraper .header-box .logo img {
  height: 2rem;
  width: auto;
}

.header-box .location {
  position: relative;
}

.header-box .location p {
  font-size: 16px;
  line-height: 1.8em;
  color: #fff;
  margin-bottom: 0px;
}

.header-box .location p span {
  color: #f2921e;
}

.headerWraper .menu-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.headerWraper .menu-box .navbar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}


.headerWraper .menu-box .navbar .navbar-nav {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  gap: 4px;
}

.headerWraper .menu-box .navbar .navbar-nav>li {
  display: inline-block;
  position: relative;
  padding: 2px 0px;
}

.headerWraper .menu-box .navbar .navbar-nav>li .submenu-arrow {
  display: none;
}

.headerWraper .menu-box .navbar .navbar-nav>li.active a,
.headerWraper .menu-box .navbar .navbar-nav>li a:hover {
  color: #fdba74;
  background: #1d4ed8;
}

.headerWraper .menu-box .navbar .navbar-nav>li:hover a {
  color: #fdba74;
}

.headerWraper .menu-box .navbar .navbar-nav>li a {
  padding: .5rem 1rem;
  text-decoration: none;
  color: #ffffff;
  border-radius: .5rem;
  background: transparent;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  text-transform: capitalize;
}

.headerWraper .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul {
  list-style: none;
  position: absolute;
  top: 200%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  display: none;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: #082249;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li:last-child {
  border-bottom: none;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li a {
  z-index: 100;
  padding: 12px 30px 12px 12px !important;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: left;
  color: #fff !important;
  position: relative;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li a:hover {
  color: #fdba74 !important;
  background: #1d4ed8;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 14px;
  top: 50%;
  font-size: 15px;
  transform: translate(0%, -50%);
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul {
  list-style: none;
  position: absolute;
  left: 250px;
  top: 200%;
  width: 250px;
  padding: 0px;
  display: none;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px 2px 2px 2px;
  -ms-border-radius: 0px 2px 2px 2px;
  -webkit-border-radius: 0px 2px 2px 2px;
  -moz-border-radius: 0px 2px 2px 2px;
  -o-border-radius: 0px 2px 2px 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(48, 48, 48, 0.92);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.7);
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
  position: relative;
  float: none;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
  z-index: 100;
  padding: 12px;
  color: #fff !important;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
  background: #1d4ed8;
  color: #fdba74 !important;
  transform: scale(1.03);
}

.headerWraper .menu-box .navbar .navbar-nav>li:hover>ul {
  top: 110%;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  display: block;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 0%;
  z-index: 99;
  display: block;
}

.headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:hover>a {
  background: #1d4ed8;
  color: #fff !important;
  transform: scale(1.03);
}

.headerWraper .menu-box .navbar .navbar-toggler {
  display: none;
}

.headerWraper .menu-box .navbar .close-toggler {
  display: none;
}

.headerWraper .header-box .bbtn .navbar .navbar-toggler {
  display: none;
}

/*=============================
          servicesSec
 ==============================*/
.servicesSec {
  position: relative;
}

.servicesBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #fff;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #f3f4f6;

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-bottom: 25px;
}

.servicesBox:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-top: -10px;
  -o-transition: 0.5s;
}

.servicesBox .iconbox {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: flex;
  margin: 0 auto 1.5rem;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;

  color: #fff;


  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.servicesBox .iconbox svg {
  width: 32px;
}

.servicesBox .iconbox:hover {
  width: 70px;
  height: 70px;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}


.servicesBox h3 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0px;
}

.servicesBox h3 span {
  padding: .25rem .75rem;
  background-color: #f3f4f6;
  border-radius: 99px;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-left: 5px;
}

.servicesBox p {
  line-height: 1.625;
  font-size: 1.125rem;
  text-align: center;
}

.bottom-btn {
  border-radius: 1rem;
  background-color: #f9fafb;
  padding: 1rem;
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-btn .text {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #2563eb;


}

.bottom-btn svg {
  width: 1rem;
  color: #2563eb;
}

.servicesBox:hover .bottom-btn {
  background-color: rgb(239 246 255);
}
.servicesSec .col-lg-4:nth-child(1) .servicesBox .iconbox {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.servicesSec .col-lg-4:nth-child(2) .servicesBox .iconbox {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.servicesSec .col-lg-4:nth-child(3) .servicesBox .iconbox {
  background: linear-gradient(90deg, #9333ea, #a855f7);
}

.servicesSec .col-lg-4:nth-child(4) .servicesBox .iconbox {
  background: linear-gradient(90deg, #dc2626, #ef4444);
}

.servicesSec .col-lg-4:nth-child(5) .servicesBox .iconbox {
  background: linear-gradient(90deg, #ca8a04, #eab308);
}

.servicesSec .col-lg-4:nth-child(6) .servicesBox .iconbox {
  background-color: rgb(255 255 255 / 20%);
}


.servicesSec .col-lg-6:nth-child(1) .servicesBox .iconbox {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.servicesSec .col-lg-6:nth-child(2) .servicesBox .iconbox {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}



.servicesSec .col-lg-4:nth-child(6) .servicesBox {
  background: linear-gradient(90deg, #4338ca, #2563eb);
}

.servicesSec .col-lg-4:nth-child(6) .servicesBox h3 {
  color: #ffffff;
}

.servicesSec .col-lg-4:nth-child(6) .servicesBox p {
  color: #ffffff;
}

.servicesSec .col-lg-4:nth-child(6) .servicesBox .main-btn-two {
  text-decoration: none;
  color: #fff;
  background-color: #fff3;
  width: 170px;
  height: 55px;
  display: flex;
  text-align: center;
  gap: 5px;
  font-weight: 600;
  text-transform: capitalize;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.25rem;
  border-radius: .75rem;
  margin-bottom: 25px;
}

.servicesSec .col-lg-4:nth-child(6) .servicesBox .main-btn-two:hover {
  background-color: #ffffff4d;
}

/*=============================
          sliderWrapper
==============================*/
.sliderWrapper {
  position: relative;
  margin-top: 82px;
  background: linear-gradient(-90deg, #dbeafe, #eff6ff);
}

.sliderWrapper .section-title {
  margin-bottom: 3rem;
}

.sliderWrapper .section-title h2 {
  font-size: 4.5rem;
  line-height: 1.1;
}

.sliderform {
  position: relative;
  backdrop-filter: blur(12px);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2rem;
  background-color: #fffc;
  border: 1px solid #ffffff80;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}

.sliderform form {
  position: relative;

}

.sliderform form .form-group {
  position: relative;
  gap: 1rem;
  display: flex;
  flex-direction: row;
}

.sliderform form .form-group .form-control {
  position: relative;
  flex: 1 1 0%;
  border-radius: 1rem;
  border: 2px solid #e5e7eb;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sliderform form .form-group .sliderbtn {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(255 255 255 / 1);
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: linear-gradient(-90deg, #ea580c, #f97316);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  border: none;
  display: flex;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderform form .form-group .sliderbtn svg {
  width: 1.5rem;
}

.sliderform form .form-group .sliderbtn:hover {
  transform: scale(1.05);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderWrapper .data-boxx {
  position: relative;
  margin-left: 25px;
}

.sliderWrapper .slidCont {
  position: relative;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2rem;
  background: #fff;
  border-radius: 1.5rem;
  border: 1px solid #f3f4f6;
  transform: rotate(2deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderWrapper .slidCont:hover {
  transform: rotate(0deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderWrapper .slidCont .header-contnt {
  position: relative;
  padding: 2rem;
  background: linear-gradient(-90deg, #2563eb, #22c55e);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.sliderWrapper .slidCont .header-contnt:before {
  border-radius: 9999px;
  background-color: #ffffff1a;
  position: absolute;
  content: "";
  height: 8rem;
  width: 8rem;
  top: -60px;
  right: -60px;
}

.sliderWrapper .slidCont .details-hear {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.sliderWrapper .slidCont .details-hear .icon {
  background-color: #fff3;
  border-radius: 9999px;
  padding: .75rem;
}

.sliderWrapper .slidCont .details-hear .icon svg {
  color: rgb(255 255 255);
  width: 2rem;
  height: 2rem;
}

.sliderWrapper .slidCont .details-hear .content h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

.sliderWrapper .slidCont .details-hear .content p {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  color: #fff;
}

.sliderWrapper .slidCont .pickcls {
  position: relative;
}

.sliderWrapper .slidCont .pickcls ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}

.sliderWrapper .slidCont .pickcls ul li {
  position: relative;
  background-color: #f0fdf4;
  border-left: 4px solid #22c55e;
  width: 100%;
  border-radius: .75rem;
  padding: 1rem;
  align-items: center;
  display: flex;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding-left: 50px;
  color: #1f2937;
}

.sliderWrapper .slidCont .pickcls ul li:before {
  position: absolute;
  left: 20px;
  border-radius: 9999px;
  top: 20px;
  width: 1rem;
  content: "";
  background-color: #22c55e;
  height: 1rem;
}

.sliderWrapper .slidCont .pickcls ul li span {
  font-size: .75rem;
  line-height: 1rem;
  color: #6b7280;
  margin-left: .5rem;
}

.sliderWrapper .slidCont .pickcls ul li:nth-child(1) {
  border-left: 4px solid #22c55e;
  background-color: #f0fdf4;
}

.sliderWrapper .slidCont .pickcls ul li:nth-child(1):before {
  background-color: #22c55e;
}


.sliderWrapper .slidCont .pickcls ul li:nth-child(2) {
  border-left: 4px solid #3b82f6;
  background-color: #eff6ff;
}

.sliderWrapper .slidCont .pickcls ul li:nth-child(2):before {
  background-color: #3b82f6;
}


.sliderWrapper .slidCont .pickcls ul li:nth-child(3) {
  border-left: 4px solid #d1d5db;
  background-color: #f9fafb;
}

.sliderWrapper .slidCont .pickcls ul li:nth-child(3):before {
  background-color: #d1d5db;
}

.sliderWrapper .data-boxx .topicon {
  position: absolute;
  left: -1.5rem;
  top: -1.5rem;
  border-radius: 1rem;
  background-color: #facc15;
  padding: 1rem;
  z-index: 99;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: #854d0e;
  transform: rotate(-12deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderWrapper .data-boxx .topicon:hover {
  transform: rotate(0deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}




.sliderWrapper .data-boxx .btmicon {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  border-radius: 1rem;
  background-color: #a855f7;
  padding: 1rem;
  z-index: 99;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: #fff;
  transform: rotate(12deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.sliderWrapper .data-boxx .btmicon:hover {
  transform: rotate(0deg);
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}









/*=============================
            aboutWrap
==============================*/
.aboutWrap {
  position: relative;
  background-color: #f9fafb;
}

.aboutWrap .section-title-two p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #2563eb;
  position: relative;
  font-weight: 600;
}

.aboutWrap .section-title-two {
  position: relative;
  margin-bottom: 2rem;
  text-align: left;
}

.aboutlist ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}

.aboutlist ul li h6 {
  color: #111827;
  font-weight: 600;
  margin-bottom: .5rem;
}

.aboutlist ul li p {
  color: #4b5563;
  line-height: 1.4em;
}

.countBox {
  position: relative;
}

.countBox ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  gap: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.countBox ul li {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  text-align: center;
  padding: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  border-radius: .75rem;
  width: 48%;
}

.countBox ul li svg {
  width: 2rem;
  height: 2rem;
  margin: 0 auto .75rem;
}

.countBox ul li h4 {
  color: #111827;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}

.countBox ul li p {
  color: #4b5563;
  margin-bottom: 0px;
  font-size: .875rem;
  line-height: 1.25rem;
}


.countBox ul li:nth-child(1) svg {
  color: #2563eb;
}

.countBox ul li:nth-child(2) svg {
  color: #16a34a;
}

.countBox ul li:nth-child(3) svg {
  color: #9333ea;
}

.countBox ul li:nth-child(4) svg {
  color: #ea580c;
}


/*=============================
          custmrWrap
==============================*/
.custmrWrap {
  position: relative;
}

.custmrWrap .testimBox {
  position: relative;
  padding: 1.5rem;
  background-color: rgb(249 250 251);
  border-radius: .75rem;
  height: 100%;
}

.custmrWrap .testimBox .authrdet {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 1rem;
}

.custmrWrap .testimBox .authrdet .clipbox {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  font-weight: 600;
  color: #fff;
}

.custmrWrap .col-lg-4:nth-child(1) .testimBox .authrdet .clipbox {
  background-color: #3b82f6;
}

.custmrWrap .col-lg-4:nth-child(2) .testimBox .authrdet .clipbox {
  background-color: #22c55e;
}

.custmrWrap .col-lg-4:nth-child(3) .testimBox .authrdet .clipbox {
  background-color: #a855f7;
}


.custmrWrap .testimBox .authrdet .content {
  position: relative;
}

.custmrWrap .testimBox .authrdet .content h6 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #111827;
  font-weight: 600;
}

.custmrWrap .testimBox .authrdet .content .destination {
  margin-bottom: 0;
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.25rem;
}

.custmrWrap .testimBox .stars {
  display: flex;
  color: #facc15;
  font-size: 18px;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}

.custmrWrap .testimBox p {
  color: #4b5563;
  line-height: 1.5rem;
}

.custbotmtxt {
  margin-top: 65px;
  position: relative;
  text-align: center;
}

.custbotmtxt h3 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}


.custbotmtxt p {
  font-size: 18px;
  line-height: 1.8em;
  color: #4b5563;
  margin-bottom: 35px;
}

.custbotmtxt .buttonGroup {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.custbotmtxt .buttonGroup a {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 16px;
  height: auto;
  width: auto;
  border-radius: .5rem;
  background-color: #2563eb;
  color: #fff;
}

.custbotmtxt .buttonGroup a:hover {
  background-color: #1d4ed8;
}

.custbotmtxt .buttonGroup a+a {
  background-color: #16a34a;
}

.custbotmtxt .buttonGroup a+a:hover {
  background-color: #15803d;
}

.bg-green {
  background-color: #16a34a;
}




/*=============================
		      sustainwrap
 ==============================*/
.sustainwrap {
  position: relative;
}

.sustainwrap .sustainbox {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.sustainwrap .sustainbox .icon {
  background-color: #22c55e;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.sustainwrap .sustainbox .icon SVG {
  color: #FFF;
  width: 2rem;
}

.sustainwrap .sustainbox h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #FFF;
}

.sustainwrap .sustainbox p {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #dcfce7;
  position: relative;
  margin-bottom: 0px;
}










.accordianwrap {
  position: relative;
}

.accordianwrap .accordions {
  display: block;
  margin: auto;
}

.accordianwrap .accordions .accordion_item {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 9%);
  border-radius: 8px;
}

.accordianwrap .accordions .accordion_item .title_tab {
  width: 100%;
  background-color: #fff;
  color: #111827;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: background-color .3s ease-in;
  border-radius: 8px;
}

.accordianwrap .accordions .accordion_item .title_tab .title {
  position: relative;
  color: #111827;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}

.accordianwrap .accordions .accordion_item .title_tab .title .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: transparent;
  transition: transform 0.3s ease-in;
}

.accordianwrap .accordions .accordion_item .title_tab .title .icon svg {
  width: 21px;
  color: #9ca3af;
}

.accordianwrap .accordions .inner_content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}

.accordianwrap .accordions .inner_content p {
  width: 100%;
  margin: auto;
  padding: 0 1.5rem 18px;
  font-size: 16px;
  line-height: 22px;
  color: #4b5563;
}

.accordianwrap .accordions .accordion_item .title_tab.active .title .icon {
  transform: rotate(90deg);
  transition: transform .3s ease-in;
}







/*=============================
				  contactwrap
==============================*/
.contactwrap {    position: relative;
    background: #306bec0a;
}

.contactwrap::before {
  background-image: radial-gradient(circle at 25% 25%, rgb(59, 130, 246) 2px, transparent 2px);
  background-size: 60px 60px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: .1;
  z-index: -1;
}

.contactwrap .contBOxx {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid #f3f4f6;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  margin-bottom: 25px;
  min-height: 400px;
}

.contactwrap .contBOxx:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-top: -8px;
  -o-transition: 0.5s;
}

.contactwrap .contBOxx .iconbox {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: flex;
  margin: 0 auto 2rem;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.contactwrap .contBOxx .iconbox:hover {
  width: 90px;
  height: 90px;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.contactwrap .contBOxx .iconbox svg {
  width: 2.5rem;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.contactwrap .contBOxx .iconbox:hover svg {
  width: 2.8rem;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.contactwrap .col-lg-4:nth-child(1) .contBOxx .iconbox {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
}

.contactwrap .col-lg-4:nth-child(2) .contBOxx .iconbox {
  background: linear-gradient(90deg, #16a34a, #22c55e);
}

.contactwrap .col-lg-4:nth-child(3) .contBOxx .iconbox {
  background: linear-gradient(90deg, #9333ea, #a855f7);
}


.contactwrap .contBOxx h5 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 1rem;
}

.contactwrap .contBOxx h5 a {
  color: #000;
  text-decoration: none;
}

.contactwrap .contBOxx p {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #6b7280;
}

.contactwrap .contBOxx .address {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 500;
  color: #4b5563;
}

.contactwrap .contBOxx .mail {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 10px;
}

.contactwrap .contBOxx .mail a {
  color: #1f2937;
  text-decoration: none;
}

.contactwrap .contBOxx .bottom-btn {
  padding: 1rem;
}

.contactwrap .col-lg-4:nth-child(1) .contBOxx .bottom-btn {
  background: #eff6ff;
}

.contactwrap .col-lg-4:nth-child(1) .contBOxx .bottom-btn .text {
  color: #2563eb;
}

.contactwrap .col-lg-4:nth-child(2) .contBOxx .bottom-btn {
  background: #f0fdf4;
}

.contactwrap .col-lg-4:nth-child(2) .contBOxx .bottom-btn .text {
  color: #16a34a;
}

.contactwrap .col-lg-4:nth-child(3) .contBOxx .bottom-btn {
  background: #faf5ff;
}

.contactwrap .col-lg-4:nth-child(3) .contBOxx .bottom-btn .text {
  color: #9333ea;
}












/*=============================
				  readywrap
==============================*/
.readywrap {
  position: relative;
  background: linear-gradient(300deg, #6b21a8, #2563eb);
}

.readywrap::before {
  background-image: radial-gradient(circle at 20% 80%, rgb(255, 255, 255) 2px, transparent 2px), radial-gradient(circle at 80% 20%, rgb(255, 255, 255) 2px, transparent 2px);
  background-size: 100px 100px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: .1;
}

.readywrap .section-title {
  margin-bottom: 3rem;
}

.readywrap .section-title h2 {
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 1.1;

}

.readywrap .section-title h2 span {
  color: #ffffff;
  display: block;
  background: linear-gradient(90deg, #f97316, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.readywrap .section-title p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  position: relative;
}

.readywrap .btnready {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.readywrap .btnready .main-btn-two {
  width: 310px;
  height: 80px;
  gap: 15px;
  background: linear-gradient(-90deg, #059669, #22c55e);

  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.readywrap .btnready .main-btn-two span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.readywrap .btnready .main-btn-two .one {
  width: 2rem;
}

.readywrap .btnready .main-btn-two .two {
  width: 1.5rem;
}

.readywrap .btnready .main-btn-two:hover {
  transform: scale(1.05);

  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.12s;
  -o-transition: 0.2s;
}

.readywrap .btnready .main-btn-two:hover .one {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function:
      cubic-bezier(.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function:
      cubic-bezier(0, 0, .2, 1);
  }

}

.readywrap .avil {
  position: relative;
  backdrop-filter: blur(4px);
  padding: 1.5rem;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 1rem;
  text-align: center;
  color: #fff;
}

.readywrap .avil p {
  font-size: .875rem;
  line-height: 1.25rem;
  color: #ffffff;
  margin-bottom: 0;
}

.readywrap .avil h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 2.25rem;
}




/*=============================
				footer
==============================*/
.footer {
  position: relative;
  background: #2563eb;
  padding: 50px 0 0;
}



.footer-box {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.footer .logoo {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: .5rem;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
  border-radius: .75rem;
}

.footer .logoo img {
  height: 2rem;
  width: auto;
}

.footer-box p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

.footer-box ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.footer-box ul li a {
  text-align: center;
  color: #fff;
  width: 1.25rem;
}

.footer-box ul li a svg {
  width: 1.25rem;
}

.footer .footer-add {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer .footer-add li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 13px;
}

.footer .footer-add li a {
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #fff;
}

.footer .footer-add li svg {
  position: relative;
  top: 2px;
  color: #fdba74;
  width: 1.25rem;
}

.trackWrap{
  position: relative;
}
.trackWrap .text-description {
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
}
.getStart {
  position: relative;
  text-align: center;
  border-top: 1px solid #3b82f6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #3b82f6;
}
.getStart .logo-chambb{
  max-width: 20rem;
  margin: auto;
}
 .getStart .logo-chambb img{
    width: 100%;
    box-shadow: 0 0 #00000000, 2px 3px 50px -12px;
}
.getStart h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.getStart .getbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.getStart .getbtn a {
  border-radius: .375rem;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.getStart .getbtn a.main-btn-one {
  background-color: #f97316;
  color: #fff;
}

.getStart .getbtn a.main-btn-one:hover {
  background-color: #ea580c;
}


.footer .copyright {
  margin-bottom: 0;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 3rem;
  text-align: center;
}

#backtoTopBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #A6CAE3;
  position: fixed;
  text-decoration: none;
  bottom: 20px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtoTopBtn:hover {
  cursor: pointer;
  color: #1d4ed8;
}

#backtoTopBtn:active {
  color: #1d4ed8;
}

#backtoTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.footer h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  position: relative;
  z-index: 99;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-nav {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  font-weight: 400;
  font-size: .875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  vertical-align: middle;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  color: #059669;
}

.toplink p {
  margin-bottom: 0;
}

.mt-82{
  margin-top: 82px;
}

.banner__breadcrub {
  margin-top: 82px;
  background: linear-gradient(-90deg, #dbeafe, #eff6ff);
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px 0;
  display: none;
}

.banner__breadcrub-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__breadcrub h2 {
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 45px;
  padding: 0;
  font-weight: 700;
  text-transform: capitalize;
}

.banner__breadcrub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner__breadcrub ul li {
  display: inline-block;
  padding-right: 20px;
  color: #2563eb;
  font-weight: 600;
  position: relative;
}

.banner__breadcrub ul li a {
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.banner__breadcrub ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  color: #2563eb;
}

.banner__breadcrub ul li:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.banner__breadcrub ul li:last-child::after {
  display: none;
}
.contactwrap .section-title-center {
    text-align: center;
    max-width: 56rem;
    margin: 0 auto 3rem;
}
.contactForm_main {
  position: relative; 
  margin-bottom: 80px;
}
.contactForm_main_zero{
  margin-bottom: 0 !important;
}
.formShadow {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 21px 5px rgb(0 0 0 / .1), 10px 0px 10px -5px rgb(0 0 0 / .1);
  padding: 2rem;
  border-radius: 15px;
}
.formShadow p{
    font-size: 15px;
    line-height: 1rem;
    color: #4b5563;
    position: relative;
    text-align: right;
    margin-bottom: 0;
}
.formShadow p a{ 
    color: #4b5563;
}
.formShadow .form-group {
  margin-bottom: 25px;
}

.formShadow .form-group label { 
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #374151;
}

.formShadow .form-group label svg {
  width: 20px;
  position: relative;
  top: -3px;
}

.formShadow .section-title-center {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto 2.5rem;
}

.formShadow .form-group .form-control {
  padding: .5rem .75rem;
  border-radius: .375rem;
  width: 100%;
  border: 1px solid #d1d5db;
  height: 50px;
  font-size: 16px;
}


.formShadow .form-group .form-select{
  padding: .5rem .75rem;
  border-radius: .375rem;
  width: 100%;
  border: 1px solid #d1d5db;
  height: 50px;
  font-size: 16px;
  display: block;
}



.formShadow .form-group textarea.form-control {
  height: 180px;
}

.formShadow .btn {
  border-radius: .375rem;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: .85rem;
  padding-bottom: .85rem;
  background-color: #f97316;
  color: #fff;
  border: none;
  width: 100%;
}

.formShadow .btn:hover {
  background-color: #ea580c;
}













































        .tracking-input {
            background: white;
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            margin-bottom: 30px;
            animation: fadeInUp 0.8s ease;
            position: relative;
        }

        .input-group {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .input-group input {
            flex: 1;
            padding: 15px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 12px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .input-group input:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .track-btn { 
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 12px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .track-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
        }

        .tracking-result {
            display: none;
            animation: fadeInUp 0.8s ease;
            position: relative;
        }

        .tracking-result.active {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .status-card {
            background: white;
            padding: 30px;
            position: relative;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        }

        .shipment-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #f0f0f0;
        }

        .tracking-number {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
        }

        .status-badge {
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .status-badge.in-transit {
            background: #e3f2fd;
            color: #1976d2;
        }

        .status-badge.delivered {
            background: #e8f5e9;
            color: #388e3c;
        }

        .status-badge.pending {
            background: #fff3e0;
            color: #f57c00;
        }

        .info-section {
            margin-bottom: 25px;
        }

        .info-section h3 {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .info-section p {
            font-size: 1.1rem;
            color: #333;
            font-weight: 500;
        }

        .info-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 20px;
        }

        .timeline {
            margin-top: 30px;
        }

        .timeline-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            position: relative;
        }

        .timeline-item:not(:last-child)::before {
            content: '';
            position: absolute;
            left: 19px;
            top: 40px;
            width: 2px;
            height: calc(100% - 20px);
            background: #e0e0e0;
        }

        .timeline-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            flex-shrink: 0;
            z-index: 1;
        }

        .timeline-icon.completed {
            background: #4caf50;
        }

        .timeline-content {
            flex: 1;
        }

        .timeline-content h4 {
            font-size: 1rem;
            color: #333;
            margin-bottom: 5px;
        }

        .timeline-content p {
            font-size: 0.9rem;
            color: #666;
        }

        .timeline-content .time {
            font-size: 0.85rem;
            color: #999;
            margin-top: 5px;
        }

        .map-container {
            background: white;
            padding: 20px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
            height: 100%;
        }

        .map-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }

        .map-header h3 {
            font-size: 1.2rem;
            color: #333;
        }

        .live-indicator {
            width: 10px;
            height: 10px;
            background: #4caf50;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        .map-placeholder {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }

        .map-placeholder::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
            animation: shimmer 3s infinite;
        }

        .map-placeholder i {
            font-size: 3rem;
            color: #667eea;
            z-index: 1;
        }

        .map-placeholder p {
            color: #666;
            font-size: 1.1rem;
            z-index: 1;
        }

        .driver-info {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .driver-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .driver-details {
            flex: 1;
        }

        .driver-details h4 {
            font-size: 1.1rem;
            color: #333;
            margin-bottom: 5px;
        }

        .driver-details p {
            font-size: 0.9rem;
            color: #666;
        }

        .contact-btn {
            background: #4caf50;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .contact-btn:hover {
            background: #45a049;
            transform: scale(1.05);
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
            }
            50% {
                box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
            }
        }

        @keyframes shimmer {
            0% {
                transform: translateX(-100%) translateY(-100%) rotate(45deg);
            }
            100% {
                transform: translateX(100%) translateY(100%) rotate(45deg);
            }
        }

        @media (max-width: 768px) {
            .tracking-result.active {
                grid-template-columns: 1fr;
            }

            .input-group {
                flex-direction: column;
            }

            .header h1 {
                font-size: 1.8rem;
            }

            .info-grid {
                grid-template-columns: 1fr;
            }
        }












































  .main-content {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            border-radius: 30px;
            padding: 50px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: fadeInUp 0.8s ease;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .section-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 3px solid #f0f0f0;
        }

        .section-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .section-title {
            font-size: 1.8rem;
            color: #2d3748;
            font-weight: 700;
        }

        .input-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-bottom: 30px;
        }

        .form-group {
            position: relative;
        }

        .form-group label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 1rem;
            color: #4a5568;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .form-group label i {
            color: #667eea;
            font-size: 1.1rem;
        }

        .input-wrapper {
            position: relative;
        }

        .form-group input {
            width: 100%;
            padding: 18px 70px 18px 20px;
            border: 2px solid #e2e8f0;
            border-radius: 15px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            background: #f8fafc;
            font-weight: 500;
        }

        .form-group input:focus {
            outline: none;
            border-color: #667eea;
            background: white;
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
            transform: translateY(-2px);
        }

        .input-unit {
            position: absolute;
            right: 20px;
            top: 50%; 
            transform: translateY(-50%);
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            line-height: 27px;
            height: 30px;
            text-align: center;
            width: 50px;
            border-radius: 5px;
            font-size: 0.85rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .calculate-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            border: none;
            border-radius: 15px;
            font-size: 1.2rem;
            font-weight: 700;
            cursor: pointer;
            width: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .calculate-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
        }

        .calculate-btn:active {
            transform: translateY(-1px);
        }

        .divider {
            height: 3px;
            background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
            margin: 40px 0;
        }

        .summary-section {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.5s ease;
            pointer-events: none;
        }

        .summary-section.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }

        .summary-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 30px;
        }

        .summary-card {
            background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
            padding: 25px;
            border-radius: 20px;
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        .summary-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-color: #cbd5e0;
        }

        .summary-card-label {
            font-size: 0.85rem;
            color: #718096;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .summary-card-value {
            font-size: 1.5rem;
            color: #2d3748;
            font-weight: 700;
        }

        .summary-card-icon {
            font-size: 1.2rem;
            color: #667eea;
            margin-right: 8px;
        }

        .total-card {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 40px;
            border-radius: 25px;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 50px rgba(102, 126, 234, 0.5);
        }

        .total-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: shimmer 8s linear infinite;
        }

        .total-label {
            color: rgba(255,255,255,0.9);
            font-size: 1.2rem;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }

        .total-amount {
            color: white;
            font-size: 4rem;
            font-weight: 900;
            text-shadow: 0 4px 20px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .total-amount i {
            font-size: 3rem;
        }

        .empty-state {
            text-align: center;
            padding: 60px 20px;
            color: #a0aec0;
        }

        .empty-state-icon {
            font-size: 5rem;
            margin-bottom: 20px;
            opacity: 0.3;
            animation: float 3s ease-in-out infinite;
        }

        .empty-state p {
            font-size: 1.2rem;
            font-weight: 500;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-15px);
            }
        }

        @keyframes shimmer {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }

        @media (max-width: 968px) {
            .summary-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .header h1 {
                font-size: 2rem;
            }

            .main-content {
                padding: 30px 20px;
            }

            .input-grid {
                grid-template-columns: 1fr;
            }

            .summary-grid {
                grid-template-columns: 1fr;
            }

            .total-amount {
                font-size: 3rem;
            }

            .section-title {
                font-size: 1.4rem;
            }
        }
/*=============================
				    media
==============================*/
@media screen and (max-width:1400px) {
  .countBox ul li {
    width: 47%;
  }

  .servicesBox p {
    font-size: 1rem;
  }
}

@media screen and (max-width:1200px) {
  .sliderWrapper .section-title h2 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .section-title p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  section {
    padding: 70px 0;
    position: relative;
  }

  .sliderform {
    padding: 1rem;
  }

  .sliderform form .form-group .form-control {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sliderform form .form-group .sliderbtn {
    font-size: 1rem;
    line-height: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sliderWrapper .slidCont .header-contnt {
    padding: 1rem;
  }

  .section-title-center {
    max-width: 30rem;
    margin: 0 auto 2rem;
  }

  .section-title {
    margin-bottom: 2rem;
  }

  .servicesBox {
    gap: 1rem;
    padding: 1rem;
  }

  .servicesBox .iconbox {
    margin: 0 auto 0.5rem;
  }

  .servicesBox p {
    font-size: 14px;
    line-height: 1.4;
  }

  .servicesBox h3 {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .custmrWrap .testimBox p {
    color: #4b5563;
    line-height: 1.3rem;
    font-size: 15px;
  }

  .section-title h2 {
    font-size: 2.5rem;
  }

  .section-title .mini-head {
    font-size: 13px;
  }

  .section-title-two h2 {
    font-size: 2rem;
    line-height: 30px;
  }

  .aboutWrap .section-title-two p {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .contactwrap .contBOxx {
    padding: 1rem;
    min-height: 330px;
  }

  .contactwrap .contBOxx h5 {
    font-size: 20px;
    line-height: 1.3;
  }

  .contactwrap .contBOxx .address {
    position: relative;
    font-size: 1rem;
    line-height: 1.3;
  }

  .readywrap .section-title h2 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .readywrap .section-title {
    margin-bottom: 2rem;
  }

  .readywrap .section-title p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .custbotmtxt p {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .section-title-two p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media screen and (max-width:990px) {
  .header-box .location {
    display: none;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li:hover>ul {
    top: 105%;
    opacity: 1;
    z-index: 99;
    visibility: visible;
    display: none;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li ul li:hover>ul {
    top: 105%;
    opacity: 1;
    z-index: 99;
    visibility: visible;
    display: none;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul.two-columns,
  .headerWraper .menu-box .navbar .navbar-nav>li>ul.two-columns {
    column-count: 1;
    column-gap: normal;
    width: 100%;
  }

  .navbar-toggler {
    padding: 0;
    display: block !important;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #1d4ed8;
    position: relative;
    top: 0px;
    height: 50px;
    width: 50px;
    right: 0px;
    color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }

  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 450px;
    padding: 40px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.38);
  }

  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .headerWraper .menu-box .navbar {
    justify-content: flex-end;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li.active a,
  .headerWraper .menu-box .navbar .navbar-nav>li a:hover {
    color: transparent;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li a {
    display: block !important;
    padding: 15px 15px !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li.active a,
  .headerWraper .menu-box .navbar .navbar-nav>li:hover a {
    display: block;
    color: #fff;
    background: #1d4ed8;
  }

  .headerWraper .menu-box .navbar .nav-right-part {
    position: relative;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 100px;
  }

  .headerWraper .menu-box .navbar .close-toggler {
    display: block;
    color: #fff;
    padding: 0;
    border: none;
    font-size: 18px;
    margin-bottom: 25px;
    height: 60px;
    border-radius: 50px;
    background: #1d4ed8;
    width: 60px;
  }

  .headerWraper .menu-box .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
    gap: 0;
    list-style: none;
  }

  .contactForm_main {
    position: relative;
    margin-top: 50px;
  }

  .headerWraper .menu-box .navbar .navbar-nav li {
    text-align: left;
    position: relative;
    float: none;
    padding: 0px 0;
    width: 100%;
    border-top: 1px solid #dfe2e9;
  }
  .trackWrap .text-description {
    padding-top: 20px;
    font-size: 16px;
    line-height: 21px;
}

  .headerWraper .menu-box .navbar .navbar-nav li a {
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.5;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li.menu-item-has-children>a::after {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #1d4ed8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
    position: absolute;
    right: 15px;
    top: 13px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #1d4ed8;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 10;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .headerWraper .menu-box .navbar .navbar-nav li:hover a::after {
    color: #1d4ed8;
    background: #fff;
  }

  .headerWraper .menu-box .navbar .navbar-nav li.active a::after {
    color: #1d4ed8;
    background: #fff;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  .mt-82{
  margin-top: 52px;
}
  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li {
    padding: 0;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
    padding: 0;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>a {
    color: #000 !important;
    background: #fff !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
    background: #1d4ed8 !important;
    color: #fff !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
    color: #000 !important;
    background: #fff !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a:hover {
    color: #fff !important;
    background: #1d4ed8 !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a:hover::after {
    background: #fff !important;
    color: #1d4ed8 !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 45px;
    z-index: 9999;
  }

  .headerWraper .menu-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 30px;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li i {
    display: block !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav li>a::after {
    display: none !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li:hover>i,
  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li.active>i {
    background: #fff !important;
    color: #1d4ed8 !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li:hover i,
  .headerWraper .menu-box .navbar .navbar-nav>li.active i {
    background: #fff !important;
    color: #1d4ed8 !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li>ul>li>ul {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }

  .headerWraper .header-box {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerWraper .header-box .logomoible img {
    width: 250px;
  }

  .headerWraper .menu-box .navbar .navbar-nav>li .submenu-arrow {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    background: #1d4ed8;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }

  .headerWraper .header-box .bbtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
  }

  .headerWraper .header-box .bbtn .navbar .close-toggler {
    display: block;
  }

  .sliderWrapper .section-title {
    margin-bottom: 2rem;
  }

  .sliderform {
    margin-bottom: 3.5rem;
  }

  .container {
    max-width: 90%;
  }

  .countBox {
    position: relative;
    margin-top: 15px;
  }

  .servicesBox p {
    font-size: 15px;
    line-height: 1.4;
  }

  .countBox ul li {
    width: 48%;
  }

  .custbotmtxt {
    margin-top: 40px;
    position: relative;
    text-align: center;
  }

  .sustainwrap .sustainbox {
    margin: 12px 0px;
  }

  .footer-nav {
    margin-bottom: 2rem;
  }

  .section-title-two h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .contactwrap .contBOxx .iconbox {
    width: 4rem;
    height: 4rem;
  }

}

@media screen and (max-width: 767px) {
  .section-title .mini-head {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .readywrap .btnready .main-btn-two {
    width: 280px;
    height: 65px;
  }

  .navbar-collapse {
    width: 75%;
    padding: 20px;
  }

  .sliderWrapper .section-title h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .countBox ul li {
    width: 100%;
  }

  .custmrWrap .testimBox, .readywrap .avil {
    margin: 12px 0px;
  }

  .container {
    max-width: 100%;

    padding-right: 20px;
    padding-left: 20px;
  }
 

  .sliderWrapper .slidCont {
    padding: 1rem;
  }

  .sliderform form .form-group {
    flex-direction: column;
  }

  .servicesSec .col-lg-4:last-child .servicesBox {
    margin: 0;
  }

  .readywrap .section-title h2 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 500px) {
  .headerWraper .header-box .bbtn a {
    padding: .5rem 1rem;
    font-size: 12px;
  }

  .headerWraper .header-box .bbtn {
    gap: 5px;
  }
.header-upper .container{
  padding: 0 10px;
}
  .sliderWrapper .data-boxx .topicon, .sliderWrapper .data-boxx .btmicon {
    display: none;
  }

  .custbotmtxt .buttonGroup {
    flex-direction: column;
  }

      .navbar-toggler { 
        height: 40px;
        width: 40px;
      }
}