@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");



/* Bootstrap Updated media query */

.navbar-nav {
  margin-top: 0 !important;
  box-shadow: none !important;
}


@media (max-width: 767px) {
  .navbar-nav > *,
  .navbar-nav > * > button {
    width: 100%;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .-main-header .container,
  .-main-footer .container {
    max-width: calc(100% - 110px) !important;
  }

  footer .fs-6 {
    font-size: 0.8rem !important;
  }

  footer .fs-4 {
    font-size: 1.25rem !important;
  }

  footer .fs-3 {
    font-size: 1.5rem !important;
  }

  footer .fs-5 {
    font-size: 1.15rem !important;
  }
}

@media (min-width: 1400px) {
  footer .fs-6 {
    font-size: 0.9rem !important;
  }

  footer .fs-4 {
    font-size: 1.35rem !important;
  }

  footer .fs-3 {
    font-size: 1.6rem !important;
  }

  footer .fs-5 {
    font-size: 1.2rem !important;
  }
  /* .container {
    max-width: 1400px !important;
  } */
}

.navbar-nav .dropdown-menu {
  height: 0;
  overflow: hidden;
}

.dropdown-menu.show {
  animation: showAll 300ms linear 1 forwards;
}
.mobile-border-btn{
  box-shadow: none !important;
  border: 0 !important;
}
.dropdown-item.active, .dropdown-item:active{
  color:  black !important;
  background-color: transparent !important;
}
.btn-check:focus+.btn, .btn:focus{
  box-shadow: none !important;
}


@keyframes showAll {
  to {
    height: var(--height);
  }
}

@media (max-width: 767px) {
  .mobile-border-btn-container {
    width: 100%;
  }

  .mobile-border-btn {
    width: 100% !important;
    border-radius: 5rem !important;
    display: flex;
    justify-content: center;
    color: #004865 !important;
    border: 0.1rem solid #004865;
  }

  /* .expand-menu:focus {
    background-color: #00b08721 !important;
  } */
}

@media (min-width: 87.5rem) {
  /* .fs-xxl-5 {
    font-size: 1.25rem !important;
  } */
}

@media (max-width: 767px) {
  .signdesk-logo {
    min-width: 15%;
    max-width: 35%;
    width: auto;
  }
}

/* Utility Classes */

:root {
  --grey-2: #efefef;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-8 {
  font-size: 0.6rem !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3.5rem !important;
}

.w-30 {
  width: 32.45% !important;
}

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

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

.place-items-center {
  place-items: center !important;
}

@media (min-width: 767px) {
  .pointer-md-none {
    pointer-events: none;
  }
  .position-lg-sticky{
    position: sticky;
  }
}

@media (min-width: 1440px) {
  .w-30 {
    width: 30% !important;
  }

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

.pointer-none {
  pointer-events: none !important;
}

.pe-6-5em {
  padding-right: 6.5em !important;
}

.text-dark {
  color: #004865 !important;
}

.text-green {
  color: #00b087 !important;
}

.text-yellow {
  color: #4CA7F9 !important;
}

.text-light-gray {
  color: #efefef !important;
}

.bg-grey-2 {
  background-color: var(--grey-2) !important;
}

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

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

.bg-light-lime {
  background: transparent linear-gradient(105deg, #0045FF 0%, #0071E0 100%) 0% 0% no-repeat padding-box;
}

.gradiant-dark-bg {
  background: transparent radial-gradient(closest-side at 58% 8%, #2B001D 0%, #190010 100%) 0% 0% no-repeat padding-box;
}

.hr-underline {
  background-color: #d3eaae;
  height: 0.15rem;
}

.z-999 {
  z-index: 999 !important;
}

.z-9999 {
  z-index: 9999 !important;
}

.b-btn:hover {
  box-shadow: inset 0px 3px 6px #00000029;
}

.effect-200 {
  transition: all 200ms ease-in-out !important;
}

/* Header Classes */

/* -main-header is main header Class */
.-main-header .cta-btn {
  background-color: #0045FF !important;
  color: #fff !important;
}
.-main-header a:hover {
  color: inherit !important;
}

.-main-header .nav-menu {
  --height: 18rem;
  top: calc(100% + 0.5rem);
  left: 0;
  background-color: #f4f8f7;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 1rem;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transition: all 300ms ease-in-out;
  height: var(--height);
  transform-origin: 0rem -2rem;
}

@media (min-width: 87.5rem) {
  .-main-header .nav-menu {
    --height: 20rem;
  }
}

.-main-header .expand-menu:hover svg,
.-main-header .expand-menu.active svg {
  transform: rotateZ(180deg);
}

.-main-header .expand-menu:hover svg path,
.-main-header .expand-menu.active svg path {
  fill: #00b087;
}

.-main-header:has(.expand-menu:hover) .nav-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.-main-header:has(.nav-menu:hover) .nav-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.-main-header .nav-menu::after {
  content: "";
  position: absolute;
  background-color: #f4f8f7;
  display: block;
  width: var(--width);
  height: 3.5rem;
  top: -3.5rem;
  left: var(--offset-left);
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  box-shadow: -3px -3px 4px #00000029;
  transition: all 200ms ease-in-out;
}

@media (min-width: 1400px) {
  .-main-header .nav-menu::after {
    height: 4rem;
    top: -4rem;
  }
}

.-main-header .square-btn {
  background-color: hsl(166, 100%, 35%, 0.1) !important;
  transition: all 200ms ease-in-out !important;
}

.-main-header .square-btn:hover {
  box-shadow: inset 2px 2px 5px #00b08741;
  background-color: hsl(166, 42%, 90%, 0.7) !important;
}

.-main-header .menu-btn {
  display: grid;
  place-items: center;
  border-radius: 1rem;
  box-shadow:none !important ;
}

.-main-header .menu-btn:hover {
  background-color: hsl(197, 100%, 20%, 0.11);
}

.-main-header .menu-btn:hover.hover-green {
  background-color: hsl(166, 100%, 35%, 0.11);
}

.-main-header .menu-btn:hover img {
  scale: 1.1;
}

.-main-header .square-btn:hover img {
  scale: 1.1;
}

.-main-header .square-btn::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  bottom: 1rem;
  right: 1rem;
  border-radius: 100%;
  box-shadow: 1px 1px 3px #00000029;
  transition: all 200ms ease-in-out;
  background-image: url(../../images/header-footer/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
}

.-main-header .square-btn:hover::after {
  scale: 1.1;
}
.expand-menu{
  box-shadow: none !important;
}

.-main-header .expand-menu.active {
  border: none !important;
}

.-main-header .sub-menu {
  width: 0%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 200ms ease;
}

.-main-header .sub-menu.active {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.-main-header .square-btn.resources {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.-main-header .square-btn.resources::after {
  content: none;
}

.-main-header .square-btn.resources:hover .resource-arrow {
  scale: 1.1;
  transform: translateX(50%);
}

.-main-header .resource-arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 3px #00000029;
  transition: all 200ms ease-in-out;
  background-image: url(../../images/header-footer/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
}

/* Footer Classes */

.-main-footer .subscribe-btn-container {
  right: 0.2em;
  top: 50%;
  transform: translateY(-50%);
}

.-main-footer .input-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.15rem);
  background: transparent linear-gradient(97deg, #0045FF 0%, #0071E0 100%) 0% 0% no-repeat padding-box;
  transform: translate(-50%, -50.5%);
  border-radius: inherit;
}

.-main-footer .--hover-slide-list > * {
  transition: all 200ms linear;
}

.-main-footer .--hover-slide-list > *:has(:not(.--after-yellow-arrow)):hover {
  transform: translateX(1rem);
  color: #fff !important;
  font-weight: 600;
}

.-main-footer .--after-yellow-arrow {
  position: relative;
}

.-main-footer .--after-yellow-arrow::after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  right: -1.5rem;
  transform: translateY(-35%);
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.17' height='7.963' viewBox='0 0 8.17 7.963'%3E%3Cpath id='Icon_awesome-arrow-right' data-name='Icon awesome-arrow-right' d='M3.474,3.181l.4-.4a.436.436,0,0,1,.618,0L8.041,6.319a.436.436,0,0,1,0,.618L4.5,10.482a.436.436,0,0,1-.618,0l-.4-.4a.438.438,0,0,1,.007-.625l2.2-2.093H.438A.437.437,0,0,1,0,6.92V6.337A.437.437,0,0,1,.438,5.9H5.678l-2.2-2.093A.435.435,0,0,1,3.474,3.181Z' transform='translate(0 -2.647)' fill='%230045ff'/%3E%3C/svg%3E");

  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 200ms linear;
}

.-main-footer .--after-yellow-arrow:hover::after {
  right: -2.5rem;
}

.--hover-scale-up:hover {
  scale: 1.2;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:is(.-cross, .-three-dot) {
  transition: all 300ms linear !important;
}

.navbar-toggler.collapsed .-cross {
  scale: 0;
}

.navbar-toggler:not(.collapsed) .-three-dot {
  display: none;
}
.-three-dot{
  color: black !important;
}
.rounded-4{
  border-radius: 1rem !important;
}
.placeholder-text-white::placeholder{
  color: #fff !important;
  opacity: 0.3;
}
.btn-white{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}