html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden !important;
  position: relative;
  scroll-behavior: smooth;
}

html,
body {
  font-family: 'Fira Sans', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

.pagination {
  height: 85px;
  z-index: -1;
  margin-top: -85px;
}

a {
  text-decoration: none;
  outline: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  z-index: 999;
  background-color: #f2f2f2;
  margin: 0 !important;
}

@-webkit-keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.overall-space {
  margin-left: 2em;
  margin-right: 2em;
}

@media (min-width: 0px) and (max-width: 992px) {
  .container {
    max-width: 95% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 1.1vw;
  }
  .container {
    max-width: 90%;
  }
}

.bg-dark {
  background-color: #010101 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.error-class {
  background: transparent;
  height: 30px;
  display: block;
  color: #f70935;
  font-weight: 400;
  line-height: 1.1;
  padding-top: 3px;
  font-size: 0.8em;
}

.success {
  color: #2ae42a;
  margin-top: 1em;
}

input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bg-gray {
  background-color: #f9f9f9;
}

.view-btn {
  background-color: #00407D;
  color: #FFFFFF;
  padding: 10px 25px;
  border-color: #00407D;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.view-btn:hover {
  background-color: #033666;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #00407D;
  color: #FFFFFF;
}

.view-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #00407D;
  color: #FFFFFF;
}

.send-btn {
  background-color: #00407D;
  color: #FFFFFF;
  padding: 6px 25px;
  text-transform: capitalize;
  border-radius: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.send-btn:hover {
  background-color: #033666;
  color: #FFFFFF;
}

.send-btn:focus {
  background-color: #033666;
  color: #FFFFFF;
}

.navbar-toggler {
  display: block;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon2:focus {
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #000;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
  height: 3px;
  width: 70%;
  margin: 0 auto;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
  height: 3px;
  width: 70%;
  margin: 0 auto;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#main-navbar {
  padding: 0;
  background-color: #fff;
}

#main-navbar .navbar-brand {
  color: #00407D;
  font-size: 2em;
  font-weight: 500;
}

#main-navbar .navbar-brand img {
  width: 60px;
  height: 60px;
}

@media (max-width: 991.98px) {
  #main-navbar .navbar-nav .nav-item:last-child {
    margin-bottom: 1em;
  }
}

#main-navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.1em;
  font-weight: 400;
  padding: 0 1em;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (max-width: 991.98px) {
  #main-navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5em;
  }
}

#main-navbar .navbar-nav .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

#main-navbar .toggle-button-inner {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-open {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  min-height: 200px !important;
  z-index: 9999999999999 !important;
  display: block !important;
  transform: translateY(0);
}

#hero-slider {
  position: relative;
  padding: 4em 0;
}

@media (max-width: 991.98px) {
  #hero-slider .content {
    margin-bottom: 2em;
  }
}

#hero-slider .content h2 {
  color: #00407D;
  margin-bottom: 10px;
  font-weight: 500;
}

#hero-slider .content h4 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5em;
}

#hero-slider .content .button {
  position: relative;
  margin-top: 1.5em;
}

#hero-slider .carousel-indicators {
  bottom: -4em;
}

#hero-slider .carousel-indicators button {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#hero-slider .carousel-indicators button.active {
  background-color: #00407D;
}

#who-we-are {
  position: relative;
  background-color: #f1f1f1;
  padding: 5em 0;
}

@media (max-width: 991.98px) {
  #who-we-are {
    padding: 3em 0;
  }
}

#who-we-are .content .sub-head {
  color: #105693;
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: 500;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  -webkit-text-decoration-color: #333;
          text-decoration-color: #333;
}

#who-we-are .content h2 {
  line-height: 1.2;
  color: #00407D;
  margin-bottom: 1em;
}

#who-we-are .content .description {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 767.98px) {
  #who-we-are .content .description {
    font-size: 1em;
  }
}

.privacy-policy {
  min-height: 500px;
}

@media (max-width: 767.98px) {
  .privacy-policy .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.privacy-policy .nav-tabs .nav-link {
  color: #333;
  font-size: 1.25em;
}

@media (max-width: 767.98px) {
  .privacy-policy .nav-tabs .nav-link {
    font-size: 1em;
  }
}

.privacy-policy .nav-tabs .active {
  color: #00407d;
}

.privacy-policy .tab-content {
  border: 1px solid #dee2e6;
}

.privacy-policy .tab-content .content p {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .privacy-policy .tab-content .content p {
    font-size: 1em;
    line-height: 1.5;
  }
}

.privacy-policy .feture-tabs p {
  font-size: 1.1em;
  font-weight: 300;
}

.privacy-policy .feture-tabs strong {
  font-weight: 400;
}

.privacy-policy .feture-tabs h4 {
  font-size: 1.5em;
  font-weight: 500;
}

#why-us {
  position: relative;
  padding: 4em 0;
}

@media (max-width: 991.98px) {
  #why-us {
    padding: 2em 0 0;
  }
}

#why-us .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#why-us .content h2 {
  color: #00407D;
  font-weight: 500;
  margin-bottom: 1.5em;
}

#why-us .each-block {
  padding: 2em 1em;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  border-radius: 20px;
}

#why-us .each-block:hover {
  -webkit-box-shadow: 0 6px 11px rgba(243, 102, 102, 0.5);
          box-shadow: 0 6px 11px rgba(243, 102, 102, 0.5);
}

@media (max-width: 991.98px) {
  #why-us .each-block {
    margin-bottom: 2em;
  }
}

#why-us .each-block .icon {
  margin-bottom: 1em;
}

#why-us .each-block .icon img {
  width: 50px;
  height: 50px;
}

#why-us .each-block .content h4 {
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 10px;
}

#why-us .each-block .content p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5;
  color: gray;
}

footer {
  padding: 4em 0;
  background: #f2f2f2;
}

@media (max-width: 991.98px) {
  footer {
    padding: 3em 0;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding: 2em 0;
  }
}

footer .each-block {
  color: #fff;
}

@media (max-width: 991.98px) {
  footer .each-block {
    margin-bottom: 1em;
  }
}

footer .each-block .address:nth-of-type(3) {
  display: none;
}

footer .each-block .logo {
  margin-bottom: 1em;
  color: #00407D;
  font-size: 1.5em;
  font-weight: 500;
}

footer .each-block .logo img {
  width: 60px;
  height: 60px;
}

footer .each-block h4 {
  color: #00407D;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  footer .each-block h4 {
    margin-top: 0;
  }
}

footer .each-block p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 400;
}

footer .each-block a {
  font-weight: 400;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

footer .each-block a:hover {
  color: white;
}

footer .content {
  margin-top: 0.75em;
}

footer .other-links {
  margin-top: 0.75em;
}

@media (max-width: 991.98px) {
  footer .other-links {
    margin-top: 0.5em;
  }
}

footer .other-links li {
  line-height: 2;
}

@media (max-width: 575.98px) {
  footer .other-links li {
    line-height: 1.75;
  }
}

footer .other-links li a {
  color: #000;
  font-weight: 400;
  font-size: 1.05em;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .other-links li a {
    font-size: 0.9em;
  }
}

footer .other-links li a:hover {
  color: #00407D;
}

footer .other-links p {
  font-weight: 300;
  color: #F4F4F0;
  font-size: 0.9em;
}

.copy-right {
  background: #fff;
  padding: 1em 0;
}

.copy-right .txt p {
  color: #000000;
  font-weight: 300;
  font-size: 1.15em;
}

@media (max-width: 575.98px) {
  .copy-right .txt p {
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .copy-right .txt p {
    font-size: 0.9em;
  }
}

.copy-right .txt .powered {
  text-align: right;
}

@media (max-width: 991.98px) {
  .copy-right .txt .powered {
    text-align: center;
    margin-top: 1em;
  }
}

.copy-right .txt .powered a {
  color: #FFDB12;
  font-weight: 400;
}

.map {
  margin-bottom: -15px;
}

#quick-connect {
  position: relative;
  padding: 4em 0;
}

@media (max-width: 991.98px) {
  #quick-connect {
    padding: 3em 0;
  }
}

@media (max-width: 575.98px) {
  #quick-connect {
    padding: 2em 0;
  }
}

#quick-connect h1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  #quick-connect h1 {
    font-size: 1.5em;
  }
}

#quick-connect label span {
  color: #EE1B24;
}

#download-app {
  position: relative;
  padding: 3em 0 0;
  background-color: #f1f1f1;
}

#download-app .section-heading h2 {
  color: #00407D;
  margin-bottom: 15px;
}

#download-app .section-heading p {
  margin-bottom: 2.5em;
}

#contact {
  position: relative;
  padding: 4em 0;
}

@media (max-width: 991.98px) {
  #contact {
    padding: 2em 0;
  }
}

#contact .social-icons {
  margin-bottom: 1em;
}

#contact .social-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  margin-bottom: 2em;
}

#contact .social-icons li .txt p {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  #contact .social-icons li .txt p {
    font-size: 1.2em;
  }
}

#contact .social-icons li .txt p strong {
  color: #012970;
  font-weight: 400;
}

.charges {
  position: relative;
}

.charges table tr {
  line-height: 2;
}

.charges .content h1 {
  text-align: center;
  color: gray;
  font-size: 2em;
}

.charges .content h2 {
  text-align: center;
  margin-bottom: 2.5em;
}

.charges ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 1em;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
  left: 50%;
  top: 50%;
}

html:hover .cursor {
  opacity: 1;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.cursor--black .cursor-inner, .cursor--hover .cursor-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}

.cursor--black .cursor-outer, .cursor--hover .cursor-outer {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  border-color: #000000;
  opacity: 0.9;
}

.cursor-move-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
}

.cursor-move-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.cursor-outer {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(204, 204, 204, 0.75);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}

.scroll-text-effect .scroll-text {
  overflow: hidden;
  height: 100%;
  display: block;
  line-height: 1.2;
}

.scroll-text-effect .scroll {
  display: block;
}
/*# sourceMappingURL=app.css.map */