:root,
[data-bs-theme="light"] {
  --bs-blue: #fe363b;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-body-color: #060606;
  --bs-primary: #fe363b;
  --bs-secondary: #0b2442;
  --bs-navbar-active-color: #37b87c;
  --bs-nav-link-color: #0b2442;
  --white: #fff;
  --black: #000;
  --scale: 1.1;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.33;
  color: var(--bs-body-color);
}
/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */
#scrollUp {
  position: fixed;
  right: 2%;
  bottom: 3%;
  height: 0;
  width: 50px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #191919;
  text-align: center;
  cursor: pointer;
  z-index: 500;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#scrollUp {
  display: block;
  height: 50px;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
}

#scrollUp:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#scrollUp .fa-arrow-up::before {
  display: none;
}
/* Loader container */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgb(255, 255, 255); /* Adjust the opacity */
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot-stretching {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #ff5858;
  color: #ff5858;
  -webkit-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
  -webkit-animation: dotStretching 1.2s infinite ease-in;
  animation: dotStretching 1.2s infinite ease-in;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dot-stretching::before,
.dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-stretching::before {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #ff5858;
  color: #ff5858;
  -webkit-animation: dotStretchingBefore 1.2s infinite ease-in;
  animation: dotStretchingBefore 1.2s infinite ease-in;
}

.dot-stretching::after {
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #ff5858;
  color: #ff5858;
  -webkit-animation: dotStretchingAfter 1.2s infinite ease-in;
  animation: dotStretchingAfter 1.2s infinite ease-in;
}

@-webkit-keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  50%,
  60% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

@keyframes dotStretching {
  0% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  50%,
  60% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}

@-webkit-keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    -webkit-transform: translate(-25px) scale(1, 1);
    transform: translate(-25px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
}

@keyframes dotStretchingBefore {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    -webkit-transform: translate(-25px) scale(1, 1);
    transform: translate(-25px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
}

@-webkit-keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    -webkit-transform: translate(25px) scale(1, 1);
    transform: translate(25px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
}

@keyframes dotStretchingAfter {
  0% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
  50%,
  60% {
    -webkit-transform: translate(25px) scale(1, 1);
    transform: translate(25px) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(0) scale(0.7, 0.7);
    transform: translate(0) scale(0.7, 0.7);
  }
}

/* LOader*/

h2,
.h2 {
  font-size: 4.5rem;
  line-height: 6.125rem;
  font-weight: 400;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mb-94 {
  margin-bottom: 94px;
}
.max-w-950 {
  max-width: 950px !important;
}
.brand-logo {
  width: 170px;
  height: 50px;
}
.nav-menu {
  padding: 30px;
  transition: all 0.4s;
}
.navbar-collapse {
  justify-content: end;
  align-items: center;
}
#menu-primary-menu {
  padding-top: 0;
  margin-top: 0 !important;
}
.navbar-expand-lg #menu-primary-menu a {
  color: var(--white);
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
}
.home .navbar-expand-lg #menu-primary-menu a {
  color: var(--white) !important;
}
.menu-item {
  position: relative;
}
/* .navbar-expand-lg #menu-primary-menu .menu-item:before {
  content: "";
  position: absolute;
  bottom: calc(50% - 16px);
  left: 0;
  height: 2px;
  width: 0px;
  background: var(--bs-primary);
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
} */
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li:hover
  > a {
  color: var(--bs-primary);
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.current-menu-item
  > a {
  color: var(--bs-primary);
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  ul.wp-megamenu-sub-menu
  li.current-menu-item
  > a {
  color: var(--bs-primary) !important;
  /* padding: 1rem 0.2rem !important; */
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu {
  border-radius: 24px;
  /* background: linear-gradient(
    16deg,
    #060606 0%,
    #060606 71%,
    rgba(228, 62, 65, 1) 98%
  ); */
  background: linear-gradient(
    78deg,
    #212121 0%,
    #d4d4d4 71%,
    rgba(228, 62, 65, 1) 98%
  );
  width: 830px;
}
header
  .wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu
  > li.wpmm-row
  > ul.wp-megamenu-sub-menu
  li
  > ul {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  min-height: 374px;
}
header
  .wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  li.wpmm-type-widget
  ul.menu {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
  flex-flow: column;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  ul.wp-megamenu-sub-menu
  li
  a {
  color: var(--black) !important;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  li.wpmm-type-widget
  img {
  /* padding-left: 1.2rem;
    padding-right: 1.2rem; */
  padding-bottom: 0.5rem;
  width: 100%;
}
header .wpmm-grid-post-img-wrap .wpmm-grid-post-img {
  border-radius: 24px;
  height: 286px;
}
header .wp-megamenu-item-197 .wpmm-grid-post-img-wrap .wpmm-grid-post-img {
  height: 293px;
}

header .wp-megamenu-wrap ul ul .wpmm-grid-post-img-wrap a {
  width: 200px !important;
}
header .wp-megamenu-wrap .menu-item .fa-angle-down {
  padding-left: 7px;
}
header .wpmm-grid-post-img-wrap .post-in-image {
  display: none;
}
header .wpmm-grid-post-content {
  display: flex;
  align-items: center;
}
header .wpmm-grid-post-row .wpmm-grid-post-content .grid-post-title a {
  font-size: 1.5rem !important;
  font-family: "Manrope", system-ui;
  font-weight: 300 !important;
  transition: all 4s;
}
header .wpmm-grid-post-row .wpmm-grid-post-content .grid-post-title a {
  line-height: 7.2rem;
  font-weight: 500;
  overflow: hidden;
  display: block;
  max-height: 9.4rem;
  -webkit-line-clamp: 3;
  display: box;
  display: block;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
header .wpmm-grid-post-row .wpmm-grid-post-content .grid-post-title a:hover {
  text-decoration: underline !important;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  ul.wp-megamenu-sub-menu
  li:hover
  > a {
  color: var(--bs-primary) !important;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu
  .wpmm-col-4 {
  width: 45%;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu
  .wpmm-col-8 {
  width: 55%;
}
.wp-megamenu-sub-menu
  .navbar-expand-lg
  #menu-primary-menu
  .menu-item:hover::before {
  width: 100%;
  opacity: 1;
}
header
  .wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  li.wpmm-type-widget.wp-megamenu-item-53
  ul.menu {
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-flow: column;
}
.sticky-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000 !important;
  position: fixed;
}
.sticky-navbar.navbar-expand-lg.nav-dark #menu-primary-menu a {
  color: var(--white);
}
.sticky-logo {
  display: none;
}
.home .sticky-logo {
  display: block;
}
.home .black-logo {
  display: none;
}
.sticky-navbar .sticky-logo {
  display: flex;
}
.sticky-navbar .black-logo {
  display: none;
}
/* .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--bs-primary);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--bs-primary);
} */
.primary-btn {
  background: #fe363b;

  padding: 0.675rem 2rem;
  color: var(--white);
  display: inline-flex;

  align-items: center;
  border-radius: 32px;
  background-size: 300% 100%;
  border: 1px solid #9fe870;
  border: none;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn:hover {
  background-position: 101% 0;
  moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: var(--white);
}
.primary-btn.color-red {
  background-image: linear-gradient(
    to right,
    #eb3941,
    #d42c31,
    #e83f42,
    #e83f42
  );
}
/* .text-gradient-g {
        background: -webkit-linear-gradient(354.06deg, #006CFF 7.44%, #E83F42 85.97%);
        background: -o-linear-gradient(to right,354.06deg, #006CFF 7.44%, #E83F42 85.97%);
        background: linear-gradient(to right,95.94deg, #006CFF 7.44%, #E83F42 85.97%);
        background-clip: text;
        -webkit-background-clip: text;
        border: solid 5px transparent;
        color: transparent;
        -webkit-text-fill-color: transparent;position: relative;
        animation: shine 4s linear infinite;
    
    } */
.text-gradient-z-animi {
  background: -webkit-linear-gradient(354.06deg, #006cff 7.44%, #e83f42 85.97%);
  background: -o-linear-gradient(
    to right,
    354.06deg,
    #006cff 7.44%,
    #e83f42 85.97%
  );
  background: linear-gradient(
    to right,
    95.94deg,
    #006cff 7.44%,
    #e83f42 85.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  border: solid 5px transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.text-gradient-g {
  background: linear-gradient(
    to right,
    #006cff 20%,
    #e83f42 40%,
    #e83f42 60%,
    #006cff 80%
  );
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 5s linear infinite;
  animation: shine 5s linear infinite;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.border-gr-er {
  border-radius: 24px;
  border: 1px solid transparent;
  position: relative;
  isolation: isolate;
}
.border-gr-er::before {
  content: "";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(
    from var(--angle),
    #381d6a 80%,
    #e0d1ff 88%,
    #e0d1ff 92%,
    #381d6a 100%
  );
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box,
    linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: spin 3s linear infinite;
}

.text-gradient-border {
  --border-width: 1px;
  --radius: 24px;

  position: relative;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
  display: inline-block;
}
/* .clip-gradient-text{
    background-clip: text;
    -webkit-background-clip: text;
    border: solid 5px transparent;
    color: transparent;
    -webkit-text-fill-color: transparent;position: relative;
  } */
.gradient-blue-red-t {
  background: -webkit-linear-gradient(354.06deg, #006cff 7.44%, #fe363b 85.97%);
  background: -o-linear-gradient(
    to right,
    354.06deg,
    #006cff 7.44%,
    #fe363b 85.97%
  );
  background: linear-gradient(
    to right,
    95.94deg,
    #006cff 7.44%,
    #fe363b 85.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  border: solid 5px transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.gradient-yellow-red {
  background: -webkit-linear-gradient(354.06deg, #fe363b 7.44%, #ffd027 85.97%);
  background: -o-linear-gradient(
    to right,
    354.06deg,
    #fe363b 7.44%,
    #ffd027 85.97%
  );
  background: linear-gradient(
    to right,
    95.94deg,
    #fe363b 7.44%,
    #ffd027 85.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  border: solid 5px transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.gradient-blue-yellow {
  background: -webkit-linear-gradient(354.06deg, #006cff 7.44%, #ffc635 85.97%);
  background: -o-linear-gradient(
    to right,
    354.06deg,
    #006cff 7.44%,
    #ffc635 85.97%
  );
  background: linear-gradient(
    to right,
    95.94deg,
    #006cff 7.44%,
    #ffc635 85.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  border: solid 5px transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.gradient-yellow-green {
  background: -webkit-linear-gradient(354.06deg, #ffd027 7.44%, #4a8410 85.97%);
  background: -o-linear-gradient(
    to right,
    354.06deg,
    #ffd027 7.44%,
    #4a8410 85.97%
  );
  background: linear-gradient(
    to right,
    95.94deg,
    #ffd027 7.44%,
    #4a8410 85.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  border: solid 5px transparent;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.text-gradient-border::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: linear-gradient(354.06deg, #fe363b 7.44%, #ffd027 85.97%);
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box,
    linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.text-gradient-border::before {
  background-image: linear-gradient(
    to left,
    354.06deg,
    #fe363b 7.44%,
    #ffd027 85.97%
  );
}

.gradient-border {
  background-image: url(../images/border-gradient-blue-yellow.svg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: contain;
  background-position: 53% 11px;
  z-index: 1;
  position: relative;
  padding: 2px 20px;
}
.main-container {
  /* padding-top: 120px; */
}
.hero-banner {
  background-image: url(../images/hero-mn-bg.svg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #000;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
  z-index: 1;
  position: relative;
  padding-top: 120px;
}
.hero-banner .title-hm {
  font-size: 5.875rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  justify-content: center;
  flex-flow: column;
}
.banner-info {
  font-size: 1.4rem;
  max-width: 1000px;
  padding-top: 30px;
  color: var(--white);
  line-height: 1.5;
}
.title-pg {
  font-size: 7rem;
  color: var(--white);
  font-weight: 600;
}
.link-text-animate {
  color: var(--bs-body-color);
  font-size: 4rem;
  font-weight: 600;
  text-decoration: none !important;
  padding-bottom: 0.04em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.36, 1, 0.42, 1);
  transition-timing-function: cubic-bezier(0.36, 1, 0.42, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: repeating-linear-gradient(
      90deg,
      currentColor 0 33.3333%,
      transparent 33.3333% 66.6666%,
      currentColor 66.6666% 100%
    )
    bottom right / 300% 0.04em no-repeat;
}
.link-text-animate:hover {
  text-decoration: none !important;
  background-position: bottom left;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.hero-banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  /* margin-bottom: 70px; */
}

.hero-banner .t1 {
  max-width: 290px;
}

#cursor {
  opacity: 0;
  animation: cursor 1s infinite;
}

@keyframes cursor {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-200 {
  padding-left: 200px;
}
.pr-120 {
  padding-right: 120px;
}
.pb-50 {
  padding-bottom: 50px;
}
.fs-4125 {
  font-size: 4.125rem !important;
}
.fs-38 {
  font-size: 3.8rem;
}
.fs-3-5 {
  font-size: 3.5rem;
}
.fs-7 {
  font-size: 7rem;
}
.fs-8 {
  font-size: 8rem;
}
.fs-2-5 {
  font-size: 2.5rem;
}
.fs-2 {
  font-size: 2rem;
}
.fs-08 {
  font-size: 0.8rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-1-1 {
  font-size: 1rem;
}
.sub-info-p {
  font-size: 2rem;
}
.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400 !important;
}
.border-0 {
  border: none !important;
}
.border-r-50 {
  border-radius: 50px;
}
.bg-light-gr {
  background-color: #b8e3ca;
}
.bg-light-gr-2 {
  background-color: #cddd9c;
}
.bg-light-gr-3 {
  background-color: #ecefeb;
}
.bg-dark-bl {
  background-color: #051737;
}
.cs_card {
  padding: 45px 0;
}
.cs_card_right {
  border-bottom: 1px solid #1a2b49;
  padding: 45px 0;
  margin-left: 50px;
}
.cs_card_title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.cs_card_info {
  font-size: 1.3rem;
}
.cs_card_link {
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
  color: var(--bs-body-color);
}
.cs_card_link_wrap {
  border-bottom: 1px solid #1a2b49;
}
.cs_card_link span {
  display: block;
  height: inherit;
  transition: all 0.6s;
  width: inherit;
}
.cs_card_link span:first-child {
  position: relative;
}
.cs_card_link:hover span:first-child {
  transform: translate(50px, -50px);
}
.cs_card_link span:last-child {
  bottom: -50px;
  left: -50px;
  position: absolute;
  transform: scale(0.1);
}
.cs_card_link:hover span:last-child {
  transform: translate(50px, -50px) scale(1);
}
a.cs_card_link:hover {
  color: var(--bs-blue);
  text-decoration: none;
}
.img-link {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.img-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 382px;
  /* padding-top: 75%;
    margin-top: 12.5%; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-info .meta {
  display: block;
  padding-top: calc(20px * var(--scale));
  font-size: 0.9rem;
  line-height: 1.33;
  opacity: 0.75;
}
.text-info .title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  font-size: 2rem;
  line-height: 1.22;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  overflow: hidden;
  display: block;
  max-height: 8rem;
  min-height: 5rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 20px;
}
.text-info .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  max-height: 8rem;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-top: 20px;
  font-size: 1.125rem;
}
/* .single-post-card .link-text-animate {
  text-transform: uppercase;
} */
.inner-block-call-to-action {
  padding: 60px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-email-lg {
  color: var(--bs-body-color);
  font-weight: 800;
}
.ft-copyright {
  border-top: 1px solid var(--bs-body-color);
  font-size: 0.8rem;
}
.cs_footer_social {
  display: grid;
  grid-gap: 15px 30px;
  color: var(--bs-body-color);
  grid-template-columns: repeat(3, 1fr);
}
.cs_footer_social a {
  border: 1px solid var(--bs-body-color);
  min-height: 70px;
  padding: 10px 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: var(--bs-body-color);
}
.cs_footer_contact_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs_footer_contact_list li {
  margin: 10px 0px;
  max-width: 310px;
  padding-left: 30px;
  position: relative;
}
.cs_footer_contact_list li i {
  color: var(--bs-body-color);
  display: flex;
  left: 0;
  position: absolute;
  top: 8px;
}

.media-object {
  --border-width: 1px;
  --radius: 24px;

  position: relative;
  border-radius: var(--radius);
  border: var(--border-width) solid transparent;
}

.media-object::before {
  content: " ";
  position: absolute;
  inset: calc(var(--border-width) * -1);
  z-index: -1;
  border: inherit;
  border-radius: inherit;
  background-image: conic-gradient(
    from var(--angle),
    #381d6a 80%,
    #e0d1ff 88%,
    #e0d1ff 92%,
    #381d6a 100%
  );
  background-origin: border-box;
  -webkit-mask: linear-gradient(black, black) content-box,
    linear-gradient(black, black);
  mask: linear-gradient(black, black), linear-gradient(black, black);
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  /* mask-composite: exclude;
    animation: spin 3s linear infinite; */
}
.media-object::before {
  background-image: conic-gradient(
    #381d6a 80%,
    #e0d1ff 88%,
    #e0d1ff 92%,
    #381d6a 100%
  );
}

/* @supports not (background: paint(something)) {
    .media-object::before {
  background-image: conic-gradient(#381D6A 80%, #E0D1FF 88%, #E0D1FF 92%, #381D6A 100%);    
    }
  }
  
  .media-object:hover::before {
    animation-play-state: paused;
  }
  
  @property --angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  
  @keyframes spin {
    to {
      --angle: 1turn;
    }
  } */
.success-brands-section {
  padding: 120px 0 !important;
}
.brands-logo-wrapper {
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brands-logo-wrapper .brands-logo {
  border-radius: 10px;
  width: 18.5%;
  height: 75px;
  margin: 6px;
  margin-bottom: 60px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: 0 0;
  -webkit-box-shadow: 0 28px 44px transparent;
  box-shadow: 0 28px 44px transparent;
}
.brands-logo-wrapper .brands-logo img {
  width: 200px;
  height: auto;
}
.service-single-card figure {
  width: 300px;
}
.service-single-card figure img {
  border-radius: 24px;
}
.service-single-card .info {
  line-height: 1.6rem;
  font-weight: 400;
  overflow: hidden;
  display: block;
  max-height: 5.4rem;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 30px;
}
.service-single-card .right-text-block {
  width: 245px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.hm-community-card figure img {
  border-radius: 24px;
}
.call-to-action-inner {
  border-radius: 24px;
  margin: 110px 0;
  background: linear-gradient(
    321deg,
    #fe363b -2%,
    #006cff4a 23%,
    rgb(0 0 0) 48%,
    rgba(0, 0, 0, 1) 100%
  );
  padding: 50px 80px;
}
.text-right {
  text-align: right !important;
}
.border-radius-24 {
  border-radius: 24px;
}
.text-gradient-or-red {
  background: -webkit-linear-gradient(354.06deg, #fe363b 7.44%, #ff9800 85.97%);
  background: -o-linear-gradient(354.06deg, #fe363b 7.44%, #ff9800 85.97%);
  background: linear-gradient(37deg, #fe363b 7.44%, #ff9800 85.97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-blue-yelow {
  background: -webkit-linear-gradient(354.06deg, #006cff 7.44%, #ffc635 85.97%);
  background: -o-linear-gradient(354.06deg, #006cff 7.44%, #ffc635 85.97%);
  background: linear-gradient(37deg, #006cff 7.44%, #ffc635 85.97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.contact-fields-wrap {
  background: #fff;
  -webkit-box-shadow: 24px 36px 60px rgba(0, 0, 0, 0.12);
  box-shadow: 24px 36px 60px rgba(0, 0, 0, 0.12);
  border-radius: 32px;
  padding: 56px 40px 46px;
}
.floating-label .floating-input,
.floating-label .floating-select {
  padding: 0;
  display: block;
  width: 100%;
  height: 52px;
  border: none;
  border-bottom: 1px solid rgba(63, 86, 113, 0.2);
  border-radius: 0;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
}
.floating-input:focus {
  outline: 0;
}
.floating-label {
  position: relative;
  margin-top: 38px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.contact-fields-wrap p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #0b2441;
  font-family: "Manrope", system-ui;
  margin-bottom: 0;
}
.contact-fields-wrap p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #0b2441;
  font-family: "Manrope", system-ui;
  margin-bottom: 0;
}
.contact-wrapper .contact-fields-wrap p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.32px;
  color: #0b2441;
  font-family: "Manrope", system-ui;
  margin-bottom: 0;
}
/* .floating-label label, .floating-label .highlight label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 12px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .12px;
    color: #5f6b7c;
} */
.contact-info-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-info-card {
  position: relative;
}
.contact-wrapper .contact-info-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
}
.contact-info-card label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #bfbfbf;
  margin-bottom: 6px;
}
.contact-info-card:first-child:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background: rgb(255 255 255 / 27%);
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.branch-country {
  padding: 6px 25px;
  border: 1px solid #9e9e9e;
  border-radius: 50px;
  min-width: 60px;
  text-align: center;
  margin-right: 15px;
  font-size: 0.9rem;
}
.footer-brand-tagline {
  font-size: 1.2rem;
  width: 200px;
}
.social-links {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-start;
}

.social-links a {
  margin-right: 16px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #e5e5e5;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.social-links a:hover {
  background: #dad9d9;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 1;
}
.icon-fb {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-links ul {
  padding: 0;
  margin: 0;
}
.f-links h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: poppins, sans-serif;
  margin-bottom: 24px;
  color: rgba(12, 12, 12, 0.5);
}
.f-links ul li {
  display: block;
  margin-bottom: 0;
}
.f-links ul li a {
  display: inline-flex;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.32px;
  transition: all ease 0.4s;
  color: #0e0e0e;
  text-decoration: none;
}
.f-links ul li a:hover {
  text-decoration: underline;
}
.text-deco-none {
  text-decoration: none !important;
}
.bg-gr-st {
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #000;
  background-attachment: initial;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 40% 0;
  z-index: 1;
  position: relative;
  padding-top: 120px;
  background-image: url(../images/home/brands-gr-bg.svg);
}
.expertise-gradient-bg {
  background-image: url(../images/home/expertise-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-gradient-bg {
  background-image: url(../images/home/testimonial-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-info-gradient-bg {
  background-image: url(../images/home/testimonial-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-info-gr-bg-2 {
  background-image: url(../images/testimonial-info-gr-bg-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.service-success-info-gr-bg {
  background-image: url(../images/service-success-info-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.passion-gradient-bg {
  background-image: url(../images/home/passion-gradient-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.call-to-action-gradient-bg {
  background-image: url(../images/home/pattern-1.svg);
  background-position: -40% 180px;
}
.hm-contact-gradient-bg {
  background-image: url(../images/hero-mn-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.our-nutshell-gradient-bg {
  background-image: url(../images/our-nutshell-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.how-we-work-gradient-bg {
  background-image: url(../images/how-we-work-gr-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.text-border-iso {
  border: none;
  isolation: isolate;
  display: inline-block;
}
.line-h-title {
  line-height: 1.2 !important;
  display: block;
  margin-bottom: 20px;
}
.testimonial-info-box {
  overflow: hidden;
}
.testimonial-info-box .info-feed-block {
  position: relative;
  overflow: hidden;
}
.testimonial-info-header {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.testimonial-info-box .info-feed-block .t1 {
  padding-left: 40px;
  padding-right: 40px;
  /* margin-bottom: 150px; */
}
.testimonial-author-box {
  margin-left: 60px;
  padding-top: 30px;
  /* padding-bottom: 20px; */
}
.testimonial-btn-group a {
  cursor: pointer;
  transition: all 0.9s;
  scale: 1;
}
.testimonial-btn-group a:hover img {
  scale: 1.1;
}

.author-img {
  /* position: absolute; */
  background-image: url(../images/home/post_1.jpg);
  /* left: -20px;
  bottom: -29px; */
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  width: 134px;
  height: 134px;
}
.testimonial-author-box p {
  color: #a2a2a2;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 50px 0 !important;
}
.sub-page-header {
  background-image: url(../images/sub-page-bg.svg);
  position: relative;
  height: 75vh;
  display: flex;
  align-items: center;
}
.sub-page-header .t1 {
  display: block;
  margin-bottom: 20px;
}
.navbar-expand-lg.nav-dark #menu-primary-menu a {
  color: var(--black);
}
header #wp-megamenu-primary_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  color: var(--black);
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}
.sticky-navbar
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  > a {
  color: var(--white);
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
}

.home #wp-megamenu-primary_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  color: var(--white);
  text-decoration: none;
  text-transform: none;
}
.card-beyond-line {
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.card-beyond-line .left-box-img {
  width: 380px;
  min-width: 380px;
  height: auto;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .card-beyond-line .left-box-img img {
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
} */
.card-beyond-line .right {
  width: 80%;
  padding-left: 70px;
  padding-right: 40px;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  background: transparent;
}
.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: end;
  padding-top: 20px;
}
.slick-dots li.slick-active button:before {
  content: url(../images/line-marker-active.svg);
}
.slick-dots li button:before {
  content: url(../images/line-marker.svg);
}
.border-color-black {
  border-color: #000 !important;
}
.card-sv-how-work ul li {
  padding-bottom: 30px;
  padding-left: 20px;
}
.card-sv-how-work ul li::marker {
  content: url(../images/list-marker.svg);
}
.call-to-action-inner .has-center-text {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.req-spec span {
  background-color: #d9d9d9;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  margin-right: 10px;
}
.service-card-list-box {
  height: 94%;
}
.service-in-list-card {
  margin-bottom: 40px;
}
.accordion-item:first-of-type {
  border: none;
  border-bottom: 1px solid var(--black);
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000;
  box-shadow: none;
}
.accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 40px 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.post-body {
  background: #fff;
  border-radius: 18px;
  padding: 90px 40px;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
}
.post-body .inner-content-blk {
  max-width: 785px;
  margin: auto;
}
.post-body .inner-content-blk h1 {
  margin-bottom: 52px;
}
.post-body p {
  font-size: 1.25rem;
  padding-bottom: calc(20px * var(--scale));
  font-weight: 400;
  line-height: 1.7;
}
.post-body blockquote {
  margin: 0;
  border-left: 2px solid var(--bs-primary);
  padding-top: calc(20px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
  padding-left: calc(40px * var(--scale));
}
.post-body blockquote p {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.post-body h2 {
  line-height: 1.15;
  font-size: 3rem !important;
  margin: calc(15px * var(--scale)) 0 calc(30px * var(--scale));
  font-weight: 600;
}
.post-body h3 {
  line-height: 1.22;
  font-size: 2.25rem !important;
  margin: calc(15px * var(--scale)) 0 calc(30px * var(--scale));
  font-weight: 600;
}
.post-body strong {
  font-weight: 700 !important;
}
.post-body hr {
  height: 2px !important;
  margin: 0;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  background-color: #dedede !important;
  color: #dedede !important;
}
.post-body a {
  transition: all 0.2s ease;
  text-decoration: none !important;
  color: var(--black);
  padding-bottom: 0.04em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.36, 1, 0.42, 1);
  transition-timing-function: cubic-bezier(0.36, 1, 0.42, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: repeating-linear-gradient(
      90deg,
      currentColor 0 33.3333%,
      transparent 33.3333% 66.6666%,
      currentColor 66.6666% 100%
    )
    bottom right / 300% 0.04em no-repeat;
}
.post-body a:hover {
  text-decoration: none !important;
  background-position: bottom left;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.post-body ul,
.post-body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-body ul li:before,
.post-body ol li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../images/check-mark-post.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(0.5em - 4px);
  left: 10px;
  background-size: cover;
}
.post-body ul li,
.post-body ol li {
  list-style-position: inside;
  position: relative;
  padding-left: 60px;
  padding-bottom: 18px;
  min-height: 70px;
}
.post-body ul li:after,
.post-body ol li:after {
  content: "";
  display: block;
  width: 2px;
  background: currentColor;
  opacity: 0.15;
  position: absolute;
  top: calc(0.5em + 30px);
  bottom: 20px;
  left: 19px;
  display: none;
}
.post-body img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(40px * var(--scale));
  color: var(--black);
}
.meta .authors-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
}
.meta .authors-time .authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meta .authors-time .authors .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
}
.meta .authors-time .authors .author img {
  height: calc(70px * var(--scale));
  width: calc(70px * var(--scale));
  min-width: calc(70px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
}
.meta .authors-time .authors .author a {
  font-size: 1.125rem;
  padding: 0 calc(20px * var(--scale));
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: var(--black);
}
.meta .authors-time .authors .author:first-child a:before {
  content: "by";
  padding-right: 0.25em;
}
.meta .authors-time .time {
  font-size: 1.125rem;
  opacity: 1;
}
.meta .authors-time .time:before {
  content: "—";
  padding-right: calc(20px * var(--scale));
}
.meta .date {
  font-size: 1.125rem;
  opacity: 1;
  white-space: nowrap;
}
header
  #wp-megamenu-primary_menu
  > .wpmm-nav-wrap
  ul.wp-megamenu
  > li
  ul.wp-megamenu-sub-menu
  #menu-company
  li
  a {
  padding-left: 0;
}
header #wp-megamenu-primary_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a,
header
  .wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul
  > li.wpmm-social-link.wpmm-social-link-search
  a,
header .wpmm-menu-cart .cart-icon .fa-shopping-cart,
header .wp-megamenu-wrap .form .submit,
header .wpmm-menu-cart span.cart-icon i {
  font-family: "Manrope", system-ui;
  font-weight: 400;
}
.slick-initialized .card-beyond-line.slick-slide {
  display: flex;
  width: 100%;
}
.bottm-des-block {
  /* position: absolute;
  bottom: 40px;
  left: 32px; */
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 30px;
  min-height: 230px;
}
.info-feed-block p {
  /* min-height: 256px; */
  display: flex;
  align-items: center;
  font-size: 1.5rem !important;
}
.info-feed-block .pb-110 {
  padding-bottom: 0;
}
.slick-slide {
  position: relative;
}
.release-note-wrapper {
  padding-top: 105px;
  color: rgba(13, 30, 79, 0.8);
  font-size: 1.2rem;
}
.innerpage-wrapper .sub-page-header {
  height: 35vh;
}
.innerpage-wrapper a {
  color: #030303;
  text-decoration: underline;
}
.error_page {
  padding: 200px 0 150px;
}
.release-note-wrapper p,
.release-note-wrapper .p {
  font-size: 1.2rem;
  color: rgba(13, 30, 79, 0.8);
}
.release-note-wrapper {
  padding: 0 0 50px;
  background: #fafafa;
}
.release-note-wrapper .inner-content {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
}
.release-note-wrapper h4,
.release-note-wrapper h5,
.release-note-wrapper h6,
.release-note-wrapper h3 {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 600;
  color: rgb(16 16 16);
}
.release-note-wrapper h2,
.release-note-wrapper .h2 {
  font-size: 2.4rem;
  line-height: 6.125rem;
  font-weight: 400;
  color: rgb(16 16 16);
}
.innerpage-wrapper h1,
.innerpage-wrapper .h1 {
  color: rgb(16 16 16);
}
#wp-megamenu-item-4330442054797371213 .wp-megamenu-sub-menu {
  min-height: 305px;
}
header
  #wp-megamenu-item-4330442054797371213
  .wp-megamenu-sub-menu
  .wpmm-grid-post-img {
  height: 242px;
}
.page-template-faq .sub-page-header {
  height: 52vh;
}
.innerpage-wrapper .call-to-action-inner a {
  color: #fff;
  text-decoration: none;
}
.innerpage-wrapper .btn.primary-btn {
  color: #fff;
  text-decoration: none;
}
.modal-header {
  border: none;
}
.modal-header .close {
  background: transparent;
  color: #000;
  top: 10px;
    right: 14px;
}
.modal-header .close svg{
  width: 30px;
  height: 26px;
}
.page-template-careers .sub-page-header {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > .wpmm-strees-row-container
  > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap
  .wpmm-nav-wrap
  > ul.wp-megamenu
  > li.wpmm_mega_menu
  > .wpmm-strees-row-and-content-container
  > ul.wp-megamenu-sub-menu {
  right: 0 !important;
  left: auto !important;
}
.vacancy-category .sub-page-header {
  min-height: 65vh;
  height: max-content;
  padding-bottom: 60px;
}
.btn-apply {
  background: #0b0b0b !important;
  padding: 0.675rem 2rem !important;
  border-radius: 32px;
  color: #fff !important;
}
.privacy-policy .page-section-content {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .wp-megamenu-sub-menu .wpmm-col-8 {
    display: none;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li.wpmm_mega_menu
    > ul.wp-megamenu-sub-menu
    .wpmm-col-4 {
    width: 100%;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li.wpmm_mega_menu
    > ul.wp-megamenu-sub-menu {
    width: 100%;
  }
  header
    .wp-megamenu-wrap
    .wpmm-nav-wrap
    > ul.wp-megamenu
    li.wpmm-type-widget
    ul.menu {
    flex-flow: column;
  }
}
@media (min-width: 1200px) {
  #wp-megamenu-item-195 {
    display: none;
  }
}
@media (max-width: 1440px) {
  .info-feed-block p {
    min-height: 96px;
    font-size: 1.3rem !important;
  }
  .author-img {
    width: 84px;
    height: 84px;
  }
  .testimonial-info-box .info-feed-block .t1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template .wp-megamenu-wrap .wpmm_mobile_menu_btn {
    display: none !important;
  }
  .page-template header #menu-primary-menu {
    position: relative;
    display: block;
    top: 0;
  }
  .page-template header .navbar-expand-lg #menu-primary-menu a {
    color: var(--black) !important;
  }
  .page-template header .navbar-expand-lg.sticky-navbar #menu-primary-menu a {
    color: var(--white) !important;
  }
  .home.page-template header .navbar-expand-lg #menu-primary-menu a {
    color: var(--white) !important;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li.wpmm_mega_menu
    > ul.wp-megamenu-sub-menu {
    width: auto;
  }
  .menu-lets-talk {
    display: none;
  }
  .bottm-des-block {
    bottom: 0;
  }
  .sv-beyond-the-line-section .card-beyond-line .left-box-img {
    width: 100%;
    height: 420px;
  }
  .call-to-action-section .call-to-action-inner {
    border-radius: 20px;
    margin-bottom: 50px !important;
  }
  .home .testimonial-gradient-bg .col-md-6 {
    width: 100%;
  }
  .page-template-services .success-brands-section .mpt-60 {
    padding-top: 0;
  }
  .home .success-brands-section .mpt-60 {
    padding-top: 0;
  }
  .home .community-section .mpt-60 {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .hero-banner .title-hm {
    font-size: 2.875rem;
  }
  .release-note-wrapper h2,
  .release-note-wrapper .h2 {
    line-height: 1.4;
  }

  .release-note-wrapper .inner-content {
    padding: 20px;
  }
  h2,
  .h2 {
    font-size: 3.5rem;
    line-height: 4.125rem;
    font-weight: 400;
  }
  .gradient-border {
    background-image: none;
  }
  .hero-banner {
    height: 100%;
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .banner-info {
    font-size: 1.2rem;
    max-width: 100%;
    padding-top: 30px;
  }
  .wp-megamenu-wrap .wpmm_mobile_menu_btn {
    display: block !important;
  }
  .home .navbar-expand-lg #menu-primary-menu a {
    color: var(--black) !important;
  }
  .menu-lets-talk {
    display: none !important;
  }
  header .navbar > .container {
    flex-wrap: nowrap;
  }
  header #menu-primary-menu {
    position: fixed;
    top: 62px;
    height: 100%;
  }
  header #wp-megamenu-primary_menu.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
    width: 50px;
    margin-left: auto;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  header #wp-megamenu-primary_menu {
    padding-right: 0;
  }
  header
    #wp-megamenu-primary_menu.wp-megamenu-wrap.wpmm-mobile-menu
    .wpmm-nav-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu {
    padding: 10px;
  }
  .wpmm-mobile-menu .wpmm_mobile_menu_btn i {
    font-size: 26px !important;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li.wpmm_mega_menu
    > ul.wp-megamenu-sub-menu
    .wpmm-col-8 {
    width: 55%;
    display: none;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li.wpmm_mega_menu
    > ul.wp-megamenu-sub-menu
    .wpmm-col-4 {
    width: 100%;
  }
  header
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li
    ul.wp-megamenu-sub-menu
    li
    a {
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  header
    .wp-megamenu-wrap
    .wpmm-nav-wrap
    > ul.wp-megamenu
    li.wpmm-type-widget.wp-megamenu-item-53
    ul.menu {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0;
    flex-flow: column;
  }
  .sticky-navbar
    #wp-megamenu-primary_menu
    > .wpmm-nav-wrap
    ul.wp-megamenu
    > li
    > a {
    color: var(--black);
  }
  .fs-4125 {
    font-size: 2.5rem !important;
  }
  .home header .wpmm_mobile_menu_btn {
    color: #fff !important;
  }
  .page-template header .sticky-navbar .wpmm_mobile_menu_btn {
    color: #fff !important;
  }
  .page-template header {
    height: 65px;
  }
  .page-template header .wpmm_mobile_menu_btn {
    color: #000000 !important;
  }
  .sub-page-header {
    height: auto;
    padding-bottom: 70px;
  }
  .page-template h2,
  .page-template .h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 400;
  }
  .sub-page-header .title-hm .pt-110 {
    padding-top: 0;
  }
  .page-template .success-brands-section {
    padding: 50px 0 !important;
  }
  .page-template .ptb-110 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sub-info-p {
    font-size: 1.2rem;
  }
  .fs-2-5 {
    font-size: 1.5rem;
  }
  .service-single-card {
    flex-wrap: wrap;
  }
  .service-single-card figure.me-5 {
    margin-right: 0 !important;
  }
  .pt-110 {
    padding-top: 60px;
  }
  .success-brands-section .col-md-6 {
    margin-bottom: 80px;
  }
  .section-help-startup .row {
    flex-flow: column-reverse;
  }
  .section-help-startup .pl-70 {
    padding-left: 0;
  }
  .title-mb-m {
    margin-bottom: 40px;
  }
  .service-success-section .p-5 {
    padding: 1.5rem !important;
  }
  .service-success-section h4 {
    margin-bottom: 1.5rem;
  }
  .pr-120 {
    padding-right: 0;
  }
  .call-to-action-inner {
    padding: 60px 20px;
    margin: 0 !important;
  }
  .card-beyond-line {
    flex-flow: column;
    width: 100%;
  }
  .card-beyond-line .left-box-img {
    width: 100%;
  }
  .card-beyond-line .left-box-img img {
    height: 420px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
  }
  .card-beyond-line .right {
    width: 100%;
    padding-left: 0;
    padding: 20px;
  }
  .fs-15 {
    font-size: 1.15rem;
  }
  .testimonial-info-box {
    margin-top: 70px;
  }
  .testimonial-info-box .author-img {
    position: relative;
    margin-left: 0;
    width: 94px;
    height: 94px;
  }

  .testimonial-author-box {
    margin-top: 30px;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    padding-left: 30px;
    margin-left: 30px;
  }
  .testimonial-info-box .info-feed-block .t1 {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .pb-110 {
    padding-bottom: 60px;
  }
  .hm-blog-area .row .col-md-4 {
    margin-bottom: 40px;
  }
  header .wpmm-nav-wrap.wpmm-main-wrap-primary_menu {
    justify-content: end;
  }
  header #menu-primary-menu {
    position: fixed;
    width: 100%;
    top: 62px;
    height: 100%;

    flex-flow: column;
    justify-content: flex-start;
    left: 0;
  }
  .home.page-template header {
    height: auto;
  }
  .home.page-template header .wpmm_mobile_menu_btn {
    color: #fff !important;
  }
  .home .testimonial-info-box {
    margin-top: 70px;
  }
  .home .success-brands-section .col-md-6 {
    margin-bottom: 20px;
  }
  .page-id-66 .success-brands-section .col-md-6 {
    margin-bottom: 0;
  }
  .page-template .brand-logo {
    width: 130px;
    height: 20px;
  }
  .mpt-0 {
    padding-top: 0 !important;
  }
  .page-template .testimonial-author-box {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    margin-left: 7px;
  }
  .mpb-0 {
    padding-bottom: 0 !important;
  }
  .how-we-work-gradient-bg {
    background-position: 55%;
  }
  .hm-blog-area .fs-2.pt-50 {
    padding-top: 0;
  }
  .service-single-card figure {
    width: 100%;
  }
  .page-id-75 .success-brands-section .col-md-6 {
    margin-bottom: 30px;
    padding-right: 0 !important;
  }
  .mpe-0 {
    padding-right: 0 !important;
  }
  .mmb-0 {
    margin-bottom: 0 !important;
  }
  .mmb-5 {
    margin-bottom: 3rem !important;
  }
  .abt-h1 {
    display: flex !important;
    flex-flow: column !important;
  }
  .mmb-ab-2 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .page-id-26 .success-brands-section .col-md-6 {
    margin-bottom: 0px;
  }
  .page-id-26 .success-brands-section .col-md-6 .border.border-radius-24,
  .sv-beyond-the-line-section .col-md-6 .border.border-radius-24 {
    height: auto !important;
  }
  .page-id-26 .success-brands-section .col-md-6 .border.p-5 {
    padding: 2rem !important;
  }
  .mpt-60 {
    padding-top: 60px;
  }

  .passion-gradient-bg {
    background-position: 80%;
  }
  .page-id-126 .call-to-action-inner {
    text-align: center;
  }
  .page-id-126 .call-to-action-inner .primary-btn {
    margin-top: 40px;
  }
  .m-expertise {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .mmt-0 {
    margin-top: 0;
  }
  .call-to-action-section .col-md-7 {
    text-align: center;
    margin-bottom: 50px;
  }
  .call-to-action-section .col-md-5 {
    text-align: center !important;
  }
  .hm-community-card figure {
    margin-right: 0 !important;
  }
  .vacancy-card-wrap .col-md-6 .p-5 {
    padding: 1.5rem !important;
  }
  .book-time-card {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .book-time-card.p-5 {
    padding: 1.5rem !important;
  }
  .book-time-card .col-md-4 {
    margin-bottom: 40px;
  }
  .pl-200 {
    padding-left: 1.5rem;
  }
  .mmb-60 {
    margin-bottom: 60px;
  }
  .brands-logo-wrapper .brands-logo {
    width: auto;
    margin: 26px;
  }
  .m-flex-flow-r {
    flex-flow: column-reverse;
  }
  .mme-0 {
    margin-right: 0 !important;
  }
  .service-single-card .right-text-block {
    width: auto;
  }
  .ft-copyright {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .ft-copyright .ms-auto {
    margin: 0 auto !important;
    padding-top: 10px;
  }
  .ft-links-f-row {
    margin-top: 40px;
  }
  .ft-links-f-row .col-md-3 {
    width: 50%;
    margin-bottom: 40px;
  }
  .ft-links-f-row-2 {
    padding-top: 0 !important;
  }
  .ft-links-f-row-2 .col-md-3:last-child {
    padding-top: 40px;
  }
  .meta .authors-time .authors .author img {
    height: calc(50px * var(--scale));
    width: calc(50px * var(--scale));
    min-width: calc(50px * var(--scale));
    -o-object-fit: cover;
    object-fit: cover;
  }
  .meta {
    flex-flow: column-reverse;
  }
  .meta .authors-time .authors {
    padding-bottom: 20px;
  }
  .meta .authors-time {
    flex-flow: column;
    padding-bottom: 30px;
  }
  .meta .authors-time .time:before {
    display: none;
  }
  .meta .date {
    padding-bottom: 30px;
  }
  .single-post .title-hm {
    padding-top: 120px;
    font-size: 2.2rem !important;
  }
  .single-post .sub-page-header {
    background-position: -38%;
  }
  .single-post
    header
    #wp-megamenu-primary_menu.wpmm-mobile-menu
    a.wpmm_mobile_menu_btn {
    color: #000000 !important;
  }
  .single-post .brand-logo {
    width: 130px;
    height: 20px;
  }
  .single-post
    header
    .sticky-navbar
    #wp-megamenu-primary_menu.wpmm-mobile-menu
    a.wpmm_mobile_menu_btn {
    color: #fff !important;
  }
  .post-body {
    padding: 50px 0;

    font-size: 1.1rem;
  }
  .post-body p {
    font-size: 1.1rem;
  }
  .post-body h2 {
    font-size: 2.25rem !important;
  }
  .single-post .hm-blog-area {
    padding-top: 0;
  }
  .call-to-action-inner {
    border-radius: 0;
  }
  header .wp-megamenu-wrap .menu-item .fa-angle-down {
    font-size: 21px !important;
  }
  .mm-tp-h {
    margin-top: 12px;
  }
  .card-beyond-line .left-box-img {
    width: 380px;
    height: auto;
  }
  .wpmm-social-link {
    display: none;
  }
}

textarea {
  resize: none;
}
.modal.show .modal-dialog {
  transform: none;
  max-width: 40vw;
  height: 100%;
}
.modal-content {
  height: auto;
}
.modal-content .contact-fields-wrap{
  box-shadow: none;
}
.loader2 {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #303030 94%, #0000) top / 8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #303030);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
#wp-megamenu-item-199, #wp-megamenu-item-200, #wp-megamenu-item-201, #wp-megamenu-item-202, #wp-megamenu-item-203{
  position: absolute;
  top: 7px;
  z-index: 2;
  left: 11px;
  width: auto;
}
#wp-megamenu-item-56, #wp-megamenu-item-57, #wp-megamenu-item-58, #wp-megamenu-item-61{
  position: absolute;
  top: 7px;
  z-index: 2;
  left: 11px;
  width: auto;
}
.page-template-contact-us .sub-page-header{
  display: none;
}
.page-template-contact-us .community-section{
  margin-top: 120px;
}
.page-id-2142 .inner-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-2142 .inner-content ul li{
  list-style-position: inside;
  position: relative;
  padding-left: 50px;
  padding-bottom: 18px;
  min-height: 40px;
}
.page-id-2142 .inner-content ul li:before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../images/check-mark-post.svg);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(0.5em - 8px);
  left: 10px;
  background-size: cover;
}
.page-id-2142 .inner-content ul li ul{
margin-top: 20px;
}
.page-id-2142 .inner-content ul li ul li ul{
  margin-top: 20px;
  }
.page-id-2142 .inner-content ul li ul li{
  padding-left: 50px;
  padding-bottom: 8px;
  min-height: 30px;
}
@media (max-width: 768px) {
  .brands-logo-wrapper .brands-logo {
    width: 150px;
    margin: 10px;
}
.brands-logo-wrapper .brands-logo img {
  width: 100%;
}
.brands-logo-wrapper{
  margin: 0;
}
.page-template-contact-us .community-section {
  margin-top: 0;
}
.modal.show .modal-dialog {
  max-width: 100%;
}
.modal-body .contact-fields-wrap{
  padding: 0;
}
.contact-fields-wrap {
  padding: 20px;
  margin-top: 50px;
}
.sub-page-header {
  height: auto;
  padding-bottom: 30px;
}
.page-template-careers .sub-page-header {
  height: 100%;
  padding-bottom: 60px;
}
.testimonial-info-box .info-feed-block .t1{
  padding-bottom: 0;
  margin-bottom: 0;
}
.bottm-des-block {
  margin-bottom: 30px;
  min-height: 0;
}
.bg-gr-st{
  background-image: none;
}
}
@media (max-width: 360px) {
  .brands-logo-wrapper .brands-logo {
      width: 117px;
      margin: 10px;
  }
}
/* General setup */
.logo-line {
  display: block;
  margin: auto;
  width: 80px;
  height: auto;
}

/* Path animation */
.logo-line path {
  fill: none;
  stroke: #0D0D0D;
  stroke-width: 2;
  stroke-dasharray: 600; /* Approximation of path length */
  stroke-dashoffset: 600; /* Start hidden */
  animation: infiniteDraw 3s linear infinite;
}

/* Infinite drawing animation */
@keyframes infiniteDraw {
  0% {
    stroke-dashoffset: 600;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}