/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.col-start-1 {
  grid-column-start: 1;
}

.float-right {
  float: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.grow {
  flex-grow: 1;
}

.list-none {
  list-style-type: none;
}

.columns-2 {
  -moz-columns: 2;
  columns: 2;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-8 {
  gap: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.p-5 {
  padding: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.duration-500 {
  transition-duration: 500ms;
}

@font-face {
  font-family: "Helvetica";

  src: url("/images/fonts/HelveticaNeue\ Light.ttf");

  font-style: normal;

  font-weight: 400;
}

@font-face {
  font-family: "Helvetica";

  src: url("/images/fonts/HelveticaNeue\ Medium.ttf");

  font-style: normal;

  font-weight: 600;
}

@font-face {
  font-family: "Helvetica";

  src: url("/images/fonts/HelveticaNeue\ Thin.ttf");

  font-style: normal;

  font-weight: 300;
}

@font-face {
  font-family: "Helvetica";

  src: url("/images/fonts/Helvetica\ Neu\ Bold.ttf");

  font-style: normal;

  font-weight: 700;
}

* {
  font-family: "Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

.hamburger-menu {
  display: none;
}
h1 {
  font-family: Helvetica Neue, sans-serif;
}

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

h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: 600;
}

.hero {
  position: relative;
  min-height: 90vh;
  background-image: url("/images/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.spacer {
  height: 10px;
}

.about {
  height: 485px;
}

.about .owl-item .item {
  height: 485px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about .owl-carousel {
  position: relative;
}

.about .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.about .owl-carousel .owl-dots span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: transparent;
  border: 3px solid white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.rocket {
  background-image: url("/images/bgl-rocket.jpg");
  background-size: cover;
  background-position: top center;
  padding: 50px 40px;
}

.rocket h2 {
  font-size: 2.25rem;
  line-height: 1.4;
  color: #006ab6;
  margin-bottom: 26px;
}

.rocket p {
  margin-bottom: 52px;
}

.rocket a {
}

.video {
  height: 650px;
}

.video .owl-item .item {
  height: 650px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .owl-carousel {
  position: relative;
}

.video .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.video .owl-carousel .owl-dots span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.career {
  background-color: #006ab6;
}

.career .career-image {
  background-image: url("/images/home-feature-panel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 525px;
}

.career .container {
  max-width: 70%;
}

.career .career-title {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-block: 3vh;
  margin-bottom: 4vh;
}

.career .career-title h3 {
  font-size: 2.25rem;
  line-height: 1.4;
  color: white;
  margin-bottom: 1rem;
}

.career .career-title p {
  color: white;
  font-size: 1rem;
  line-height: 1.4;
}

.career-links a {
  color: white;
  border-bottom: 1px solid white;
  padding-block: 5px;
  margin-right: 3rem;
  transition: 0.3s;
}

.career-links a:hover {
  color: white;
  border-bottom: none;
  padding-block: 5px;
  margin-right: 3rem;
}

.btn-1 {
  border-bottom: 1px solid;
  padding-block: 5px;
  padding-inline: 0;
}

.btn-1:hover {
  border-bottom: none;
  padding-block: 5px;
  padding-inline: 0;
}

.btn-2 {
  border-bottom: 1px solid;
  padding-block: 2px;
  padding-inline: 0;
}

.btn-2:hover {
  border-bottom: none;
  padding-block: 2px;
  padding-inline: 0;
}

section.hero h1 {
  width: 50%;
  height: 200px;
  margin: auto;
}

header .nav-area {
  width: 100%;
}

header .nav-area nav {
  max-width: 1160px;
  justify-content: space-between;
  margin-inline: auto;
}

header .nav-area nav .navbar-menu {
  color: #ffffff;
}

header .nav-area nav .navbar-menu a {
  padding: 20px;
}

header .nav-area nav .navbar-menu a span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-block: 5px;
  padding-inline: 0;
}

header .nav-area nav .navbar-menu a span:hover {
  border-bottom: none;
  padding-block: 5px;
  padding-inline: 0;
}

header .nav-area nav .contact {
  display: flex;
}

header .nav-area nav .contact li {
  list-style: none;
  font-size: 22px;
}

header .nav-area nav .contact li:first-child {
  margin-right: 1rem;
}

header .nav-area .logo a:first-child {
  display: block;
}

header .nav-area .logo a:last-child {
  display: none;
}

header .nav-area .mega-active {
  display: none;
}

header .nav-area.openMega {
  background-color: rgba(0, 106, 182, 0.9);
  background-image: url("/images/overlay.png");
  min-height: 60vh;
}

header .nav-area.openMega .logo a:first-child {
  display: none;
}

header .nav-area.openMega .logo a:last-child {
  display: block;
}

header .nav-area.openMega .mega-active {
  width: 100%;
  display: flex;
}

header .nav-area.openMega .mega-active .mega-menu {
  margin-inline: auto;
  width: 1160px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 13px;
  margin-bottom: 26px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-head h2 {
  font-size: 36px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-desc {
  padding-right: 70px;
  height: 400px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-links {
  height: 400px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-links li {
  padding-block: 10px;
}

header .nav-area.openMega .mega-active .mega-menu {
  display: none;
}

header .nav-area.openMega .mega-active .mega-menu.active {
  display: block;
}

header .close-mega {
  display: none;
}

header .close-mega.active {
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 40px;
  font-weight: 300;
  color: white;
}

section.blog {
  padding-block: 60px;
  position: relative;
}

section.blog .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.blog .card .card-inner {
  position: relative;
  padding: 40px;
  height: 488px;
}

section.blog .card .card-inner::before {
  content: "";
  overflow: hidden;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0s;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(72, 76, 97, 0) 0,
    rgba(72, 76, 97, 0.8) 75%
  );
  transform: translate3d(0, 50%, 0);
  z-index: -1;
}

section.blog .card .card-inner:hover::before {
  z-index: unset;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.35s, transform 0.1s;
}

section.blog .card .card-inner h2 {
  font-size: 2rem;
  color: white;
  line-height: 1.4;
}

section.blog .social-card {
  background: #006ab6;
  height: 488px;
  display: flex;
  align-items: center;
}

section.blog .social-card .card-inner {
  margin-block: auto;
  position: relative;
  padding: 40px;
}

section.blog .social-card .card-inner p {
  font-size: 1rem;
  line-height: 1.6;
  margin-block: 26px;
}

section.blog .social-card .card-inner i {
  font-size: 50px;
}

section.blog .show-all {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-block: 2rem;
}

section.blog .show-all i {
  padding: 15px;
  color: #ffffff;
  background: #999999;
  border-radius: 50%;
  display: flex;
  margin: auto;
}

section.blog .show-all i:hover {
  background: #006ab6;
}

footer .quicklinks a.btn-1 {
  font-size: 14px;
  padding-bottom: 2px !important;
  font-weight: 300;
}

footer .quicklinks a.btn-1 i {
  opacity: 0.5;
}

footer .social-icons {
  font-size: 1.25rem;
}

footer .copyright-container {
  margin: auto;
  max-width: 1124px;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 1279.98px) {
  section.about .grid {
    display: block;
    padding-bottom: 500px;
  }

  .navbar-menu {
    display: none;
  }

  .contact {
    display: none !important;
  }

  section.hero h1 {
    width: 90%;
    height: 500px;
    margin: auto;
  }

  .nav-area {
    width: 100%;
  }

  .nav-area nav {
    max-width: 90%;
    justify-content: space-between;
    margin-inline: auto;
  }

  .nav-area nav .navbar-menu {
    color: #ffffff;
  }

  .nav-area nav .navbar-menu a {
    padding: 20px;
  }

  .nav-area nav .navbar-menu a span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-block: 5px;
    padding-inline: 0;
  }

  .nav-area nav .navbar-menu a span:hover {
    border-bottom: none;
    padding-block: 5px;
    padding-inline: 0;
  }

  .nav-area .logo a:first-child {
    display: block;
  }

  .nav-area .logo a:last-child {
    display: none;
  }

  .nav-area .mega-active {
    display: none;
  }

  .nav-area.openMega {
    background-color: rgba(0, 106, 182, 0.9);
    background-image: url("/images/overlay.png");
    height: 90vh;
  }

  .nav-area.openMega .navbar-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
  }

  .nav-area.openMega .navbar-menu li {
    margin-bottom: 10px;
  }

  .nav-area.openMega .hamburger-menu {
    display: none;
  }

  .nav-area.openMega .logo a:first-child {
    display: none;
  }

  .nav-area.openMega .logo a:last-child {
    display: block;
  }

  .nav-area.openMega .mega-active {
    width: 100%;
    display: flex;
    align-items: end !important;
  }

  .nav-area.openMega .mega-active .mega-menu {
    margin-inline: auto;
    width: 90%;
    position: absolute;
    bottom: 40px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-head {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 13px;
    margin-bottom: 26px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-head h2 {
    font-size: 36px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-desc {
    padding-right: 70px;
    height: 400px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-links {
    min-height: 500px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-links li {
    margin: 0 !important;
    padding: 5px;
  }

  .nav-area.openMega .mega-active .mega-menu {
    display: none;
  }

  .nav-area.openMega .mega-active .mega-menu.active {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .mega-desc {
    display: none !important;
  }

  .hamburger-menu {
    display: flex;
    position: absolute !important;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #ffffff;
  }

  footer .flex {
    display: block !important;
    font-size: 10px;
  }
}

html {
  scroll-behavior: smooth;
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }

  10% {
    transform: translateY(20px);
  }

  20% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(20px);
  }

  40% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }

  10% {
    transform: translateY(20px);
  }

  20% {
    transform: translateY(0px);
  }

  30% {
    transform: translateY(20px);
  }

  40% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
  }
}

h1 {
  font-family: "Helvetica", sans-serif !important;
  font-weight: 400;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 50px;
  -webkit-animation: scrollDown 3s linear 1s infinite;
  animation: scrollDown 3s linear 1s infinite;
}

.scroll-down img {
  filter: brightness(100);
}

section.hero h1 {
  width: 50%;
  height: 90%;
  margin: auto;
}

header {
  z-index: 1;
}

header .nav-area {
  width: 100%;
}

header .nav-area nav {
  max-width: 1160px;
  justify-content: space-between;
  margin-inline: auto;
}

header .nav-area nav .navbar-menu {
  color: #ffffff;
}

header .nav-area nav .navbar-menu a {
  padding: 20px;
}

header .nav-area nav .navbar-menu a span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-block: 5px;
  padding-inline: 0;
}

header .nav-area nav .navbar-menu a span:hover {
  border-bottom: none;
  padding-block: 5px;
  padding-inline: 0;
}

header .nav-area nav .contact {
  display: flex;
}

header .nav-area nav .contact li {
  list-style: none;
  font-size: 22px;
}

header .nav-area nav .contact li:first-child {
  margin-right: 1rem;
}

header .nav-area .logo a:first-child {
  display: block;
}

header .nav-area .logo a:last-child {
  display: none;
}

header .nav-area .mega-active {
  display: none;
}

header .nav-area.openMega {
  background-color: rgba(0, 106, 182, 0.9);
  background-image: url("/images/overlay.png");
  min-height: 60vh;
}

header .nav-area.openMega .logo a:first-child {
  display: none;
}

header .nav-area.openMega .logo a:last-child {
  display: block;
}

header .nav-area.openMega .mega-active {
  width: 100%;
  display: flex;
}

header .nav-area.openMega .mega-active .mega-menu {
  color: white;
  opacity: 0;
  margin-inline: auto;
  width: 1160px;
  transition: opacity 1s !important;
}

header .nav-area.openMega .mega-active .mega-menu.active {
  opacity: 1;
  transition: opacity 1s !important;
}

header .nav-area.openMega .mega-active .mega-menu .mega-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 13px;
  margin-bottom: 26px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-head h2 {
  font-size: 36px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-desc {
  padding-right: 70px;
  height: 400px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-links {
  height: 400px;
}

header .nav-area.openMega .mega-active .mega-menu .mega-links li {
  padding-block: 10px;
}

header .nav-area.openMega .mega-active .mega-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

header .nav-area.openMega .mega-active .mega-menu.active {
  display: block;
  opacity: 1;
}

header .close-mega {
  display: none;
}

header .close-mega.active {
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 40px;
  font-weight: 300;
  color: white;
}

section.blog {
  padding-block: 60px;
  position: relative;
}

section.blog .card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.blog .card .card-inner {
  position: relative;
  padding: 40px;
  height: 488px;
}

section.blog .card .card-inner::before {
  content: "";
  overflow: hidden;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0s;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(72, 76, 97, 0) 0,
    rgba(72, 76, 97, 0.8) 75%
  );
  transform: translate3d(0, 50%, 0);
  z-index: -1;
}

section.blog .card .card-inner:hover::before {
  z-index: unset;
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.35s, transform 0.1s;
}

section.blog .card .card-inner h2 {
  font-size: 2rem;
  color: white;
  line-height: 1.4;
}

section.blog .social-card {
  background: #006ab6;
  height: 488px;
  display: flex;
  align-items: center;
}

section.blog .social-card .card-inner {
  margin-block: auto;
  position: relative;
  padding: 40px;
}

section.blog .social-card .card-inner p {
  font-size: 1rem;
  line-height: 1.6;
  margin-block: 26px;
}

section.blog .social-card .card-inner i {
  font-size: 50px;
}

section.blog .show-all {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-block: 2rem;
}

section.blog .show-all i {
  padding: 15px;
  color: #ffffff;
  background: #999999;
  border-radius: 50%;
  display: flex;
  margin: auto;
}

section.blog .show-all i:hover {
  background: #006ab6;
}

footer .quicklinks a.btn-1 {
  font-size: 14px;
  padding-bottom: 2px !important;
  font-weight: 300;
}

footer .quicklinks a.btn-1 i {
  opacity: 0.5;
}

footer .social-icons {
  font-size: 1.25rem;
}

footer .copyright-container {
  margin: auto;
  max-width: 1124px;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 1279.98px) {
  section.about .grid {
    display: block;
    padding-bottom: 500px;
  }

  .navbar-menu {
    display: none;
  }

  .contact {
    display: none !important;
  }

  section.hero h1 {
    width: 90%;
    height: 500px;
    margin: auto;
  }

  .nav-area {
    width: 100%;
  }

  .nav-area nav {
    max-width: 90%;
    justify-content: space-between;
    margin-inline: auto;
  }

  .nav-area nav .navbar-menu {
    color: #ffffff;
  }

  .nav-area nav .navbar-menu a {
    padding: 20px;
  }

  .nav-area nav .navbar-menu a span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-block: 5px;
    padding-inline: 0;
  }

  .nav-area nav .navbar-menu a span:hover {
    border-bottom: none;
    padding-block: 5px;
    padding-inline: 0;
  }

  .nav-area .logo a:first-child {
    display: block;
  }

  .nav-area .logo a:last-child {
    display: none;
  }

  .nav-area .mega-active {
    display: none;
  }

  .nav-area.openMega {
    background-color: rgba(0, 106, 182, 0.9);
    background-image: url("/images/overlay.png");
    height: 90vh;
  }

  .nav-area.openMega .navbar-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
  }

  .nav-area.openMega .navbar-menu li {
    margin-bottom: 10px;
  }

  .nav-area.openMega .hamburger-menu {
    display: none;
  }

  .nav-area.openMega .logo a:first-child {
    display: none;
  }

  .nav-area.openMega .logo a:last-child {
    display: block;
  }

  .nav-area.openMega .mega-active {
    width: 100%;
    display: flex;
    align-items: end !important;
  }

  .nav-area.openMega .mega-active .mega-menu {
    margin-inline: auto;
    width: 90%;
    position: absolute;
    bottom: 40px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-head {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 13px;
    margin-bottom: 26px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-head h2 {
    font-size: 36px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-desc {
    padding-right: 70px;
    height: 400px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-links {
    min-height: 500px;
  }

  .nav-area.openMega .mega-active .mega-menu .mega-links li {
    margin: 0 !important;
    padding: 5px;
  }

  .nav-area.openMega .mega-active .mega-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }

  .nav-area.openMega .mega-active .mega-menu.active {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  header .nav-area.openMega .mega-active .mega-menu {
    width: 100%;
  }
  .nav-area.openMega .mega-active .mega-menu .mega-links {
    min-height: unset;
    height: 400px;
    width: 450px;
  }
  header {
    z-index: 99999999999;
  }
  header .nav-area.openMega {
    position: fixed;
  }

  .mega-head .gap-8 {
    gap: 0rem !important;
  }
  .mega-desc {
    display: none !important;
  }
  .logo img {
    width: 50px;
  }

  .hero h1 {
    height: 90% !important;
  }
  .rocket h2 {
    line-height: 1.1;
  }
  .video {
    height: 400px;
  }
  .video .owl-item .item {
    height: 400px;
  }
  .career-links {
    display: grid;
  }

  footer .flex {
    display: block !important;
    font-size: 10px;
  }
}

.contact-hero {
  background-image: url("/images/contacthero.jpg");
}

section.faq .faq-title {
  max-width: 950px;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}

section.faq .faq-title h2 {
  position: relative;
  font-size: 2.25rem;
  margin-bottom: 1.8rem;
  line-height: 1.4;
  padding-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #636466;
}

section.faq .faq-title h2.customers-title {
  font-size: 2rem;
}

section.faq .faq-title h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #636466;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1s ease-in;
}

section.faq .faq-title h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #636466;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s ease-in 1.3s;
}

section.faq .faq-title h2:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #636466;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease-in;
}

section.faq .faq-title h2:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #636466;
  transform: scaleX(1);
  transform-origin: right;
}

section.faq .faq-title p {
  font-size: 1rem;
  line-height: 1.4;
  color: #636466;
}

section.faq .accordion-area {
  max-width: 1024px;
  margin: auto;
  padding-block: 2rem;
}

section.faq .accordion-area #expand-accordion {
  position: absolute;
  right: 0;
  top: 0;
}

section.faq .accordion-area .accordion-item {
  margin-block: -1px;
}

section.faq .accordion-area .accordion-item .accordion-title {
  border-block: 1px solid #636466;
  padding-block: 26px;
  color: #636466;
  font-size: 18px;
  font-weight: 700;
}

section.faq .accordion-area .accordion-item .accordion-title i {
  color: #006ab6;
  font-size: 28px;
}

section.faq .accordion-area .accordion-item .accordion-desc {
  display: none;
}

section.faq .accordion-area .accordion-item:first-child .accordion-desc {
  display: block;
}

section.faq .features-area {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

section.faq .features-area .card {
  color: #636466;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 40px;
  display: flex;
  background-color: #f9f8f7;
}

section.faq .features-area .card .card-text {
  width: 60%;
}

section.faq .features-area .card .card-text h3 {
  font-size: 2.25rem;
  line-height: 1.4;
  letter-spacing: -1;
}

@media only screen and (max-width: 767.98px) {
  section.faq .faq-title {
    max-width: 90%;
  }

  section.faq .faq-title h2 {
    font-size: 1.5rem;
  }

  section.faq .accordion-area {
    max-width: 90%;
  }

  section.faq .features-area {
    max-width: 90%;
    display: block;
  }

  section.faq .features-area .card {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
  }

  section.faq .features-area .card * {
    margin-inline: auto;
  }

  section.faq .features-area .card .card-text {
    width: 90%;
  }

  section.faq .features-area .card img {
    max-width: 50%;
    margin-top: 10px;
  }
}

section.about-hero {
  position: relative;
  z-index: -1;
}

section.about-hero .about-discover {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin: auto;
}

section.about-hero .about-discover .discover-title {
  font-weight: 700;
  position: relative;
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
  padding-block: 20px;
}

section.about-hero .about-discover .discover-title::before {
  content: "";
  background-color: white;
  position: absolute;
  height: 3px;
  margin-block: auto;
  left: 0;
  top: 50%;
  width: 30%;
  transform: translateY(-1.5px);
}

section.about-hero .about-discover .discover-title::after {
  content: "";
  background-color: white;
  position: absolute;
  height: 3px;
  margin-block: auto;
  right: 0;
  top: 50%;
  width: 30%;
  transform: translateY(-1.5px);
}

section.about-hero .about-discover .discover-links {
  display: flex;
  justify-content: space-around;
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
}

section.about-hero .about-discover .discover-links li {
  list-style: none;
}

section.about-hero .about-discover .discover-links li a {
  font-size: 12px;
  text-transform: uppercase;
}

section.ambitious {
  background-size: cover;
  background-repeat: no-repeat;
}

section.ambitious .container {
  max-width: 1160px;
  margin-inline: auto;
  height: 700px;
  display: flex;
}

section.ambitious .container .values-desc {
  width: 400px;
  margin-block: auto;
  color: white;
}

section.ambitious .container .values-desc h2 {
  position: relative;
  font-size: 36px;
  line-height: 1.4;
  padding-bottom: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section.ambitious .container .values-desc h2::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background: white;
  height: 1px;
  transform: scaleX(0.9);
  transition: transform 0.3s ease-in;
}

section.ambitious .container .values-desc h2:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background: white;
  height: 1px;
  transform: scaleX(0.5);
}

section.ambitious .container .values-desc p {
  font-size: 16px;
  line-height: 1.4;
}

@media only screen and (max-width: 767.98px) {
  header .nav-area.openMega .mega-active .mega-menu .mega-links li {
    padding-block: 2px;
    padding-left: 0;
  }
  header .nav-area.openMega .mega-active .mega-menu .mega-head h2 {
    font-size: 25px;
  }
  header .nav-area.openMega .mega-active .mega-menu .mega-head {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  section.ambitious .container {
    max-width: 90%;
    text-align: center;
  }

  section.ambitious .container .values-desc {
    margin-inline: auto;
  }

  section.ambitious .container .values-desc h2 {
    margin-inline: auto;
    text-align: center;
  }

  .report-img {
    height: 320px;
  }
}

section.customer-report .report {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  color: #636466;
  background-color: #f9f8f7;
}

section.customer-report .report > div {
  margin: auto;
  max-width: 560px;
  position: relative;
  padding-bottom: 150px;
}

section.customer-report .report h2 {
  font-size: 36px;
  line-height: 1.4;
  padding-bottom: 5px;
}

section.customer-report .report a {
  position: absolute;
  bottom: 10px;
}

section.customer-report .report-img {
  background-size: cover;
}

section.customer-section .customer-area {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

section.customer-section .customer-area .card {
  color: #636466;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 40px;
  display: flex;
}

section.customer-section .customer-area .card .card-text h3 {
  color: #636466;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 300 !important;
  letter-spacing: -1;
}

@media only screen and (max-width: 992.98px) {
  section.customer-report {
    display: flex !important;
    flex-direction: column;
  }

  section.customer-report .report {
    position: relative;
    display: block;
    height: 90%;
    color: #636466;
    background-color: #f9f8f7;
  }

  section.customer-report .report > div {
    margin: auto;
    max-width: 90%;
    position: relative;
    padding-bottom: 150px;
  }

  section.customer-report .report h2 {
    font-size: 36px;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  section.customer-report .report a {
    position: absolute;
    bottom: 10px;
  }

  section.customer-report .report-img {
    background-size: cover;
  }

  section.customer-section .customer-area {
    max-width: 90%;
    margin: auto;
    display: block;
    justify-content: center;
  }

  section.customer-section .customer-area .card {
    color: #636466;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 40px;
    display: flex;
  }

  section.customer-section .customer-area .card .card-text h3 {
    color: #636466;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: 300 !important;
    letter-spacing: -1;
  }
}

.btn-3 {
  margin-top: 40px;
  background-color: #006ab6;
  padding: 10px 32px;
  color: white;
  margin-bottom: 0;
  text-decoration: none;
  border: 2px solid #fff;
}

.btn-3:hover {
  background-color: rgba(0, 106, 182, 0.8);
}

@media only screen and (max-width: 1279.98px) {
  section.about {
    padding-bottom: 970px;
  }
}

section.video .item h2,
section.about .item h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 26px;
  font-weight: 600;
}

section.video .item p,
section.about .item p {
  font-size: 1rem;
  font-weight: 400;
}

.justify-between {
  justify-content: space-between;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .tablet\:grid {
    display: grid;
  }
}

@media (min-width: 1024px) {
  .laptop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .laptop\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .career-links {
    margin-bottom: 20px;
  }
  .career-links a {
    width: fit-content;
    margin-top: 26px;
  }
  .career .container {
    max-width: 100%;
    padding: 0;
  }
  .career .career-title {
    margin-bottom: 0;
  }
  .career .career-title h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
}

header .nav-area nav .navbar-menu a span {
  border-bottom: none;
}
header .nav-area nav .navbar-menu a span:hover {
  border-bottom: 1px solid;
}

@media (min-width: 993px) {
  section.customer-report .report {
    height: clamp(17.5rem, calc(0.87rem + 26.8vw), 43.75rem);
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  section.customer-report .report > div {
    padding-bottom: 70px;
  }
}

header .nav-area.openMega .mega-active .mega-menu .mega-links li a:hover {
  border-bottom: 1px solid;
  box-sizing: border-box;
}
.mega-desc a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  box-sizing: border-box;
}
.mega-desc a:hover {
  border-bottom: 1px solid;
  box-sizing: border-box;
}
header .nav-area nav .navbar-menu a.active span {
  border-bottom: 1px solid;
  box-sizing: border-box;
}
footer a i:hover {
  color: #006ab6;
}

#collapse-accordion {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
