/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');

: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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;

  /* font-family: "Roxborough CF" !important; */
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
  color: gray;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.top-wrap a,
i {
  color: #fff;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
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;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
.ftco-section a {
  color: #000 !important;
}

p.links {
  text-align: center;
  padding-top: 38px;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.seat-b li {
  color: #080808;
  list-style: none;
  text-align: center;
}

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-xl {
    /* max-width: 1320px;  */
    /* max-width: 1320px;  */
    max-width: 1270px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2 {
  --bs-gutter-y: 0.5rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4 {
  --bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .g-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .g-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--bs-table-accent-bg)), to(var(--bs-table-accent-bg)));
  background-image: -webkit-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image: -o-linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.form-control {
        padding: 6px 30px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #050505;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  /* padding: 0.5rem 0; */
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}

.dropdown-menu[style] {
  right: auto !important;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-item {
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 1rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ffffff;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  /* color: #1e2125;
    background-color: #f8f9fa;  */
  background:  #F03C2D !important;
  color: #fff !important;
}

.dropdown-menu li a:hover {
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0
    /* rtl:ignore */
  ;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg)
      /* rtl:ignore */
    ;
    transform: rotate(360deg)
      /* rtl:ignore */
    ;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

ul.policy-1 li {
  color: #000;
  list-style: none;
}

.policy-1 i {
  color: #474747;
  padding: 0 5px;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

/* rtl:begin:remove */
/* .sub-1::after{
  content: "";
  position: absolute;

  height: 3px;
  width: 100px;
  background: #dc3545;
  left: 46%;
  top: 12%;
}
.sub-2::after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 100px;
  background: #dc3545;
  left: 43%;
  top: 31%;
} */
/* .subheading:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
} */
.subheading:after {
  width: 100px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  margin-bottom: 35px;
  left: 50%;
  margin-left: -50px;
  background-color: rgb(240 60 45);
}

.sec-line:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: rgba(249 74 0);
}

.sec-line:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: rgba(249 74 0);
}

/* rtl:end:remove */

.rounded {
  border-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }
}

body {
  font-family: 'Open Sans', sans-serif !important;
  /* font-family: "Roxborough CF" !important; */
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}

@media (max-width: 991px) {
    .download-img {
        position: relative!important;
        right: 53px !important;
        width: 150%!important;
    }
    .text-muted{
      font-size: 13px;
    }
    .text-dark{
      font-size: 15px;
    }
    .download-btn a {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 1px 2px !important;
    background: #f03c2d;
    color: var(--color-white);
    border-radius: 50px;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
    .download-wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 5px !important;
    overflow: hidden;
    z-index: 1;
    background-color: #dcdbdb;
}
}
a,
button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #2196F3;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.top-wrap {
  background: #1e1e1e !important;
  padding: 2px;
  border-bottom: 1px solid #cccccc82;
}

@media (max-width: 767.98px) {
  .top-wrap {
    padding: 10px 0;
  }
}

.top-wrap .con {
  width: 100%;
  padding: 0;
}

/* .r-best-offer-single ul li:hover {
      
      background-color: #474747;

      color: #fff;
  } */

.con p {
  font-size: 16px;
}

.ftco-footer-social {
  text-align: end;
}

.top-wrap .con .icon span {
  color: #1a508b;
  font-size: 36px;
  line-height: 1;
}

.top-wrap .con p {
  font-size: 15px;
  color: #fff;
}

/* .services i {
        color: #312f31;
        font-size: 52px;
    } */
.top-wrap .con p span.fa {
  color: #fff;
}

.top-wrap .btn-custom {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  background: #1a508b;
  padding: 0;
  color: #fff;
  border-radius: 0;
  position: relative;
  display: inline-block;
  width: 300px;
  z-index: 0;
  text-align: center;
  border: 1px solid transparent;
  letter-spacing: 2px;
}

@media (max-width: 575.98px) {
  .top-wrap .btn-custom {
    width: 250px;
  }

  /* .slider-hero {
        
          height: 51vh!important;
          
      }
      .slider-hero .work .img {
        width: 100%;
        height: 53vh!important;} */

}

.top-wrap .ftco-social {
  padding: 0;
  margin: 0;
}

.top-wrap .ftco-social a {
  height: 44px;
  width: 44px;
  display: block;
  color: #fff;
  border-radius: 0px;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  margin: 0 3px;
}

.top-wrap .ftco-social a span {
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff !important;
}

.top-wrap .ftco-social a:hover {
  color: #fff !important;
  background: #e02f33;
}

.ftco-navbar-light {
  /* background: #000 !important; */
  background: #fff !important;
  padding: 0;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #ffffff !important;
    padding: 1em 0;
  }
}

.ftco-navbar-light .navbar-brand {
  color: #1a508b;
  padding: 0;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ftco-navbar-light .navbar-brand:hover,
.ftco-navbar-light .navbar-brand:focus {
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .nav-gm {
    font-size: 10px !important;
  }
  .navbar-link{
    font-size: 10px !important;
  }

  .ftco-navbar-light .navbar-brand {
    width: 50%;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ftco-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
  border-top: 3px solid #000;
  display: block;
  margin-top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 14px;
  /* padding-top: 1.7rem;
  padding-bottom: 1.7rem; */
  padding-left: 11px;
  padding-right: 13px;
  /* color: #fff; */
  color: #000000;;
  font-weight: 600;
  /* font-weight: 500; */
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1rem;
    padding-top: 0;
    color: #454545;

  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
  /* color: #e02f33; */
  position: relative;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link.active {
    color: #454545 !important;
  }
}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.9) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #e02f33;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  font-weight: 800;
  font-size: 26px;
  color: #e02f33;
  z-index: 3;
  position: relative;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    line-height: 1;
  }
}

.navbar-brand .icon {
  width: 40px;
  height: 40px;
  position: relative;
}

.navbar-brand .icon span {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navbar-brand .logo {
  width: calc(100% - 40px);
  padding-left: 5px;
}

.navbar-brand span {
  color: #c4c4c4;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-wrap {
  height: 100vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  background: #111111;
  z-index: -1;
}

.hero-wrap.hero-wrap-2 {
  min-height: auto;
  height: 400px;
  background-position: center center;
  background-attachment: fixed;
}

.hero-wrap.hero-wrap-2 .overlay {
  opacity: .3;
}

.hero-wrap.hero-wrap-2 .slider-text {
  min-height: auto;
  height: 400px;
}

.hero-wrap .slider-text {
  height: 100vh;
  min-height: 750px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

.hero-wrap .slider-text .text {
  position: relative;
  z-index: 0;
}

.hero-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}

.hero-wrap .slider-text h1,
.hero-wrap .slider-text .h1 {
  font-weight: 400;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.hero-wrap .slider-text h1 span,
.hero-wrap .slider-text .h1 span {
  color: #e02f33;
}

@media (max-width: 767.98px) {

  .hero-wrap .slider-text h1,
  .hero-wrap .slider-text .h1 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .hero-wrap .slider-text .btn {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

.hero-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.8);
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
  color: #e02f33;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
  color: #e02f33;
}

.hero-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 70px;
}

.car-sec {
  border-radius: 10px 0 10px 0;
  /* background-color: #f4f4f4; */
  text-align: center;
  position: relative;
  /* margin-bottom: 62px; */
  padding: 25px;
  border: 1px solid #ddd;

}

/* .car-sec:hover {
  background-color: #ffcd22;
  transition: all .7s;
} */

.r-best-offer-single ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.r-best-offer-single ul li {
  display: inline-block;
  /* color: #aaaaaa; */
  /* background-color: #474747; */
  background-color: #f03c2d;
  padding: 2px 12px;
  color:#fff;
  border-radius: 3px;
}

.appointment label {
  color: #000;
}

/* .form-top{
    position: absolute;
    bottom: 0;
   } */

.slider-hero {
  position: relative;
  /* height: 75vh; */
  /* min-height: 560px;   */
}

.slider-hero .work {
  width: 100%;
}

.slider-hero .work .img {
  width: 100%;
  /* height: 7vh; */
  min-height: 560px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: top center;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.slider-hero .work .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: #111111;
  opacity: .5;
  width: 100%;
}

.main-banner {
    position: relative;
    width: 100%;
    min-height: 560px;
    padding:20px 0;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.main-banner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: -1;
  background: #111111;
  opacity: .2;
  width: 100%;
}

.quote {
  background: #fff;
}

.quote-widget label {
  color: #000 !important;
}

label {
  color: #000 !important;
}

@media (max-width: 575.98px) {
  .slider-hero .work .img:after {
    width: 100%;
  }
}

.slider-hero .work .img.img2 {
  background-position: center center;
}

.slider-hero .work .text {
  color: rgba(255, 255, 255, 0.8);
}

.slider-hero .work .text h1,
.slider-hero .work .text .h1 {
  font-weight: 400;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
}

.slider-hero .work .text h1 span,
.slider-hero .work .text .h1 span {
  color: #e02f33;
}

@media (max-width: 767.98px) {

  .slider-hero .work .text h1,
  .slider-hero .work .text .h1 {
    font-size: 38px;
  }
}

.slider-hero .work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .slider-hero .work .text .btn {
    display: block;
    margin-bottom: 10px;
  }

  .top-wrap .con p {
    font-size: 14px !important;
    color: #fff;
  }
}

.slider-hero .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.slider-hero .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .slider-hero .tns-nav {
    bottom: 40px;
  }
}

.slider-hero .tns-nav>[aria-controls] {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.slider-hero .tns-outer [aria-controls],
.slider-hero .tns-outer [data-action] {
  cursor: pointer;
}

.slider-hero .tns-nav>.tns-nav-active {
  background: #FDE08D;
  width: 10px;
}

.bg-light {
  background: #f0f0f0 !important;
}

.bg-darken {
  text-align: center;
  background: #2b2d2f !important;
  padding: 20px 0;
  margin-top: 30px;
  letter-spacing: 1px;
}

.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn span {
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #e02f33;
  border: 1px solid #e02f33;
  color: #fff !important;
}

.btn.btn-primary span {
  color: #fff !important;
}

.btn.btn-primary:hover {
  border: 1px solid #e02f33;
  background: transparent;
  color: #e02f33;
}

.btn.btn-secondary {
  background: #1a508b !important;
  border: 1px solid #1a508b !important;
  color: #fff !important;
}

.btn.btn-secondary span {
  color: #fff !important;
}

.btn.btn-secondary:hover {
  border: 1px solid #1a508b;
  background: transparent;
  color: #1a508b;
}

.btn.btn-white {
    background: rgb(34 129 46) !important;
  /* background: -webkit-linear-gradient(top, #ba8d3c, #FDE08D, #DF9F28); */
  /* border: 1px solid #fff !important; */
  color: #fff !important;
  font-weight: 700;
}

.btn.btn-white:hover {
  border: 1px solid #fff;
  /* background: transparent; */
  color: #fff;
}

.form-control {
  height: 45px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363535 !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
  border-color: #e02f33 !important;
}

textarea.form-control {
  height: inherit !important;
}

@media (min-width: 992px) {
  
  .intro-section {
    margin-top: -70px;
  }

  .form-alig {
    /* padding-top: 94px; */
    align-items: center !important;
    position: relative;
    width: 100%;
    min-height: 560px;
    /* overflow: hidden; */

    display: flex;
    align-items: center;
    /* justify-content: center; */
    align-self: center;
  }
}

.intro-wrap {
  background: #1a508b;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  padding: 12px;
}

.intro-section {
  background: #fff !important;
}

.con a:hover {
  color: aliceblue;
}

.middle-sec {
  background: #f4f4f4 !important;
}

.intro-wrap.intro-wrap-2 {
  /* background: #e02f33; */
  background: #fff;
  /* margin: 0px 0 25px 0; */
  /* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
  /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 0%); */
}

.intro-wrap h3,
.intro-wrap .h3 {
  color: #000;
  /* text-align: center; */
  font-size: 24px;
  font-weight: 700;
}

.intro-wrap .text {
  color: rgba(255, 255, 255, 0.8);
}

.intro-wrap .text p span:first-child {
  font-weight: 500;
  color: #fff;
  width: 110px;
}

.appointment {
  width: 100%;
  /* background: #e02f33; */
  padding: 0;
  position: relative;
  padding: 0;
}

.appointment .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.appointment .form-group {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.banner-form {
  width: 420px;
  float: right;
  right: 0px;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .banner-form {
    width: 100%;
    margin: 10px auto;
  }
}

.appointment .form-group label {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  /* margin-bottom: 5px; */
}

.appointment .form-group .icon {
  position: absolute;
  top: 50% !important;
  right: 15px;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.appointment .form-group .icon span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-check-input {
  height: 16px;
  width: 18px;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.appointment .form-group .btn {
  width: 100%;
  margin-top: 5px;
  display: block !important;
  height: 47px !important;
}

.map-icon {
  position: absolute;
  margin: -33px 0 0 11px;
  color: #000;
  font-size: 18px;
}

.r-input {
  margin: 8px 4px;
}

.form-align {
  padding-top: 94px;
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px dotted #ccc;
  display: none;
  color: #000;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container i {
  color: #000;
  margin: 5px 14px 0 3px;

}

.easy-autocomplete-container {
  top: 47px !important;
}

.easy-autocomplete-container ul {
  overflow-y: scroll;
  height: 200px;
  z-index: 99999;
  position: relative;
}

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  display: flex !important;
  border-top: 1px solid #e6e6e6 !important;
}

.form-addons .fa {
  font-size: 18px;
  color: #000;
  position: relative;
  top: 4px;
}

.form-field .form-addons {
  position: absolute;
  top: 35px;
  left: 11px;
  font-size: 16px;
  color: #000;
}

/* .instant-1::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 17%;
  margin-left: -50px;
  background-color: rgb(255 186 35);
} */

.map-icon-1 {
  position: absolute;
  margin: 46px 0 0 -48px;
  color: #000;
  font-size: 18px;
}

label.form-check-label {
  padding-left: 22px;
  /* padding-left: 12px; */
  font-weight: bold;
  font-size: 14px;
}
}

.appointment .form-control {
  border: 1px solid #d9d9d9;
  background: f4f4f4;
  color: #000 !important;
  font-size: 14px;
  /* font-weight: 500; */
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 47px;
  padding: 0 25px;
}

.appointment .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363535;
}

.appointment .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #363535;
}

.appointment .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #363535 !important;
}

.appointment .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #363535 !important;
}

.appointment .form-control:focus,
.appointment .form-control:active {
  border-color: #0a0909 !important;
}

.appointment textarea.form-control {
  height: inherit !important;
  padding: 10px 15px;
}

.services-wrap {
  position: relative;
}

.services-wrap .services {
  padding: 12px;
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.services-wrap .services .text {
  padding: 0;
  padding-left: 20px;
}

.services-wrap .services .text h2,
.services-wrap .services .text .h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.main-banner {
  background-size: cover !important;
}

ol.breadcrumb a {
  color: #000 !important;
}

ol.breadcrumb li {
  color: #000 !important;
}

ol.breadcrumb {
  display: flex;
}

ol.breadcrumb i {
  color: #000;
}

.breadcrumb {
  background: 0 0;
  font-size: 13px;
  margin: 5px 0;
  list-style: none;
  font-weight: 600;
  color: #333;
  padding: 20px 0 15px;
}

.services {
  width: 100%;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  .services {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .form-alig {
    /* padding-top: 94px; */

    min-height: 500px;

  }

  .services {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}

.services .img {
  width: 100%;
  height: 280px;
}

.services .icon {
  margin: 0 auto;
}

.services .icon span {
  font-size: 57px;
  line-height: 1.2;
  color: #474747;
}

.services .text {
  width: 100%;
  /* padding-left: 30px; */
}

.services .text h2,
.services .text .h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.services:hover,
.services.active {
  background: #474747;
  border-radius: 4px;
  /* background: -webkit-linear-gradient(top, #fde08d, #FDE08D, #DF9F28);
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18); */
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.services:hover .icon span,
.services.active .icon span {
  color: #fff;
}

.services:hover .text,
.services.active .text {
  color: rgba(255, 255, 255, 0.9);
}

.services:hover .text h2,
.services:hover .text .h2,
.services.active .text h2,
.services.active .text .h2 {
  color: #fff;
}

.services:hover .text .btn-custom,
.services.active .text .btn-custom {
  color: primary;
  border-color: #fff;
  background: #fff;
}

@media (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

}

@media (max-width: 992px) {
  .tab_container [id^="tab"]:checked+label span {
    display: none;
  }
}

.services-2 {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 0px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}

@media (max-width: 767.98px) {
  .services-2 {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}

.services-2 .icon {
  width: 70px;
  height: 70px;
  background: #1a508b;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 50%;
  position: relative;
}

.services-2 .icon:after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #1a508b transparent transparent transparent;
}

.services-2 .icon span {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-2 .text {
  width: 100%;
}

.services-2 .text h2,
.services-2 .text .h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.services-2 .text span {
  font-size: 13px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 4px;
}

.services-2:hover,
.services-2.active {
  background: #1a508b;
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.18);
}

.services-2:hover:after,
.services-2.active:after {
  background: rgba(255, 255, 255, 0.3);
}

.services-2:hover .icon,
.services-2.active .icon {
  background: #e02f33;
}

.services-2:hover .icon:after,
.services-2.active .icon:after {
  border-color: #e02f33 transparent transparent transparent;
}

.services-2:hover .icon span,
.services-2.active .icon span {
  color: #fff;
}

.services-2:hover .text h2,
.services-2:hover .text .h2,
.services-2.active .text h2,
.services-2.active .text .h2 {
  color: #fff;
}

.ftco-section {
  padding: 3em 0;
  position: relative;
  width: 100%;
  background: hsl(225deg 56.07% 97.49%);
  /* overflow-x: hidden;  */
}

@media (max-width: 575.98px) {
  .ftco-section {
    padding: 3em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-footer {
  padding: 5em 0 0 0;
  position: relative;
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
  background: #000;
}

.ftco-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  background: #000000;
  /* background: #343a40; */
  z-index: -1;
}

.ftco-footer .logo a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.ftco-footer .logo a span {
  color: #fff;
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget .h2 {
  color: #fff;
  /* font-size: 16px; */
  text-transform: uppercase;
  /* padding: 0 0 12px 0; */
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}

.ftco-footer .ftco-footer-widget ul li {
  margin-bottom: 10px;
  position: relative;
  /* padding-left: 20px;  */
}

.ftco-footer .ftco-footer-widget ul li a {
  color: #dee5e0;
  letter-spacing: 1px;
  font-size: 14px;
}

.ftco-footer .ftco-footer-widget ul li a span.ion {
  font-size: 14px;
  color: #747070;
  position: absolute;
  top: 5px;
  left: 0;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
  color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a:hover span {
  color: #747070;
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.ftco-footer .block-23 ul {
  padding: 0;
}

.ftco-footer .block-23 ul li {
  font-size: 15px;
}

.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 15px;
}

.ftco-footer .block-23 ul li span {
  color: rgba(255, 255, 255, 0.9);
  color: #e02f33;
}

.ftco-footer .block-23 ul li .icon,
.ftco-footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.9) !important;
}

.ftco-footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  color: #fff !important;
}

.ftco-footer .block-21 .blog-img {
  display: block;
  height: 50px;
  width: 50px;
}

.ftco-footer .block-21 .text {
  width: calc(100% - 50px);
  padding-left: 20px;
}

.ftco-footer .block-21 .text .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.ftco-footer .block-21 .text .heading a {
  color: #fff;
}

.ftco-footer .block-21 .text .heading a:hover,
.ftco-footer .block-21 .text .heading a:active,
.ftco-footer .block-21 .text .heading a:focus {
  color: #fff;
}

.ftco-footer .block-21 .text .meta>div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.ftco-footer .block-21 .text .meta>div a {
  color: rgba(255, 255, 255, 0.7);
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  color: #fff;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ccc !important;
}

.ftco-footer-social li a:hover {
  color: #ccc !important;
}

#map {
  width: 100%;
  height: 400px;
}

@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(224, 47, 51, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 51, 0.4);
    box-shadow: 0 0 0 0 rgba(224, 47, 51, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(224, 47, 51, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(224, 47, 51, 0);
    box-shadow: 0 0 0 30px rgba(224, 47, 51, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(224, 47, 51, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(224, 47, 51, 0);
    box-shadow: 0 0 0 0 rgba(224, 47, 51, 0);
  }
}

.heading-section .subheading {
  text-transform: capitalize;
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
}

.middle-sec h2 {
  font-size: 33px;
}

.travel-all {
  font-weight: 700;
  color: #fff !important;
}

/* .middle-sec .subheading{
  color: #fff!important;
} */
.nav-item a:hover {
  color: #747070 !important;
}

.nav-item {
  letter-spacing: 1px;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 37px;
  font-weight: 500;
  line-height: 1.4;
  /* color: #fff;  */
}

@media (max-width: 991.98px) {

  .heading-section h2,
  .heading-section .h2 {
    font-size: 30px;
  }
}

.heading-section.heading-section-white {
  color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white .subheading {
  color: #fff;
}

.heading-section.heading-section-white h2,
.heading-section.heading-section-white .h2 {
  color: #fff;
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimony-section {
  position: relative;
  z-index: 0;
  background: #ffffff !important
}

.testimony-section h2 {
  color: #000;
}

.intro2-section {
  background: #fff !important;
}

.intro2-section h2 {
  color: #000 !important;
}

.cha-bg {
  background: #000 !important;
}

.intro2-section p {
  color: #000;
  text-align: justify;
}

.testimony-section .tns-outer {
  position: relative;
  padding-bottom: 3em !important;
}

.testimony-section .tns-ovh {
  padding: 2em 0 0 10px;
}

.testimony-section .tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

.testimony-section .tns-nav {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.testimony-section .tns-nav>[aria-controls] {
  width: 30px;
  height: 2px;
  padding: 0;
  margin: 0 5px;
  background: #000;
  border: 0;
  display: none;
}

.testimony-section .tns-outer [aria-controls],
.testimony-section .tns-outer [data-action] {
  cursor: pointer;
}

.testimony-section .tns-nav>.tns-nav-active {
  background: rgb(240 60 45);
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap .desc {

  background-color: #474747;
}

.testimony-section .tns-item:not(.tns-slide-active)+.tns-slide-active+.tns-slide-active .testimony-wrap .desc:after {
  border-color: #fff transparent transparent transparent;
}

.easy-autocomplete-container ul li div {
  width: 100%;
}

.testimony-wrap {
  display: block;
  position: relative;
  width: 97%;
}
#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 118px;
}

#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 23px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: var(--color-white);
    background-color: #f03c2d;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: var(--box-shadow2);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.testimony-wrap .desc {
  background: #fff;
  padding: 50px 30px;
  position: relative;
  width: 100%;
  z-index: 0;
  border-radius: 9px;
  background: linear-gradient(174deg, #ffffff, #ffffff);
  box-shadow: 1px 2px 12px #b8b8b8, -7px -15px 32px #ffffff;
  /* background: linear-gradient(174deg, #b9e3e9, #ffffff);
    box-shadow: 1px 2px 12px #17a2b7ad, -7px -15px 32px #ffffff; */
  /* -webkit-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 12px -9px rgba(0, 0, 0, 0.17);  */
}

.testimony-wrap .desc:after {
  position: absolute;
  bottom: -10px;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.testimony-wrap p.msg {
  color: rgba(0, 0, 0, 0.9);
}

.testimony-wrap .icon {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f8f8;
}

.testimony-wrap .icon span {
  font-size: 30px;
  color: #f03c2d;
}

.testimony-wrap .tx {
  width: calc(100% - 80px);
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
}

.testimony-wrap .name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  color: #000;
}

.testimony-wrap .position {
  color: #000;
  font-weight: 500;
}

.ftco-section-counter {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}

.ftco-section-counter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .9;
  background: #1a508b;
  z-index: -1;
}

.section-counter .counter-wrap-2 {
  width: 100%;
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
}

@media (max-width: 991.98px) {
  .section-counter .counter-wrap-2 {
    margin-bottom: 20px !important;
  }
}

.section-counter .number {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 5px;
}

.section-counter .caption {
  font-weight: 700;
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.wrapper {
  width: 100%;
}

.wrapper .social-media h3,
.wrapper .social-media .h3 {
  font-size: 20px;
  font-weight: 400;
}

.wrapper .social-media p a {
  color: #e02f33;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.wrapper .social-media p a:hover {
  color: #000000;
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .dbox {
    margin-bottom: 0;
  }
}

.dbox p {
  margin-bottom: 0;
}

.dbox p span {
  font-weight: 400;
  color: #111111;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.dbox p a {
  color: #e02f33;
}

.dbox .text {
  width: 100%;
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.block-21 .text {
  width: calc(100% - 90px);
}

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.block-21 .text .heading a {
  color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #e02f33;
}

.block-21 .text .meta>div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.block-21 .text .meta>div a {
  color: gray;
  color: #e02f33;
}

/* Blog*/

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #1a508b;
  font-weight: 500;
  font-size: 12px;
  background: #fff;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 10px;
  font-size: 15px;
  width: 100%;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3,
.sidebar-box .h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.r-best-offer-content b {
  color: #000;
}

.flow-wrap {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
  padding: 20px;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .flow-wrap.flow-wrap-left:after {
    position: absolute;
    top: 80px;
    left: 0;
    content: '';
    width: 50%;
    height: 1px;
    border-bottom: 2px dashed #dddddd;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .flow-wrap.flow-wrap-right:after {
    position: absolute;
    top: 80px;
    right: 0;
    content: '';
    width: 50%;
    height: 1px;
    border-bottom: 2px dashed #dddddd;
    z-index: -1;
  }
}

@media (max-width: 1199.98px) {
  .flow-wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .flow-wrap {
    border-radius: 2px;
    margin-bottom: 10px;
  }
}

.flow-wrap .icon {
  width: 130px;
  height: 110px;
  background: #f4f4f4;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
}

.flow-wrap .icon>div {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: #0b0b0b;
}

.flow-wrap .icon>div small,
.flow-wrap .icon>div .small {
  color: #fff;
}

.flow-wrap .icon:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

.flow-wrap .icon span {
  font-size: 70px;
  line-height: 1.2;
  color: #474747;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow-wrap .text {
  width: 100%;
}

.flow-wrap .text h2,
.flow-wrap .text .h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.flow-wrap .text span {
  font-size: 13px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 4px;
}

p {
  color: #000;

}

@media (min-width: 768px) {
  .flow-wrap.flow-wrap-2:after {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #dddddd;
    z-index: -1;
  }
}

.flow-wrap.flow-wrap-2 .icon {
  background: #474747;
}

/* .flow-wrap.flow-wrap-2 .icon:after {
          border-color: #1a508b transparent transparent transparent; } */
.flow-wrap.flow-wrap-2 .icon span {
  color: #fff;
}

/* booking */
.book-wrapper {
  /* background: #474747; */
  /* background: #f0f0f0 !important; */
  background: linear-gradient(-45deg, #474645, #1b191a, #000, #474747);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding: 20px;

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.booking-card {
  padding: 12px;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #ddd;
}

.j-Outbound h6 {
  color: #474747;
  font-weight: 600;
}

.j-Outbound i {
  color: #000;
  padding: 0 12px;
  font-size: 19px;
}

.j-Outbound p {
  margin-left: 39px;
}

.summary-header h3 {
  font-weight: 600;
}

.j-Outbound h5 {
  font-weight: 600;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-quote:before {
  content: '\e800';
}

/* 'î €' */
.icon-map:before {
  content: '\e801';
}

/* 'î ' */
.icon-map-pin:before {
  content: '\e802';
}

/* 'î ‚' */
.icon-mail:before {
  content: '\e803';
}

/* 'î ƒ' */
.icon-car:before {
  content: '\e804';
}

/* 'î „' */
.icon-support:before {
  content: '\e805';
}

/* 'î …' */
.icon-phone:before {
  content: '\e806';
}

/* 'î †' */
/*
         FILE ARCHIVED ON 13:43:50 Jul 05, 2022 AND RETRIEVED FROM THE
         INTERNET ARCHIVE ON 10:44:46 Dec 08, 2022.
         JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
    
         ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
         SECTION 108(a)(3)).
    */
/*
    playback timings (ms):
      captures_list: 147.974
      exclusion.robots: 0.079
      exclusion.robots.policy: 0.071
      cdx.remote: 0.066
      esindex: 0.008
      LoadShardBlock: 121.557 (3)
      PetaboxLoader3.datanode: 173.197 (4)
      CDXLines.iter: 14.868 (3)
      load_resource: 178.171
      PetaboxLoader3.resolve: 122.063
    */

/* thank you */
.go-home {
  color: #fff;
  background: #5892FF;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  box-shadow: 0 10px 16px 1px rgb(174 199 251);
}

/* --------new (21-12-2023) style ---------- */

.navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0;
  background-color: #000;
}

.social-icons {
  display: flex;
  list-style-type: none;
}

.social-icons-link i {
  color: #fff;
  padding: 0 6px;
  font-size: 19px;
}

.navbar-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

.nav-item strong {
  color: #727272;
}

.con a {
  color: #ffffff;
}

.con {
    
  background:#22812e !important;
  padding: 3px 5px;
  border-radius: 4px;
}

.con:hover {
  background: #1e1f1f;
}

.mt-lg-n9,
.my-lg-n9 {
  margin-top: -190px !important;
}

.z-index-9 {
  z-index: 9;
  position: relative;
}

.shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

.booking-search .np {
  padding: 0;
}

.booking-search .feature-box {
  padding: 0 0 0px 0;
}


.feature-box {
  padding: 0 0 20px 0;
      background: rgba(255, 255, 255, .15);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.tab_container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  position: relative;
}

.tab_container>input {
  display: none;
}

.tab_container [id^="tab"]:checked+label {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 3px #5bc9e2;
}

.tab_container label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 20%;
  padding: 1em;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.tab_container .return {
  /* position: relative;
  bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  display: inline;
  float: none;
  width: auto;
  padding: 0px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: transparent; */

}

#vehicle1 {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.tab_container [id^="tab"]:checked+label i {
  color: #ffba23;
}

.booking-search label i {
  padding: 0 8px 0 0;
}

.tab_container [id^="tab"]:checked+label span {
  color: #ffffff;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5 {
  display: block;
  padding: 20px;
  color: #999;
  background: #fff;
}

.booking-search .tab-content {
  margin-bottom: 0px;
}

.booking-search section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab-content {
  padding: 25px 0;
  margin-bottom: 20px;
}

.padding8 {
  padding: 7px 8px !important;
}

.form-group {
  margin-bottom: 0;
}

.tab-content .form-group span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  color: #ffcd22;
}

.booking-search input[type=text],
.booking-search input[type=email],
.booking-search input[type=password],
.booking-search input[type=number],
.booking-search input[type=search],
.booking-search textarea {
  border: 1px solid #ededed;
  padding: 12px 15px 12px 32px;
  font-size: 14px;
  color: #222222;
  font-style: bold;
  border-radius: 0;
}

/* .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #dfe2e5;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.booking-search button {
  font-size: 16px;
  margin: 0;
  font-size: 16px;
  margin: 0;
  display: block;
  width: 100%;
  padding: 6px 0;
}

.btn-grad {
  background: #17a2b7 !important;
  border: 1px solid #17a2b7 !important;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #ffffff;
  /* background: #5bc9e2; */
  background: #0097B7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}

.btn-grad:hover {
  background: #0c0c0c !important;
  border: 1px solid #000000 !important;
}

.banner-content {
  text-align: left;
}

.display-4 {
  color: #fff;
  font-weight: 600;
}

.display-4 span {
  color: #ffba23;
}

.Categories {
  background: #fff;
}

.pt80 {
  padding-top: 80px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

p.subtitle {
  color: #0097b7 !important;
  font-size: 12px;
}

.list-mig-like-com {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #ffcd22;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-mig-lc-img img {
  width: 100%;
  border-radius: 5px;
}

.list-mig-lc-con {
  position: absolute;
  width: 100%;
  margin-top: -125px;
  padding: 20px 20px 0px 20px;
  display: block;
}

.list-mig-lc-con h5 {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-mig-lc-con p {
  color: #ffffff;
  font-size: 13px;
}

.list-mig-like-com:before {
  content: '' !important;
  position: absolute !important;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  border-radius: 5px !important;

}

.subtitle {
  margin-bottom: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #868e96;
  font-weight: bold;
  padding: 0 0 8px 0;
}

.paddtop1 {
  font-size: 24px;
}

.grayBG {
  background-color: #ffffff !important;
}

.text-center {
  text-align: center !important;
}

.title {
  padding: 0 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px !important;
}

.feature-box-icon img {
  width: 65px;
}

.feature-box .feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}

.feature-box .feature-box-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
.service-home .feature-box-title{
  color: #fff;
}
.feature-box-desc {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

.bg-grad1 {
  /* background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%); */
  /* background: linear-gradient(150deg, #ececec 0%, #5bc9e2 100%); */
  /* border-radius: 10px; */
  /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffcd22), color-stop(100%, #ffcd22)); */
  /* background: -webkit-linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%); */
  /* background: linear-gradient(150deg, #ffcd22 0%, #ffcd22 100%); */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two', GradientType=1 ); */
}

.card-box:hover {
  /* background: #0097b7; */
}

/* .card-box:hover h3{
  color:#fff;
}
.card-box:hover p{
  color:#fff;
} */

.pb80 {
  padding-bottom: 80px;
}
.service-home .subheading{
 color: #fff;}
.service-home p{color: #fff;
}
.service-home {
  padding: 80px 0;
  background: #000;
}
.Travel{
    color: #444 !important;
}
.title h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.download-wrapper {
  position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    z-index: 1;
       background-color: #dcdbdb;
}
.download-btn a {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 6px 20px;
    background: #f03c2d;
    color: var(--color-white);
    border-radius: 50px;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.download-btn a:last-child:hover {
    background: #f03c2d;
}
.download-img {
    position: absolute;
    right: 0px;
    bottom: -30px;
    width: 55%;
}
.airport-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #000 !important;
}
.download-btn-content {
    display: flex
;
color:#fff;
    flex-direction: column;
}
.download-btn {
    display: flex
;
    gap: 15px;
}
.site-title-tagline1{
  color: #000;
}
.site-title-tagline {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 4px;
    font-size: 35px;
       font-weight: 700;
   color: #000;
       text-transform: capitalize;

}
.travel{
 color: #f03c2d !important;
}
ul{
  list-style: none;
}
.features ul li{
color:#000;
}
.title p {
  font-weight: normal;
  text-transform: none !important;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px;
  margin-bottom: 0px !important;
  color: gray;
}

.feature-box.f-style-1 {
  padding: 20px;
      height: 328px;
}

.feature-box.f-style-1 .feature-box-icon {
  font-size: 60px;
}

.mx-auto {
  margin: auto;
}

.icon-primary i:before {
  color: #ffcd22;
}

.feature-box.f-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  height: 5px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  background-color: #f03c2d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.feature-box.f-style-1:hover.f-style-1:before,
.feature-box.f-style-1.active.f-style-1:before {
  opacity: 1;
  visibility: visible;
}

.feature-box.f-style-1.f-style-1:hover,
.feature-box.f-style-1.f-style-1.active {
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}

.feature-box.f-style-1 {
  padding: 20px;
}

.heading-section {
  margin: auto;
}

@media (min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.card {
  padding: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.r-best-offer-content p i {
  color: #17a2b7;
}

.bold700 {
  font-weight: 700;
  color: #000;
  font-size: 35px;
  margin-top: 10px !important;
  text-align: center;
}

.ftco-footer-widget p {
  font-size: 14px;
  font-weight: 100;
}

.vector-one img {
  width: 31% !important;
}

.card-box:hover .w-25 {
  transition: all .4s ease-in-out;
  transform: scale3d(1.4, 1.4, 1.4);
}

.vector-one {
  text-align: center !important;
}

.bold700 i {
  color: #f03c2d;
}

.blue100 {
  text-align: center;
  color: gray;
  letter-spacing: 1px;
  font-size: 17px;
}

.testimony-wrap p {
  color: gray;
  font-size: 14px;
  letter-spacing: 1px;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
  position: relative;
  bottom: 3px;
  padding-left: 3px;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-gm {
  font-weight: 600;
  color: #fff !important;
  font-size: 14px;
}
.tour-head img{
width: 100% !important;
}
.card-body h5 a {
  padding: 0 0 0 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #343a40!important;
}
.card-body i {
  color: black;
  font-size: 15px;
  margin-left: 5px;
}

.tour-details {
  color: #919191;
  font-size: 17px;
  list-style: none;
}
.tour-details i {
  color: #ffba23;
  margin-right: 10px;
}
.flex-tour {
  text-transform: capitalize;
  padding-left: 0px !important;
}
 .tour-main h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  LINE-HEIGHT: 40px;
}
.text-primary {
  color: #007bff !important;
}
.format-standard-image {
  padding-top: 35px;
}
.post.format-standard-image h2 {
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
}
.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover{
  color: #F03C2D !important;
}

.card-body {
  text-align: center;
}

.book-button{
  margin: auto;
  width: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(23 162 183);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.book-button:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.book-button:hover .icon {
  transform: translate(4px);
}

.book-button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.book-button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
@media (max-width: 1024px) {
  .book-button{
    width: 66%;
  }
}

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  /* color: blueviolet; */
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li.active {
  color: #ffcb1d;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  /* color: blueviolet; */
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #010610de;
  opacity: .75;
  z-index: -1;
}

.change-color{
  background: hsl(225deg 56.07% 97.49%) !important;
}
/* 
.services-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.services-three__single-img {
  position: relative;
  display: block;
  z-index: 1;
}
.services-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  text-align: center;

}
.services-three__single-img .inner::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.services-three__single-img .inner img {

  width: 65%;
  transition: .5s ease;
  transform: scale(1.05);
}
.services-three__single-img .inner .number-box {
  position: absolute;
  right: 30px;
  bottom: 26px;
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
  z-index: 5;
}
.services-three__single-content {
  position: relative;
  display: block;
  padding: 0px 25px 0px;
  margin-top: -55px;
  z-index: 5;
}
.services-three__single-content .inner {
  position: relative;
  display: block;
  padding-left: 160px;
}
.services-three__single-content .inner .icon-box {

  position: absolute;
    top: 41px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 105px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(135, 140, 143, 0.15);
}
.services-three__single-content .inner .icon-box::before {
  position: absolute;
    left: -10px;
    width: 112%;
    bottom: -10px;
    right: -2px;
    background: #226df5;
    height: 4px;
    content: "";
}
.services-three__single-content .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #878c8f;
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.services-three__single-content .inner .icon-box .left-border {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 4px;
  height: 60px;
  background: #226df5;
  content: "";
}
.services-three__single-content .inner .icon-box .left-border::before {
  position: absolute;
  top: -14px;
  left: -3px;
  width: 10px;
  height: 10px;
  background: #ffcd22;
  content: "";
}
.services-three__single-content .inner .icon-box .right-border {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 5px;
  height: 60px;
  background: #226df5;
  content: "";
}
.services-three__single-content .inner .icon-box .right-border::before {
  position: absolute;
  top: -14px;
  left: -3px;
  width: 10px;
  height: 10px;
  background: #ffcd22;
  content: "";
}
.services-three__single-content .inner .content-box {
  position: relative;
  display: block;
  padding-top: 75px;
}
.services-three__single-content .inner .content-box p {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.services-three__single-content .inner .content-box p::before {
  position: absolute;
  top: 12px;
  right: -58px;
  width: 45px;
  height: 1px;
  background: #dbdbdb;
  content: "";
}
.services-three__single-content .inner .content-box h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.seats {
  padding-bottom: 30px;
}
.services-three__single-img .inner img:hover {
  transform: translate3d(10px, 10px, 10px);
}
.services-three__single-content .inner .icon-box img:hover {
  transform: rotate(184deg);
  transition: all .5s ease-in-out;
}
.services-three__single-content .inner .content-box h2 a {
  color: #152538;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.services-three__single-content .inner .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 8px;
}
.services-three__single-content .inner .content-box .btn-box a {
  color: #8a8f92;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
} */

/* ----------baby seat style---------- */
/** ourhistory-section **/

.ourhistory-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

.ourhistory-section:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.ourhistory-section .inner-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.ourhistory-section .inner-box .image-box img{
  width: 100%;
}

.ourhistory-section .inner-box .content-box .year{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 14px;
  color: #17a2b7;
}

.ourhistory-section .inner-box .content-box h3{

  text-transform: capitalize;
    font-size: 26px;
    display: block;
    color: #000;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
  line-height: 36px;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 13px;
}

.mb-130{
  margin-bottom: 130px;
}

.ourhistory-section .inner-column:last-child{
  padding-top: 60px;
}

.ourhistory-section .inner-content{
  position: relative;
}

.ourhistory-section .inner-content .line-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  width: 2px;
  height: calc(84% + 70px);
  background: #e5e5e5;
}

.ourhistory-section .inner-content .line-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 15%;
  left: 0px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box span{
  position: absolute;
  width: 130px;
  height: 1px;
  left: -64px;
}

.ourhistory-section .inner-content .line-box span:first-child{
  top: 16%;
}

.ourhistory-section .inner-content .line-box span:nth-child(2){
  top: 48%;
}

.ourhistory-section .inner-content .line-box span:nth-child(3){
  top: 85%;
}

/* .ourhistory-section .inner-content .line-box span:last-child{
  top: 89%;
} */

.ourhistory-section .inner-content .line-box span:before{
  position: absolute;
  content: '';
  background: #ffcd22;
  width: 38px;
  height: 1px;
  left: 46px;
  top: 0px;
}

.ourhistory-section .inner-content .line-box span:after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 60px;
  top: -5px;
  box-shadow: 0 0 0 4px rgb(108 199 213 / 48%);
}

.ourhistory-section .sec-title{
  margin-bottom: 128px;
}

.ourhistory-section .inner-content .line-box span {
  background: #e3a087;
}
.ourhistory-section .inner-content .line-box span:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 38px;
  height: 1px;
  left: 46px;
  top: 0px;
}

/** team-section **/

@media (min-width: 992px)
{
  .offset-lg-2 {
    margin-left: 16.666667%;
}
}

@media only screen and (max-width: 991px)
{
  .ourhistory-section .inner-content .line-box {
    display: none;
}
}

.tours-book {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
.tour-submit {
  margin-top: 30px !important;
  /* margin: inherit; */
}
.search-widget {
  box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.13);
  padding: 26px 20px;
}
.tour-main {
  box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.13);
  padding: 20px 20px;
}
.blog-content {
  margin-top: 45px;
  padding: 20px 20px;
  box-shadow: -1px 1px 11px 0px rgba(0, 0, 0, 0.13);
}
.tour-main p {
  margin-top: 20px;
  text-align: justify;
}
.format-standard-image p {
  text-align: justify;
}
.tour-main img {
  width: 100%;
}

@media (max-width: 992px) {
  /* .th1{
    display: none !important;
  }
  .th2{
    display: block !important;
  }
  .tw1{
    display: none !important;
  }
  .tw2{
    display: block !important;
  } */

  .fleet-desk{
    display: none;
  }
  .fleet-mobile{
    display: block !important;
  }
}

.bootbox-body {
  color: #000;
}
.bootbox-close-button{
  margin-right: -14px !important;
  margin-top: -3px !important;
}
.year {
  color: #17a2b7;
  text-transform: uppercase;
}
.flt-img img:hover{
  transition: all .4s ease-in-out;
  transform: scale3d(1.2, 1.2, 1.2);
}
.content-box h3 {
  text-transform: capitalize;
  font-size: 22px;
}

/* .easy-autocomplete-container ul{
  height: fit-content !important;
} */

.booking-wrapper .quote-sys-wrapper{
  background: hsl(225deg 56.07% 97.49%) !important;
}
.meet-point{
  margin-top: 20px;
  font-family: math;
  font-weight: 600;
}
.car-sec img{
  /* height: 153px; */
}
.intl-tel-input.allow-dropdown input[type=tel]::placeholder {
  color: #bebebe !important; 
}
/* .easy-autocomplete-container ul{
    overflow-y: scroll;
    height: 200px;
} */
@media (max-width: 768px){
  .fleet-desc .details{
    justify-content: center !important;
  }
  .car2-details-pricelist{
    width: 100% !important;
  }
  .fleet-desc {
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1200px){
  .booking-wrapper .quote-sys-wrapper .quote-inr-wrap .desc h2{
    font-size: 11px !important;
    text-align: center !important;
  }
  .booking-wrapper .quote-sys-wrapper .quote-inr-wrap .btn-custom{
    font-size: 9px !important;
  }
  .one_way{
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-alig {
          height: 692px;
}
	.display-4{
		font-size: 30px;
}
}

    @media (min-width: 767.98px) {
   .social_media_mob {
      display: none !important;
    }
 
  }
     .social-icons{
      padding-left: 0;
    }

      @media (min-width: 768px) {
    .mobile_view {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .social_media {
      display: none !important;
    }
  }
  .testimony-wrap p.msg:active {
    color: rgba(0, 0, 0, 0.9) !important;
}

.ftco-footer .ftco-footer-widget ul li {
    color: #dee5e0;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 14px;
}
.for-bg{
background: #f03c2d;
    color: #fff;
    padding: 4px 13px;
}
.loc-title{
      font-weight: 600;
font-size:25px;}
.fa-map-marker{
color: #000;
margin-right: 6px;
}
@media (min-width: 576px) {
/*.actual:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    left: 0;*/
/*    top: 45%;*/
/*    transform: rotate(349deg);}*/
.actual:after {
    content: '';
    position: absolute;
    width: 67%;
    height: 2px;
    left: 6px;
    top: 45%;
    transform: rotate(343deg);
    background: #f03c2d;
}
}

.light-on {
      font-size: 10px !important;
      color: #00BFFF; /* Deep Sky Blue */
      animation: blink-light 1.5s infinite;
    }

    @keyframes blink-light {
      0%, 100% {
        color: #00BFFF;
        text-shadow: 
          0 0 5px #00BFFF,
          0 0 10px #1E90FF,
          0 0 20px #87CEFA;
      }
      50% {
        color: #666666;
        text-shadow: none;
      }
    }

