/*offshorecrude 2.0 CSS3 style sheet*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #0d0d0d;
  --primary-bg: #fff;
  --secondary-color: #fff;
  --secondary-bg: #253e92;
  --off-secondary-bg: #bec8ea;
  --tertiary-color: #fff;
  --tertiary-bg: #09206c;
  --off-tertiary-bg: #acbefa;
  --substitute-color: #28104e;
  --substitute-bg: #6089c5;
  --off-substitute-bg: #d0def3;
  --accent-color: #0d0d0d;
  --accent-bg: #f1a020;
  --off-accent-bg: #fef2de;
  --accent-gradient-bg:
    linear-gradient(
      219deg,
      rgba(255, 214, 102, 0.37),
      rgba(248, 185, 11, 0.55)
    ),
    linear-gradient(
      84deg,
      rgba(208, 166, 0, 0.77) 7.14%,
      rgba(255, 220, 123, 0.65) 78.15%
    ),
    linear-gradient(
      147deg,
      rgba(248, 230, 0, 0.81),
      rgba(255, 254, 228, 0.89) 48.74%,
      rgba(234, 165, 4, 0.8)
    );
  --gold-gradient:
    linear-gradient(
      92deg,
      rgba(239, 173, 37, 0.42),
      rgba(246, 220, 149, 0.47) 45.8%,
      rgba(225, 174, 7, 0.56) 97.06%
    ),
    linear-gradient(
      198deg,
      rgba(194, 144, 7, 0.91),
      rgba(251, 191, 31, 0.84) 46.22%,
      rgba(233, 188, 13, 0.8)
    );
  --trans-bg: linear-gradient(
    rgba(0, 0, 0, 0.77) 9.24%,
    rgba(0, 0, 0, 0.47) 47.06%,
    rgba(0, 0, 0, 0.22) 80.25%,
    rgba(0, 0, 0, 0.32)
  );
  --trans-item-bg: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.31));
  --glass-bg:
    linear-gradient(42deg, rgb(197 197 197 / 4%), rgb(230 228 228 / 1%)),
    linear-gradient(
      168deg,
      rgba(25, 25, 25, 0.11),
      rgba(101, 101, 101, 0.15) 37.82%,
      rgba(31, 31, 31, 0.03) 97.06%
    );
  --left-to-right-trans-bg: linear-gradient(
    to right,
    rgba(4, 4, 4, 0.9411764705882353) 5.46%,
    #040404c2 28.99%,
    rgba(0, 1, 4, 0.31) 42.86%,
    rgba(0, 0, 0, 0) 51.68%,
    rgba(0, 0, 0, 0) 54.62%,
    rgba(0, 0, 0, 0) 75.63%,
    rgba(0, 0, 0, 0)
  );
  --bottom-to-top-trans-bg: linear-gradient(
    to top,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.73) 26.89%,
    rgba(0, 0, 0, 0.46) 49.16%,
    rgba(0, 0, 0, 0.07) 77.31%,
    rgba(0, 0, 0, 0)
  );
  --alternate-color: #fff;
  --alternate-bg: #add8c1;
  --off-alternate-bg: #e4faee;
  --off-color: #0a1014;
  --off-bg: #eaeef0;
  --primary-gradient:
    linear-gradient(
      307deg,
      rgba(255, 255, 255, 0.83),
      rgba(228, 232, 234, 0.43)
    ),
    linear-gradient(
      198deg,
      rgba(231, 231, 231, 0.75),
      rgba(219, 234, 252, 0.45)
    ),
    linear-gradient(rgba(255, 255, 255, 0.84), rgba(114, 114, 114, 0.33));
  --primary-gradient-alt: radial-gradient(
    #f2f2f2 28.99%,
    rgb(199, 200, 221) 7.98%,
    #eee
  );
  --secondary-gradient:
    linear-gradient(rgba(1, 16, 59, 0.5), rgba(0, 15, 78, 0.8)),
    linear-gradient(130deg, rgba(45, 15, 214, 0.87), rgba(4, 13, 51, 0.61)),
    linear-gradient(252deg, rgba(0, 12, 58, 0.93), rgba(2, 4, 12, 0.59));

  --secondary-gradient-alt: radial-gradient(#a8b8df, rgba(1, 16, 59, 1) 57.14%);
  --tertiary-gradient: radial-gradient(#e3faff, #3b7bb6 13.03%, #2d3643 52.52%);
  --tertiary-gradient-alt: radial-gradient(#e3faff 19.33%, #273b93 69.75%);
  --substitute-gradient: radial-gradient(#a4a4ff, #e3faff 20%, #2d3643 80%);
  --substitute-gradient-alt: radial-gradient(
    #13092f,
    #3a056f 38.66%,
    rgb(8, 8, 10) 98.74%
  );
  --accent-gradient: radial-gradient(#e6ecfc, #a9c0ff);
  --accent-gradient-alt: radial-gradient(#e9cbfc 11.34%, #d9baf8 76.89%);
  --trans-bg: rgba(0, 0, 0, 0.25);
  --trans-gradient-bg: linear-gradient(
    88deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.53)
  );
  --dark-trans-top-down-faded: linear-gradient(
    rgba(0, 0, 0, 0) 4.62%,
    rgba(0, 0, 0, 0.77) 18.49%,
    rgba(0, 0, 0, 1) 26.47%,
    rgba(1, 0, 0, 0.9137254901960784) 55.46%,
    rgba(0, 0, 0, 0.72) 75.21%,
    rgba(1, 0, 0, 0) 94.12%
  );
  --alternate-fade-out-gradient: linear-gradient(
    118deg,
    rgba(6, 2, 38, 0.98) 10.5%,
    rgba(3, 7, 20, 0.84) 22.69%,
    rgba(4, 5, 12, 0.56) 44.96%,
    rgba(1, 0, 0, 0)
  );
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 600;
  --btn-font-size: 11px;
  --bs-btn-font-size: 0.825rem;
  --sm-font: 13px;
  --reg-font: 14px;
  --md-font: 16px;
  --lg-font: 24px;
  --x-lg-font: 30px;
  --half-radius: 0.75rem;
  --radius: 1.65rem;
  --full-radius: 20rem;
  --font-family: "Montserrat", sans-serif;
  --nav-link-height: 1.2;
  --box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.05);
  --view-elem-0: 0;
  --view-elem-1: 1;
  --view-elem-100: 100;
  --view-elem-important: 9999;

  --ui-spacing: 10px;
  --ui-x-spacing: 1rem;
  --ui-input-ht: 3rem;

  --col-3-grid: repeat(3, minmax(0, 1fr));
  --col-4-grid: repeat(4, minmax(0, 1fr));
  --col-2-grid: repeat(2, minmax(0, 1fr));
  --col-1-grid: 4fr;
  --col-5-grid: repeat(5, minmax(0, 1fr));
}

* {
  margin: 0;
  padding: 0;
  position: relative;
  /* Firefox */
  scrollbar-width: none;

  /* Internet Explorer 10+ and Edge */
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: var(--font-family);
  background: var(--primary-bg);
  color: var(--primary-color);
  font-weight: var(--font-weight-normal);
  font-size: var(--reg-font);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  font-style: normal;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

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

hr {
  display: flex;
  width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

i.bi.bi-asterisk {
  color: rgb(208, 0, 0);
  margin-left: 5px;
  font-size: 7px;
}

.transition,
.transition > * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.view-elem-0 {
  z-index: var(--view-elem-0);
}

.view-elem-1 {
  z-index: var(--view-elem-1);
}

.view-elem-100 {
  z-index: var(--view-elem-100);
}

.view-elem-important {
  z-index: var(--view-elem-important);
}

.h-50 {
  height: 50vh !important;
}

.col-1-grid {
  display: grid;
  grid-template-columns: var(--col-1-grid);
  gap: 0.87rem;
}

.col-2-grid {
  display: grid;
  grid-template-columns: var(--col-2-grid);
  gap: 0.87rem;
}

.col-3-grid {
  display: grid;
  grid-template-columns: var(--col-3-grid);
  gap: 0.87rem;
}

.col-4-grid {
  display: grid;
  grid-template-columns: var(--col-4-grid);
  gap: 0.87rem;
}

.col-5-grid {
  display: grid;
  grid-template-columns: var(--col-5-grid);
  gap: 0.87rem;
}

.col-6-grid {
  display: grid;
  grid-template-columns: var(--col-6-grid);
  gap: 0.87rem;
}

nav {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: var(--tertiary-color);
}

nav a {
  line-height: var(--nav-link-height);
  padding: 0px;
}

nav .menu_offshore {
  padding: 0px 20px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

nav .menu_offshore a {
  height: 3.8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: var(--font-weight-bold);
}

nav .menu_offshore .menu_offshore_dropdown {
  display: none;
  flex: 0 0 auto;
  position: absolute;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--sm-font);
}

nav .menu_offshore .menu_offshore_dropdown a {
  height: auto;
  line-height: 2;
  font-size: var(--sm-font);
  font-weight: var(--font-weight-normal);
}

nav .menu_offshore .menu_offshore_dropdown a .menu_tip {
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin-left: -4rem;
}

nav .menu_offshore .menu_offshore_dropdown a:hover > .menu_tip,
nav .menu_offshore .menu_offshore_dropdown a:hover > .menu_main_tip {
  display: flex;
  margin-left: 1.2rem;
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

nav .menu_offshore .menu_offshore_container {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  width: 100%;
}

nav .menu_offshore .menu_offshore_dropdown.regular {
  width: 300px;
  padding: 2.5rem 0;
  left: 0%;
  right: auto;
}

nav .menu_offshore .menu_offshore_dropdown.megaMenu {
  width: 80vw;
  padding: 2.5rem 0;
  left: 10%;
  right: auto;
  position: fixed;
}

nav
  .menu_offshore
  .menu_menu_offshore_dropdown.megaMenu
  .menu_menu_offshore_container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

nav .menu_offshore:hover .menu_offshore_dropdown {
  display: flex;
  margin-top: 2.5rem;
}

nav .menu_offshore:hover .menu_offshore_container {
  height: auto;
}

nav .menu_offshore .menu_offshore_dropdown .display-7,
nav .menu_offshore .menu_offshore_dropdown .display-7 .bi {
  color: var(--secondary-bg);
  font-weight: var(--font-weight-bold);
}

header a,
header a.nav {
  font-size: var(--reg-font);
}

.reg_offshore_Menu {
  display: flex;
  padding: 0 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.reg_offshore_Menu a {
  font-weight: var(--font-weight-normal);
  height: auto;
  line-height: 1;
}

.reg_offshore_Menu:hover {
  background: var(--accent-color);
}

.offshoreActive {
  display: flex !important;
}

.offshoreSelector {
  background: var(--primary-bg);
  padding: var(--ui-spacing);
  border-radius: var(--radius);
  font-size: var(--sm-font);
  font-weight: 600;
  cursor: pointer;
}

.bottom-0,
div.bottom-0 {
  bottom: 0;
}

/* Overide defaults */
.btn {
  font-size: var(--bs-btn-font-size);
}

.btn:hover {
  color: inherit;
}

.btn.call-to-action:hover {
  background: var(--secondary-gradient);
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  width: 100%;
  height: 100vh;
  padding: 0%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero .carousel.lg-md-fixed {
  position: fixed;
  left: 0%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: var(--primary-bg);
  border-radius: var(--full-radius);
  opacity: 1 !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.carousel-control-next-icon i,
.carousel-control-prev-icon i {
  color: var(--accent-color);
}

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

.thumbnail,
div.thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.bring-forward {
  z-index: 100;
}

.send-behind {
  z-index: 0;
}

.position-md-absolute,
.position-relative.position-md-absolute {
  position: absolute !important;
}

/* Theme Color */

.primary {
  background: var(--primary-bg);
  color: var(--primary-color);
}

.primary-color {
  color: var(--primary-bg);
}

.secondary {
  background: var(--secondary-bg);
  color: var(--secondary-color);
}

.off-secondary {
  background: var(--off-secondary-bg);
  color: var(--secondary-color);
}

.secondary-color {
  color: var(--secondary-bg);
}

.tertiary {
  background: var(--tertiary-bg);
  color: var(--tertiary-color);
}

.off-tertiary {
  background: var(--off-tertiary-bg);
  color: var(--tertiary-color);
}

.tertiary-color {
  color: var(--tertiary-bg);
}

.substitute {
  background: var(--substitute-bg);
  color: var(--substitute-color);
}

.off-substitute {
  background: var(--off-substitute-bg);
  color: var(--substitute-color);
}

.substitute-color {
  color: var(--substitute-bg);
}

.accent {
  background: var(--accent-bg);
  color: var(--accent-color);
}

.off-accent {
  background: var(--off-accent-bg);
  color: var(--accent-color);
}

.accent-color {
  color: var(--accent-bg);
}

.accent-gradient {
  background: var(--accent-gradient-bg);
  color: var(--accent-color);
}

.accent-gradient-color {
  color: var(--accent-bg);
}

.alternate {
  background: var(--alternate-bg);
  color: var(--alternate-color);
}

.off-alternate {
  background: var(--off-alternate-bg);
  color: var(--alternate-color);
}

.alternate-color {
  color: var(--alternate-bg);
}

.off {
  background: var(--off-bg);
  color: var(--off-color);
}

.off-color {
  color: var(--secondary-bg);
}

.secondary-gradient {
  background: var(--secondary-gradient);
  color: var(--secondary-color);
}

.primary-text-gradient {
  background: var(--primary-gradient);
}

.substitute-text-gradient {
  background: var(--substitute-gradient);
}

.tertiary-text-gradient {
  background: var(--tertiary-gradient);
}

.secondary-text-gradient {
  background: var(--secondary-gradient);
}

.accent-text-gradient {
  background: var(--accent-gradient-bg);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-word;
}

.trans-bg,
div.trans-bg,
section.trans-bg {
  background: var(--trans-bg);
  color: var(--primary-bg) !important;
}

.left-to-right-trans-bg,
div.left-to-right-trans-bg,
section.left-to-right-trans-bg {
  background: var(--left-to-right-trans-bg);
  color: var(--primary-bg) !important;
}

.bottom-to-top-trans-bg,
div.bottom-to-top-trans-bg,
section.bottom-to-top-trans-bg {
  background: var(--bottom-to-top-trans-bg);
  color: var(--primary-bg) !important;
}

.trans-blur-bg,
div.trans-blur-bg,
section.trans-blur-bg {
  background: var(--trans-bg);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(145, 145, 145, 0.24);
  color: var(--primary-bg);
}

.glass-blur-bg,
a.glass-blur-bg,
div.glass-blur-bg,
section.glass-blur-bg {
  background: var(--glass-bg);
  color: inherit;
  border: 1px solid rgba(145, 145, 145, 0.24);
  backdrop-filter: blur(10px);
  color: var(--primary-bg);
}

.display-3,
.display-4 {
  line-height: 1;
}

.display-7 {
  font-size: calc(0.5rem + 0.7vw);
}

.sm-font {
  font-size: var(--sm-font);
}

.reg-font {
  font-size: var(--reg-font);
}

.md-font {
  font-size: var(--md-font);
}

.lg-font {
  font-size: var(--lg-font);
}

.x-lg-font {
  font-size: var(--x-lg-font);
}

button.tertiary:hover,
button.secondary:hover,
button.substitute:hover,
button.accent:hover,
button.grey:hover {
  background: var(--bs-gray);
  color: var(--primary-bg);
}

.offSetTop-1 {
  margin-top: -1rem;
}

.offSetTop-2 {
  margin-top: -2rem;
}

.offSetTop-3 {
  margin-top: -3rem;
}

.offSetTop-4 {
  margin-top: -4rem;
}

.offSetTop-5 {
  margin-top: -5rem;
}

.offSetTop-6 {
  margin-top: -6rem;
}

.offSetRight-1 {
  margin-right: -1rem;
}

.offSetRight-2 {
  margin-right: -2rem;
}

.offSetRight-3 {
  margin-right: -3rem;
}

.offSetRight-4 {
  margin-right: -4rem;
}

.offSetRight-5 {
  margin-right: -5rem;
}

.offSetRight-6 {
  margin-right: -6rem;
}

.offSetBottom-1 {
  margin-bottom: -1rem;
}

.offSetBottom-2 {
  margin-bottom: -2rem;
}

.offSetBottom-3 {
  margin-bottom: -3rem;
}

.offSetBottom-4 {
  margin-bottom: -4rem;
}

.offSetBottom-5 {
  margin-bottom: -5rem;
}

.offSetBottom-6 {
  margin-bottom: -6rem;
}

.offSetLeft-1 {
  margin-left: -1rem;
}

.offSetLeft-2 {
  margin-left: -2rem;
}

.offSetLeft-3 {
  margin-left: -3rem;
}

.offSetLeft-4 {
  margin-left: -4rem;
}

.offSetLeft-5 {
  margin-left: -5rem;
}

.offSetLeft-6 {
  margin-left: -6rem;
}

.show-mobile {
  display: none;
}
article section ol li,
article section ul li {
  list-style-type: disc;
}
/* header */

header {
  z-index: 9999;
  display: flex;
  width: 100%;
  position: fixed;
}

header img.brandLogo,
footer img.brandLogo {
  height: 4.75rem;
  /* filter: grayscale(1) brightness(100);
  -webkit-filter: grayscale(1) brightness(100); */
}

footer img.brandLogo {
  width: auto;
  margin: 0 auto;
  margin-left: 0;
}

header.blurHead img.brandLogo {
  filter: none;
  -webkit-filter: none;
}

.fullViewHeight {
  height: 100vh;
}

/* hero section */

.hero,
section.hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.appCta__radius_full,
span.appCta__radius_full,
div.appCta__radius_full {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 2rem 5rem;
  border-radius: 45rem;
  height: 310px;
  justify-content: center;
  align-items: center;
  width: 310px;
  z-index: var(--view-elem-100);
}

.primary-gradient {
  color: var(--primary-color);
  background: var(--primary-gradient);
}

.container,
.hero .container,
section.hero .container,
.blurredBg .container {
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}

.blurredBg .blur,
.primary-gradient .blur {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(150px) !important;
  -webkit-backdrop-filter: blur(150px) !important;
}

/*ui-elements*/
.offshoreBtn {
  font-weight: 600;
  width: auto;
  display: flex;
  flex: 0 0 auto;
  margin: 1rem auto;
  margin-left: 0;
  background: inherit;
  padding: 0.5rem 1rem;
}

.ctaBtn {
  border-radius: var(--full-radius);
  height: 3.5rem;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  font-weight: var(--font-weight-bold);
}

.fw-light {
  font-weight: 200 !important;
}

.border-sided,
div.border-sided {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
}

.hero-product-showcase,
div.hero-product-showcase {
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  padding: 1.2rem;
  width: 500px;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.125);
  border-radius: var(--radius);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.offshore_product_box {
  width: 50%;
  padding: 0.8rem;
}

.offshore_product_box .product_box {
  border-radius: var(--radius);
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex: 0 0 auto;
  padding: 0 1.2rem;
}

.offshore_product_box .product_box i.bi {
  font-size: var(--md-font);
  color: var(--secondary-bg);
}

.dropdown-img-container,
div.dropdown-img-container {
  height: 9rem;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.img-dropdown-menu,
img.img-dropdown-menu {
  display: flex;
  flex: 0 0 auto;
  margin: 0 auto;
  width: 100%;
}

.hero-features,
div.hero-features {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(290deg, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.5));
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin-top: -9.8rem;
}

.sm-icon,
img.sm-icon {
  width: 2rem;
  height: auto;
  border-radius: 2rem;
  display: flex;
  margin: 0 auto;
}

.radius,
div.radius {
  border-radius: var(--radius);
}

.full-radius,
div.full-radius {
  border-radius: var(--full-radius);
}

.blurHead,
header.blurHead {
  background: var(--primary-bg);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  box-shadow: 0px 3px 32px 0px var(--trans-bg);
  color: var(--primary-color);
}

header.blurHead nav {
  color: var(--primary-color);
}

.viewHeight {
  height: 100vh;
}

.trans-bg,
div.trans-bg,
section.trans-bg {
  background: var(--trans-bg);
  color: var(--primary-bg);
}

.trans-blur-bg,
div.trans-blur-bg,
section.trans-blur-bg {
  background: var(--trans-bg);
  color: var(--primary-bg);
}

.trans-gradient-bg,
* .trans-gradient-bg {
  background: var(--trans-gradient-bg);
  color: var(--primary-bg);
}

.glass-blur-bg,
div.glass-blur-bg,
section.glass-blur-bg {
  background: var(--glass-bg);
  /* color: var(--primary-color); */
}

.primary-gradient-blur-bg {
  color: var(--primary-color);
  background: var(--primary-gradient);
  overflow: hidden;
}

.secondary-gradient-blur-bg {
  color: var(--secondary-color);
  background: var(--secondary-gradient);
  overflow: hidden;
}

.tertiary-gradient-blur-bg {
  color: var(--tertiary-color);
  background: var(--tertiary-gradient);
  overflow: hidden;
}

.substitute-gradient-blur-bg {
  color: var(--substitute-color);
  background: var(--substitute-gradient);
  overflow: hidden;
}

.accent-gradient-blur-bg {
  color: var(--accent-color);
  background: var(--accent-gradient);
  overflow: hidden;
}

.accent-gradient-blur-bg::before {
  position: absolute;
  top: -70%;
  left: -53%;
  content: "";
  width: 110%;
  height: 180%;
  z-index: 0;
  background: var(--accent-gradient-alt);
  border-radius: 130rem;
  transform: rotate(59deg);
}

.primary-gradient-blur-bg > *,
.secondary-gradient-blur-bg > *,
.substitute-gradient-blur-bg > *,
.accent-gradient-blur-bg > *,
.primary-gradient-blur-bg > * > *,
.secondary-gradient-blur-bg > * > *,
.substitute-gradient-blur-bg > * > *,
.tertiary-gradient-blur-bg > * > *,
.accent-gradient-blur-bg > * > * {
  z-index: 3;
}

.creditCard,
div.creditCard {
  width: 410px;
  height: 250px;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  align-content: space-around;
  flex-direction: column;
  border-radius: var(--radius);
  padding: 0.95rem;
  margin: 0 auto;
}

.cc-chip,
span.cc-chip,
.creditCard span.cc-chip,
div.creditCard span.cc-chip {
  border-radius: var(--radius);
  width: 85px;
  height: 65px;
  background: var(--gold-gradient);
}

.offshoreViewCustom {
  border-radius: var(--radius);
  overflow: hidden;
  justify-content: center;
}

.viewH,
div.viewH,
span.viewH {
  height: 100vh;
  padding: 0;
}

.viewH_2,
div.viewH_2,
span.viewH_2 {
  height: calc(100vh / 2);
  padding: 0;
}

.viewH_3,
div.viewH_3,
span.viewH_3 {
  height: calc(100vh / 3);
  padding: 0;
}

.viewH img,
div.viewH img {
  height: 100%;
  display: flex;
  width: auto;
  margin: 0 auto;
}

.dynamic-offshore-1,
div.dynamic-offshore-1 {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 5;
}

.dynamic-offshore-2,
div.dynamic-offshore-2 {
  position: absolute;
  bottom: auto;
  top: 0;
  z-index: 5;
}

.posLeft,
div.posLeft,
span.posLeft {
  left: 0;
}

.posRight,
div.posRight,
span.posRight {
  right: 0;
}

.posCenter,
div.posCenter,
span.posCenter {
  left: auto;
  right: auto;
}

.ui-base-elem,
section.ui-base-elem,
div.ui-base-elem {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: var(--view-elem-0);
  display: flex;
  flex: 0 0 auto;
  position: fixed;
  filter: blur(200px);
  -webkit-filter: blur(200px);
}

.base-img,
div.base-img,
span.base-img,
section.base-img {
  position: absolute;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-slide,
div.hero-slide {
  width: 15vw;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  transform: skew(10deg);
  cursor: pointer;
}

.hero-slide *,
div.hero-slide * {
  transform: skew(-5deg);
  /* filter: grayscale(1);
  -webkit-filter: grayscale(1); */
}

.hero-slide .caption,
.hero-slide div.caption {
  position: relative;
  z-index: 100;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: 150%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: var(--trans-bg);
  cursor: pointer;
}

.hero-slide:last-child,
div.hero-slide:last-child {
  width: 35%;
  transform: skew(0);
  z-index: var(--view-elem-100);
  position: absolute;
  right: 0;
  filter: none;
  -webkit-filter: none;
}

.hero-slide:last-child *,
div.hero-slide:last-child * {
  transform: skew(0);
  filter: none;
  -webkit-filter: none;
}

.hero-slide:last-child .caption,
div.hero-slide:last-child div.caption {
  background: none;
}

.hero-slide .caption .btn {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: none;
  color: var(--primary-bg);
  border: 1px solid;
  border-radius: var(--radius);
  padding: 0 1.8rem;
  height: 3.2rem;
  opacity: 0.5;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.hero-slide:hover {
  width: 35vw;
  filter: none;
  -webkit-filter: none;
}

.hero-slide:hover *,
.hero-slide .caption:hover * {
  opacity: 1;
  display: flex;
  filter: none;
  -webkit-filter: none;
}

.hero-slide .caption .btn:hover {
  background: var(--secondary-bg);
  color: var(--secondary-color);
  border: none;
}

.base-ui-elem,
div.base-ui-elem,
span.base-ui-elem {
  z-index: 0;
}

.primary-gradient-blur-bg > .base-ui-elem,
.secondary-gradient-blur-bg > .base-ui-elem,
.accent-gradient-blur-bg > .base-ui-elem,
.substitute-gradient-blur-bg > .base-ui-elem {
  z-index: 2;
}

.top-left-to-bottom-right {
  -webkit-transform: translate3d(190px, 45px, 0px);
  transform: translate3d(190px, 45px, 0px);
}

.bottom-right-to-top-left {
  -webkit-transform: translate3d(-190px, -45px, 1px);
  transform: translate3d(-190px, -45px, 1px);
}

.offshore_note {
  border-top-left-radius: 0% !important;
}

.offshore_thumbnail_border1 {
  height: 35vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.offshore_thumbnail_border1 img {
  display: flex;
  width: 100%;
  height: auto;
}

.offshore_thumbnail_border1::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: flex;
  background: var(--trans-gradient-bg);
}

.dark-hover-effect::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vh;
  z-index: 0;
  content: "";
  background: var(--dark-trans-top-down-faded);
  margin-top: -5.5rem;
}

/* btn hover effects */
a:hover {
  background: inherit;
  color: inherit;
  font-weight: 500;
}

.buildBtn:hover,
a.buildBtn:hover {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.125);
}

a.p-0:hover {
  padding: 0px 17px !important;
}

.primary a:hover,
a.primary:hover,
header .nav a.primary:hover {
  background: var(--secondary-bg);
  color: var(--secondary-color);
}

.secondary a:hover,
a.secondary:hover,
.tertiary a:hover,
a.tertiary:hover,
.alternate a:hover,
a.alternate:hover,
.substitute a:hover,
a.substitute:hover,
header .nav a.accent:hover {
  background: var(--primary-bg);
  color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.primary-gradient a:hover i,
.primary-gradient a:hover,
a.primary-gradient:hover {
  background: none;
  color: var(--secondary-bg);
}

.secondary-gradient a:hover,
a.secondary-gradient:hover {
  background: var(--primary-bg);
  color: var(--primary-color);
}

nav a:hover,
.nav a:hover {
  box-shadow: none;
  background: none;
  color: inherit;
  font-weight: var(--font-weight-bold);
}

i.bi.cls-menu {
  position: absolute;
  right: 0;
  padding: 25px 32px;
  top: 0;
  font-weight: 800;
  z-index: 99999;
  cursor: pointer;
  font-size: var(--x-lg-font);
}

div.menu-box {
  display: none;
  position: fixed;
  z-index: var(--view-elem-important);
  right: 0;
  left: auto;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--trans-gradient-bg);
  justify-content: end;
  align-items: start;
}

div.menu-box.active {
  display: flex;
}

div.menu-box .menu-dropdown {
  display: none;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.5s;
  padding: 40px;
}

.accordion-header {
  margin-bottom: 0;
  display: block !important;
}

.testimonialCard,
div.testimonialCard {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  border-top-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  overflow: hidden;
}

.carousel-indicators {
  margin-bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--secondary-bg);
}

.fadeOutGradientContainer::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background: var(--alternate-fade-out-gradient);
}

.kl-mask {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.kl-bottommask {
  bottom: 0;
}

.kl-mask--mask3 {
  height: 57px;
}

.kl-mask--mask3 .bi,
.kl-mask--mask3 .svgmask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-mask--mask3 .bi {
  bottom: 5px;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 22px;
  opacity: 0.2;
  height: 15px;
  top: auto;
  margin-left: 1px;
}

.kl-mask--mask3 .svgmask {
  bottom: 0;
  margin-bottom: -15px;
}

svg:not(:root) {
  overflow: hidden;
}

/* cards */
.micro-card,
div.micro-card,
section.micro-card,
article.micro-card,
span.micro-card {
  min-height: 120px;
  height: 120px;
}

.mini-card,
div.mini-card,
section.mini-card,
article.mini-card,
span.mini-card {
  min-height: 240px;
  height: 240px;
}

.mini-card.img-container-rounded,
span.mini-card.img-container-rounded,
div.mini-card.img-container-rounded {
  border-radius: 300px;
  overflow: hidden;
}

.mini-card.img-container-rounded img {
  height: auto;
  max-height: none !important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.card,
div.card,
section.card,
article.card,
span.card {
  height: 320px;
}

.card-1,
div.card-1,
section.card-1,
article.card-1,
span.card-1 {
  height: 500px;
}

.card-2,
div.card-2,
section.card-2,
article.card-2,
span.card-2 {
  height: 660px;
}

.card-3,
div.card-3,
section.card-3,
article.card-3,
span.card-3 {
  height: 720px;
}

.card-4,
div.card-4,
section.card-4,
article.card-4,
span.card-4 {
  height: 820px;
}

/* UI Form Elems */
form {
  background: var(--primary-bg);
}

input,
.form-control,
input.form-control {
  height: var(--ui-input-ht);
  border-radius: var(--half-radius);
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  line-height: var(--ui-input-ht);
  font-size: var(--sm-font);
  font-weight: 500;
  margin: 0;
  background: transparent;
  background-color: transparent;
  margin-top: -30px;
  z-index: var(--view-elem-0);
}

label {
  background: var(--primary-bg);
  width: auto;
  display: flex;
  flex: 0;
  margin: 0 auto;
  margin-left: 18px;
  padding: 0 5px;
  z-index: var(--view-elem-1);
  font-weight: 600;
}
label.checkbox-label {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

input[type="checkbox"] {
  margin: 0;
}
input[type="file"]::file-selector-button {
  background-color: var(--secondary-bg);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: -20px;
}
input[type="file"]:hover ::file-selector-button,
input[type="file"]::file-selector-button:hover {
  background-color: var(--primary-bg);
  color: var(--secondary-bg);
}

label,
.form-group {
  margin-bottom: 15px;
}
textarea.form-control {
  min-height: 120px;
  line-height: 1.2;
  padding: 20px;
}

.tabContainer {
  display: none;
  flex-direction: column;
  padding: 0;
}

.userAction {
  display: flex;
  flex: 0 0 auto;
  position: relative;
}

.tabContainer.active {
  display: flex;
}

.offshoreTable {
  display: flex;
}

.offshoreTableCol {
  border-radius: var(--radius);
  padding: 1px;
}

.colHeader,
.colHeader.offshoreTable {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 215px;
  padding: 0.125rem;
}

.colRow,
.colRow.offshoreTable {
  display: flex;
  flex-direction: column;
  height: 58px;
  overflow: hidden;
  border-top: 1px solid var(--primary-bg);
  justify-content: center;
  padding: 0.125rem;
}

.dataCol .colRow,
.dataCol .colRow.offshoreTable {
  border: transparent;
  margin: 0 auto;
  width: 97%;
  justify-content: center;
  align-items: center;
}

.colRow i.bi,
.colRow.offshoreTable i.bi {
  font-size: var(--lg-font);
}

.white,
img.white {
  filter: brightness(100);
  -webkit-filter: brightness(100);
}

.grid-item {
  display: grid;
}

/*@media-quries*/
@media (max-width: 1080px) {
  :root {
    --col-3-grid: 4fr;
    --col-4-grid: 4fr;
    --col-2-grid: 4fr;
    --col-1-grid: 4fr;
    --col-5-grid: 4fr;
  }

  .hero .carousel.lg-md-fixed {
    position: relative;
    left: auto;
  }

  .position-md-absolute,
  .position-relative.position-md-absolute {
    position: relative !important;
  }

  .viewHeight {
    height: auto;
  }
}

@media (max-width: 820px) {
  :root {
    --btn-font-size: 10px;
    --sm-font: 14px;
    --reg-font: 14px;
    --md-font: 15px;
    --lg-font: 16px;
    --x-lg-font: 22px;
  }

  .micro-card,
  div.micro-card,
  section.micro-card,
  article.micro-card,
  span.micro-card {
    min-height: 120px;
    height: 120px;
  }

  .mini-card,
  div.mini-card,
  section.mini-card,
  article.mini-card,
  span.mini-card {
    min-height: 240px;
    height: 240px;
  }

  .mini-card.img-container-rounded,
  span.mini-card.img-container-rounded,
  div.mini-card.img-container-rounded {
    border-radius: 300px;
    overflow: hidden;
  }

  .mini-card.img-container-rounded img {
    height: auto;
    max-height: none !important;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }

  .card,
  div.card,
  section.card,
  article.card,
  span.card {
    min-height: 300px;
    max-height: 400px;
  }

  .card-1,
  div.card-1,
  section.card-1,
  article.card-1,
  span.card-1 {
    min-height: 400px;
    max-height: 500px;
  }

  .card-2,
  div.card-2,
  section.card-2,
  article.card-2,
  span.card-2 {
    min-height: 400px;
    height: auto;
  }

  .card-3,
  div.card-3,
  section.card-3,
  article.card-3,
  span.card-3 {
    min-height: 400px;
    height: auto;
  }

  .card-4,
  div.card-4,
  section.card-4,
  article.card-4,
  span.card-4 {
    min-height: 400px;
    height: auto;
  }

  .h5,
  h5 {
    font-size: var(--md-font);
  }

  .dynamic-offshore-1,
  div.dynamic-offshore-1,
  .dynamic-offshore-2,
  div.dynamic-offshore-2 {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

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

  .creditCard,
  div.creditCard {
    width: 300px;
    height: 180px;
  }

  .cc-chip,
  span.cc-chip,
  .creditCard span.cc-chip,
  div.creditCard span.cc-chip {
    width: 50px;
    height: 35px;
  }

  /*custom mobile justifications*/
  .mb-justify-content-center {
    justify-content: center !important;
  }

  .mb-justify-content-start {
    justify-content: flex-start !important;
  }

  .mb-align-items-start {
    align-items: start !important;
  }

  .mb-pos-absolute {
    position: absolute !important;
  }

  .mb-pos-relative {
    position: relative !important;
  }

  .mb-top-0 {
    top: 0 !important;
  }

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

  .mb-left-0 {
    left: 0 !important;
  }

  .mb-right-0 {
    right: 0 !important;
  }

  .mb-mt-5 {
    margin-top: 14.5rem;
  }

  .mb-p-1 {
    padding: 1rem;
  }

  .mb-p-2 {
    padding: 2rem;
  }

  .mb-p-3 {
    padding: 3rem;
  }

  .mb-p-4 {
    padding: 4rem;
  }

  .row,
  div.row {
    --bs-gutter-x: 0;
  }

  .mb-bring-forward {
    z-index: 3;
  }

  .show-mobile {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  span.nav-lines {
    display: block;
    float: none;
    margin-bottom: 5px;
    background: var(--primary-bg);
    width: 20px;
    height: 2px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }

  div.row.sec-bg span.nav-lines {
    background: #00ffb4;
  }

  header .primary span.nav-lines,
  header.sec-bg span.nav-lines {
    background: var(--tertiary-bg);
  }

  span.nav-lines:first-child {
    width: 25px;
  }

  span.nav-lines:last-child {
    width: 30px;
    margin-bottom: 0;
  }

  a.nav-lines-btn:hover span.nav-lines {
    width: 25px;
  }

  a.nav-lines-btn:hover span.nav-lines:first-child {
    width: 30px;
  }

  a.nav-lines-btn:hover span.nav-lines:last-child {
    width: 20px;
  }

  .nav-lines-txt {
    float: left;
  }

  .nav-lines-ico {
    float: right;
  }

  .nav-lines-btn {
    float: right;
  }

  .mb-trans-blur-bg,
  div.mb-trans-blur-bg,
  section.mb-trans-blur-bg {
    background: var(--trans-bg);
    color: var(--primary-bg);
  }

  header .container {
    padding: 1rem;
  }

  .blurHead,
  header.blurHead {
    padding-bottom: 0;
  }

  .blurHead span.nav-lines,
  header.blurHead span.nav-lines {
    background: var(--secondary-bg);
  }

  header .container a img {
    height: 50px;
  }

  div.menu-box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: var(--primary-bg);
    height: 100%;
    z-index: 9999;
    padding: 40px 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
  }

  div.menu-box.shw-menu,
  div.menu-box.active {
    right: 0;
  }

  div.menu-box ul {
    width: 100%;
    padding: 0px;
    float: left;
  }

  div.menu-box li a {
    font-weight: 500;
    line-height: 2rem;
  }

  div.menu-box ul li a {
    width: 100%;
    display: block;
    float: left;
    line-height: 2.2rem;
    font-weight: 500;
    padding: 0px 20px;
  }

  div.menu-box ul li a i.bi {
    float: right;
    font-size: 20px;
    line-height: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .hero,
  section.hero,
  .viewH,
  div.viewH,
  span.viewH {
    height: 100vh;
  }

  section.hero h1.display-4.mb-5 {
    margin-bottom: 1rem !important;
  }

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

  .pe-5 {
    padding-right: 0rem !important;
  }

  .display-2 {
    font-size: calc(1.125rem + 1.5vw);
  }

  .display-7 {
    font-size: calc(0.75rem + 0.95vw);
  }

  .viewH img,
  div.viewH img.w-100 {
    height: auto;
  }

  .viewH.mb-viewH-auto,
  div.viewH.mb-viewH-auto {
    height: auto;
  }

  .hero-slide,
  div.hero-slide,
  .hero-slide:hover,
  div.hero-slide:hover {
    width: 100%;
    transform: none;
    height: 45vh;
  }

  .hero-slide *,
  div.hero-slide * {
    transform: none;
  }

  .hero-slide:last-child,
  div.hero-slide:last-child {
    position: relative;
    width: 100%;
  }

  .mb-align-items-center {
    align-items: center !important;
  }

  .mb-hero-container {
    height: 100%;
    justify-content: center !important;
    align-items: center;
  }

  .mb-hero-container img {
    width: auto !important;
    height: 100% !important;
    display: flex;
  }
}

@media (max-width: 640px) {
  .appCta__radius_full,
  span.appCta__radius_full,
  div.appCta__radius_full {
    width: 200px;
    height: 200px;
    /* margin: 5rem auto; */
  }

  .fullViewHeight {
    height: auto;
  }

  .viewH_3,
  div.viewH_3,
  span.viewH_3 {
    height: auto;
    min-height: 100px;
  }

  .hero .call-to-action {
    width: 100%;
  }

  .hero,
  section.hero,
  .viewH,
  div.viewH,
  span.viewH {
    height: 75vh;
  }
}

@media (max-width: 420px) {
  .appCta__radius_full,
  span.appCta__radius_full,
  div.appCta__radius_full {
    width: 150px;
    height: 150px;
    margin: 5rem auto;
  }
}

@media (max-width: 360px) {
  .hero,
  section.hero,
  .viewH,
  div.viewH,
  span.viewH {
    height: 100vh;
  }
}
