@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
  font-family: 'DM Sans', sans-serif !important;
}

/* 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: #ffeb56 !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-color: #71a350 !important;
}

.gradiant-dark-bg {
  background: linear-gradient(303deg, #3c3c3c 0%, #1d1d1d 44%, #0f0f0f 100%);
}

.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: #2c5363 !important;
  color: #fff !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% + 1px);
  height: calc(100% + 8px);
  transform: translate(-50%, -50.5%);
  border-radius: inherit;
  border: 1px solid #83778b;
} 

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

.--hover-slide-list li a {
  transition: all 0.1s ease-in-out;
  /* apply transition globally */
}

.--hover-slide-list li a:hover {
  transform: translateX(1px);
  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(../images/header-footer/yellow-arrow.svg);
  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;
}

/* .nav-link{
  color: #fff !important;
}
.btn:hover .nav-link{
  color: #000 !important;
} */
.border-blue {
  border-top: 1px solid #F500FF72;
}

.footerMain {
  background: #000000 url(../images/header-footer/Bg.svg);
}

.f-white-smoke {
  color: #EFEFEF;
}

.--hover-slide-list a:hover {
  color: #EFEFEF;
}

.btn-bg-gradient {
  background: transparent linear-gradient(90deg, #C02871 0%, #4608F4 100%) 0% 0% no-repeat padding-box;
}

.topic-bg {
  background: #402D50;
  box-shadow: inset 0px 3px 6px #2727E829;
  border: 1px solid #0045FF57;
  border-radius: 20px;
}

.scrollToTop {
  position: absolute;
  bottom: 60px;
  right: 50px;
}

.-scroll-top-btn {
  width: 50px;
  height: 50px;
}

.melento-header,
.melento-header-mobile {
  background: rgb(0 0 0 / 30%);
  position: fixed;
  z-index: 99;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease;
}

.melento-header nav {
  height: 66px;
  display: flex;
  align-items: center;
}

.melento-logo {}

.melento-logo img {
  max-height: 36px;
}

.melento-header-scrolled {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



.sub-menu {
  position: fixed;
  background: #fff;
  width: 80vw;
  max-width: 1050px;
  display: none;
  left: 50%;
  /* place relative to parent li center */
  transform: translateX(-50%);
  /* pull back by half its width */
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}

.main-menu>li:hover>.sub-menu {
  display: flex;
}

.sub-menu-active,
.sub-menu>ul>li:hover,
.active-link,
.no-child:hover {
  color: #BC094F !important;
  background: #fff;
}

.sub-menu>ul {
  flex: 0 0 40%;
  background: #D9CCFF;
  list-style-type: none;
  padding: 35px 0px;

}

.sub-menu>ul>li {

  font-size: 16px;
  padding: 10px 20px;
  margin: 20px 0px;
  font-weight: 500;
  cursor: pointer;
}

.nth-menu-main {
  display: none;
}

.nth-menu-main.active-child {
  display: flex;
}

.nth-menu-main {
  flex: 0 0 60%;
  background: #fff;
  align-items: center;
  flex-wrap: wrap;
  padding: 35px 15px;
}

.n-50 {
  flex: 0 0 50%;
}

.n-33 {
  flex: 0 0 33%;
}

.nth-menu a {
  display: flex;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 10px 0px 0px 10px;
  margin: 0px 10px 10px 10px;
  color: #383838;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.nth-menu a img {
  margin-left: auto;
  max-height: 65px;
}


.nth-menu {}

.main-menu {
  margin-left: auto;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.main-menu>li {
  position: relative;
}

.main-menu-a,
.no-child {
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}

.main-menu-a:hover {
  color: #A72166;
  background: #fff;
}

.melento-header-scrolled * {
  color: #000 !important;
}

.header-bttn {
  text-decoration: none;
  font-size: 14px;
  background: #0045FF;
  padding: 10px 20px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 30px;
}

.header-bttn:hover {
  background: #0045FF;
  color: #fff !important;
  text-decoration: none;
}

.header-bttn1 {
  text-decoration: none;
  font-size: 14px;
  background: #B50068;
  padding: 10px 20px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 30px;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  margin: 20px 0px;
}

/* Default: hide mobile header */
.melento-header-mobile {
  display: none;
}

/* Show desktop header above 1024px */
@media (min-width: 1025px) {
  .melento-header {
    display: block;
  }

  .melento-header-mobile {
    display: none;
  }
}

/* Show mobile header below 1024px */
@media (max-width: 1024px) {
  .melento-header {
    display: none;
  }

  .melento-header-mobile {
    display: block;
  }
}

.melento-header-mobile nav {
  height: 66px;
  display: flex;
  align-items: center;
}

#menu-toggle {
  /* display: none; */
  width: 40px;
  height: 40px;
  position: relative;
  position: relative;
  cursor: pointer;
  margin: 0px 0px 0px 25px;

  border-radius: 5px;
}

#menu-toggle:hover {}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  top: 6px;
  left: 5px;
  margin: 5px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 4px;
  left: 18px;
  transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 4px;
  top: 18px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}

#menu-toggle span {
  display: block;
  background: #fff;
  border-radius: 2px;
  transition: .25s ease-in-out;
}

.mobile-menu-list {
  position: absolute;
  left: 0px;
  right: 0px;
  background: #fff;
  top: 63px;
  list-style-type: none;
  padding: 30px 40px;
  display: none;
}

.mobile-menu-list>ul {}

.mobile-menu-list a {
  font-size: 16px;
  text-decoration: none;
  color: #383838;
}

.mobile-menu-list>li>a,
.mobile-menu-list a {
  display: flex;
  align-items: center;
  padding: 5px 0px;
}

.mobile-menu-list>li>a>img {
  margin-left: auto;
}

.mobile-menu-list ul {
  list-style-type: none;
}

.mobile-menu-list ul li {}

.mobile-menu-list ul li img:first-of-type {
  margin-right: 20px;
}

.mobile-menu-list ul li img:last-of-type {
  margin-left: auto;
}

.ml-20 {
  margin-left: 20px;
}

.bb-2 {
  border-bottom: 2px solid rgb(181, 0, 104);
}

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

.pb-20 {
  padding-bottom: 20px;
}