:root {
  --col-gap: calc(var(--title-size) * 0.25);
  --title-size: clamp(5em, 7.5vw, 7.5em);
  --gap: var(--col-gap);
  --gap-padding: min(5vw, 2em);
  --animation-circ: all 0.6s cubic-bezier(0.7, 0.1, 0.2, 1);
  --title-size: clamp(5em, 7.5vw, 7.5em);
  --color-glow-rgb: 153, 121, 255;
  --animation-primary: 0.3s cubic-bezier(0.5, 0, 0.25, 1);
  --animation-cursor: 0.4s cubic-bezier(0.5, 0, 0.25, 1);
  --size-container-ideal: 1920;
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(
    var(--size-container-min),
    100vw,
    var(--size-container-max)
  );
  --nav-bar-height: calc(17.075px + 17.075px + 51.225px);
  --container-padding: 34.15px;
  --rotateX: -1.247437774524158deg;
  --rotateY: -1.9410029498525074deg;
  --translateX: -6.2371888726207905%;
  --translateY: -3.882005899705015;
  --wp--style--global--content-size: 800px;
  --wp--style--global--wide-size: 1080px;
  --section-padding: min(17.5vh, 10em);
}
/* smooth scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}
#calendly-widget iframe,
#calendly-modal-widget iframe {
  min-height: 500px;
}
@font-face {
  font-family: "Axiforma";
  src:
    url("../../fonts/axiforma/Axiforma-Regular.woff2") format("woff2"),
    url("../../fonts/axiforma/Axiforma-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mount";
  src: url("../../fonts/mount/MonumentExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mount";
  src: url("../../fonts/mount/MonumentExtended-Ultrabold.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Coign";
  src:
    url("../../fonts/coign/ee585393f908e273713392659408207c.woff2")
      format("woff2"),
    url("../../fonts/coign/ee585393f908e273713392659408207c.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}
.loader {
  --color1: #3498db;
  --color2: #e74c3c;
  width: 3.75em;
  aspect-ratio: 1;
  position: relative;
  animation: spin 10000ms infinite linear;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  background: var(--color1);
  animation: squeeze 3000ms infinite;
}
.loader:after {
  background: var(--color2);
  animation-delay: -1.25s;
  border-radius: 50px;
}
@keyframes squeeze {
  0% {
    inset: 0 2em 2em 0;
  }
  12.5% {
    inset: 0 2em 0 0;
  }
  25% {
    inset: 2em 2em 0 0;
  }
  37.5% {
    inset: 2em 0 0 0;
  }
  50% {
    inset: 2em 0 0 2em;
  }
  62.5% {
    inset: 0 0 0 2em;
  }
  75% {
    inset: 0 0 2em 2em;
  }
  87.5% {
    inset: 0 0 2em 0;
  }
  100% {
    inset: 0 2em 2em 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}

.head_m {
  font-size: 40px;
  line-height: 1.4;
}
img {
  max-width: 100%;
  height: auto;
}
.bg_color {
  background: #172135;
}
.f-14 {
  font-size: 14px;
}
body {
  font-family: "Inter", sans-serif !important;
  color: #172135;
  position: relative;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Axiforma", sans-serif !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em;
  color: #172135;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
p {
  margin: 0;
}
img {
  border-radius: 10px;
}
p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.breadcrumbs {
  background: #f8f8f8;
  font-size: 15px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
}
html,
body {
  height: auto !important;
}
/* loader */
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99999;
  pointer-events: none;
  background: transparent;
}
.loading-screen {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  will-change: top;
}

.rounded-div-wrap {
  width: 100%;
  top: 0;
  position: relative;
  height: 10vh;
  overflow: hidden;
}
.loading-container .rounded-div-wrap.top {
  top: 0;
  position: absolute;
  transform: translateY(-99%) scale(1, -1);
  z-index: 2;
  height: 0vh;
  will-change: height;
}
.rounded-div {
  width: 150%;
  content: "";
  display: block;
  position: absolute;
  height: 750%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -86.666%);
  z-index: 1;
}
.loading-container .loading-words {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  display: block;
  will-change: opacity;
}
.loading-container .loading-words h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0.6em;
  white-space: nowrap;
  padding-right: 0.4em;
  will-change: opacity;
  opacity: 0;
}
.loading-container .dot {
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  left: 0;
  top: 47%;
  bottom: auto;
  width: calc(clamp(16px, 1.2vw, 19px) / 1.65);
  height: calc(clamp(16px, 1.2vw, 19px) / 1.65);
  transform: translate(0, 0) scale(1);
}
.loading-container .rounded-div-wrap.bottom {
  top: unset;
  bottom: 0;
  position: absolute;
  transform: translateY(99%);
  z-index: 2;
  height: 0vh;
  will-change: height;
}
.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
  height: 745%;
}
.loading-screen,
.loading-container .rounded-div-wrap.top .rounded-div,
.loading-container .rounded-div-wrap.bottom .rounded-div {
  background: #141517;
}

.lenis {
  height: auto;
}

.lenis lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis-smooth {
  scroll-behavior: auto !important;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #172135;
}
a {
  color: #172135 !important;
  text-decoration: none !important;
}
.container {
  max-width: 1340px !important;
  padding: 0px 15px;
}
span.rnd {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #ff5a65;
}
section {
  position: relative;
  padding: 90px 0px;
  overflow-x: clip;
}
.shape-round {
  --height-percentage: 10;
  position: absolute;
  width: 100%;
  padding-top: calc(var(--height-percentage) * 0.5%);
  pointer-events: none;
  overflow: hidden;
}
.shape-round.top {
  transform-origin: top;
  top: -1px;
}
.shape-round.dark {
  transform: scaleY(0.35);
  -webkit-transform: scaleY(0.35);
  -moz-transform: scaleY(0.35);
  -ms-transform: scaleY(0.35);
  -o-transform: scaleY(0.35);
}
.shape-round::after {
  pointer-events: all;
  --width-round: 266vw;
  content: "";
  width: var(--width-round);
  height: 120vw;
  display: block;
  background-color: #f8f5f2;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
}
.shape-round.top::after {
  bottom: 0;
}
.shape-round.dark::after {
  background-color: #172135;
}
.custom-cursor {
  position: fixed;
  z-index: 100;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(0.001deg);
  display: none;
  display: flex;
  pointer-events: none;
}
.custom-cursor .cursor-bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-0.001deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4em;
  transition: transform var(--animation-cursor) 0.1s;
  overflow: hidden;
  border-radius: 50%;
}
.custom-cursor .cursor-bubble .cursor-before {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.custom-cursor .cursor-bubble .cursor-background {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0.001deg);
  background: var(--color-white);
  border-radius: 50%;
  transition: transform var(--animation-cursor) 0.1s;
}
.custom-cursor[data-cursor-background="primary"]
  .cursor-bubble
  .cursor-background {
  background: #b3b2fb;
}
.custom-cursor .cursor-bubble .cursor-text,
.custom-cursor .cursor-bubble .cursor-text-drag {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0.001deg);
  color: var(--color-dark);
  font-size: 0.85em;
  font-weight: 500;
  padding: 0.5em;
  transition: all var(--animation-cursor) 0.2s;
  opacity: 0;
}
.custom-cursor[data-cursor-background="primary"] .cursor-bubble .cursor-text,
.custom-cursor[data-cursor-background="primary"]
  .cursor-bubble
  .cursor-text-drag {
  color: #000;
}
.cursor-drag-dot {
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  background: var(--color-white);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -400%) scale(0) rotate(0.001deg);
  transition: transform var(--animation-cursor);
}
.cursor-drag-dot.right {
  transform: translate(-50%, -400%) scale(0) rotate(0.001deg);
}
.custom-cursor[data-cursor-background="primary"] .cursor-drag-dot {
  background: #b3b2fb;
}
.wp-block-button__link {
  cursor: pointer;
  background: linear-gradient(
    90deg,
    #9064da 0,
    #2171e0 49.37%,
    #844eb4 101.93%
  ) !important;
  background-size: 300% 100%;
  border-radius: 100px;
  padding: 12px 53px;
  color: #fff !important;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.pd .position-relative {
  z-index: 2;
}
.is-style-blurred-bubbles:after,
.is-style-blurred-bubbles:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 515px;
  height: 220px;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  opacity: 0.32;
  filter: blur(142px);
  transform: rotate(-22deg);
  will-change: filter;
}
.is-style-blurred-bubbles:before {
  left: -10%;
  top: -20%;
  transform: translate(-50%);
}
.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
  z-index: 0;
  width: 600px;
  height: 300px;
  bottom: 73%;
  left: -30%;
  opacity: 0.5;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  filter: blur(142.5px);
  -webkit-filter: blur(142.5px);
  will-change: filter;
  transform: rotate(-21.23deg);
}
.is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
  z-index: 0;
  width: 600px;
  height: 300px;
  opacity: 0.4;
  transform: rotate(-20.41deg);
  bottom: 10%;
  right: -25%;
  background: linear-gradient(
    252.93deg,
    #d054ce 33.59%,
    #0092f4 59.88%,
    #20dc86 87.87%
  );
  filter: blur(142.5px);
  -webkit-filter: blur(142.5px);
  will-change: filter;
}
.cta_bg {
  padding: 40px;
  border-radius: 20px;
}
/* Sticky Section */
.wat-nav {
  position: sticky;
  top: 140px;
  pointer-events: 0;
  width: 50% !important;
  height: 70vh;
  pointer-events: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.circ-wrap {
  position: relative;
  width: 100%;
  width: calc(100% - (var(--gap-padding) * 1));
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.circ-wrap::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.single-circ {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  top: 0;
}
.single-circ .circ-big-image-overlay {
  transition: var(--animation-circ);
  opacity: 0;
  transform: rotate(-45deg) scale(0.9);
  border-radius: 50%;
  transition-delay: 0s;
}
.single-circ .circ-small-image-overlay {
  transition: var(--animation-circ);
  opacity: 0;
  transform: rotate(45deg) scale(0.9);
  top: 15%;
  left: 15%;
  height: 70%;
  width: 70%;
  border-radius: 50%;
  transition-delay: 0s;
}
.single-circ.current .circ-big-image-overlay {
  transform: rotate(0deg) scale(0.9);
}
.single-circ.current .circ-small-image-overlay {
  transform: rotate(0deg) scale(0.9);
}
.single-circ svg {
  transition: var(--animation-circ);
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translateY(-50%);
  width: 50%;
  transform: rotate(0.0001deg) scale(1);
  opacity: 0;
  transition-delay: 0.3s;
}
.wat_content {
  width: 50% !important;
}
.single-service {
  padding-top: 15vh;
  padding-bottom: 15vh;
  transition: var(--animation-circ);
  padding-left: calc(var(--gap-padding) * 2);
}

.single-service:first-of-type {
  padding-top: 30vh;
}
.hidden-circ-image {
  width: clamp(12em, 65vw, 20em);
  position: relative;
  display: none;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2em;
  transform: rotate(0.001deg) scale(0.9);
  transition: var(--animation-circ);
  transition-delay: 0.2s;
  opacity: 0;
}
.hidden-circ-image .circ-big-image-overlay {
  opacity: 0.15;
  transform: rotate(-45deg) scale(1);
  transition: var(--animation-circ);
  transition-delay: 0.2s;
}
.hidden-circ-image .circ-small-image-overlay {
  top: 15%;
  left: 15%;
  height: 70%;
  width: 70%;
  border-radius: 50%;
  transform: rotate(45deg) scale(1);
  transition: var(--animation-circ);
  transition-delay: 0.2s;
}
.single-service h3 {
  margin-bottom: 1em;
  transition: var(--animation-circ);
  opacity: 0.1;
}
.single-service p {
  opacity: 0.1;
  transition: var(--animation-circ);
}
.single-circ.current .circ-big-image-overlay {
  opacity: 0.3;
}
.single-circ.current .circ-small-image-overlay,
.single-circ.current svg,
.single-service.current .hidden-circ-image {
  opacity: 1;
}
.single-service.current .hidden-circ-image {
  display: block;
}
.single-service.current h3,
.single-service.current p {
  opacity: 1;
}
.single-resources-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.single-resources-card .card-row-image {
  position: relative;
}
.single-resources-card .card-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0em 0em 0px rgba(var(--color-glow-rgb), 0);
  transition: var(--animation-primary);
}
.styled-image,
.styled-video {
  display: flex;
  flex-direction: column;
  position: relative;
}
.styled-image img {
  box-sizing: border-box;
  display: block;
}
.single-resources-card .card-row-info {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.swiper {
  width: 100%;
  height: 100%;
}
.single-resources-card:hover .card-image {
  box-shadow: 0px 3em 6em 0px rgba(var(--color-glow-rgb), 0.4);
}
.slider-progress {
  background: #333;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.slider-progress-bar {
  width: 0%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #ff4800, #d054bc, #0092f4, #15c474);
}

.slider-progress-label {
  font-size: 14px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 50%;
}
.slick-next {
  right: -25px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.slider-progress {
  margin-left: 80px;
}
.slick-next:before {
  content: "\f061";
}
.slick-prev:before {
  content: "\f060";
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  top: 93% !important;
  z-index: 99 !important;
}
.slick-next {
  left: 35px !important;
  top: 93% !important;
  z-index: 99 !important;
}

.industries-navigation button:hover {
  background: #fff;
}

.gradient-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff4800, #d054bc, #0092f4);
  font-size: 26px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100%;
}

.payo-card {
  height: 100%;
}
.max-800 {
  max-width: 800px;
  margin: auto;
}
.top_content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}
.crm .universe-position .universe-holder .ring.halo {
  transform: translate(-50%);
  -webkit-mask: radial-gradient(transparent 690px, #000 691px);
  mask: radial-gradient(transparent 690px, #000 691px);
}
.universe-position.is-style-reverse {
  top: 30% !important;
}
.header-section .universe-position {
  z-index: 0;
}
.get_start {
  background: #e6f5f0;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.main_img {
  aspect-ratio: 464 / 416;
  object-fit: cover;
  border-radius: 40px;
}
blockquote {
  background: #2bb5fa12;
  border-left: 4px solid #4f46e5;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #333;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
/* header  */

.header {
  padding: 0.875rem 0px;
  background: #ffffffb3;
  z-index: 999;
  /* backdrop-filter: blur(4px); */
  position: sticky;
  top: 0;
}
.menu_list {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
}
.menus {
  position: relative;
  transition: all 0.4s;
}
.menu {
  color: #1c1d24;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.mega-menu {
  display: none !important;
  position: absolute;
  left: -200px;
  top: 108%;
  width: 700px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  transition: all 0.4s linear;
  transform: translateY(-100%);
  border-radius: 12px;
  opacity: 0;
}
.mega-menu-column {
  width: 30%;
}
.mega-menu-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.mega-menu-column a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 0;
}
.logo,
.custom-logo-link {
  width: 170px;
  display: block;
}
.btn-demo {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  padding: 10px 30px !important;
  background: #ff5a65 !important;
  color: #fff !important;
  border-radius: 50px !important;
  transition: all 0.4s !important;
  width: fit-content !important;
}
.header .btn-demo {
  margin-left: auto;
}
a.btn-demo:hover {
  background: #db4550;
  color: #fff;
}

.offcanvas_menu {
  position: fixed;
  left: 0;
  padding: 20px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  background: #fff;
  z-index: 999;
  width: 400px;
  top: 0;
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  gap: 40px;
  transform: translateX(-100%);
  transition: all 0.4s linear;
  overflow-y: scroll;
}
.offcanvas_menu.active {
  transform: translateX(0%);
}
.ofcanva_menu_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas_menu .menu_list {
  flex-direction: column;
  align-items: self-start;
  gap: 40px;
}
.offcanvas-bg {
  background-color: #030712;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  opacity: 0.5;
  display: none;
}
.navbar-toggler:hover .navbar-toggler-icon:after,
.navbar-toggler:hover .navbar-toggler-icon::before {
  width: 1.03125rem;
}
/* mega */
.nav-dropdown__grid {
  padding: 11.3833px;
  grid-column-gap: 11.3833px;
  grid-row-gap: 11.3833px;
  background-color: var(--color-light-tint);
  border-radius: 0.5em;
  flex-flow: column;
  display: flex;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.nav-dropdown__grid-row {
  grid-column-gap: 11.3833px;
  grid-row-gap: 11.3833px;
  display: flex;
}
.nav-dropdown-tile {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  color: #212121;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 142px;
  padding: 0.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  transition:
    width 0.45s cubic-bezier(0.35, 1.5, 0.6, 1),
    color 0.2s ease-in-out;
}
.nav-dropdown-tile__bg {
  background-color: #f3f3f3;
  border-radius: 0.25em;
  position: absolute;
  inset: 0;
}
.nav-dropdown-tile__text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  max-width: 200px;
  display: flex;
  position: relative;
}
.nav-dropdown-tile__h {
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.nav-dropdown-tile__p {
  letter-spacing: -0.01em;
  text-wrap: balance;
  font-size: 10px;
  line-height: 1.3;
}
.nav-dropdown-tile__arrow {
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.arrow {
  background-color: #ff5a65;
  border-radius: 0.25em;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.arrow__bg {
  background-color: #212121;
  border-radius: 0.25em;
  width: 0;
  height: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 0em;
  height: 0em;
  transition:
    all 0.6s cubic-bezier(0.625, 0.05, 0, 1),
    background-color 0.2s ease-in-out;
}
.arrow__box {
  color: #212121;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  transform: translate(0%, 0%) rotate(-135deg);
  transition:
    all 0.6s cubic-bezier(0.625, 0.05, 0, 1),
    color 0.2s ease-in-out;
}
.arrow__box.is--duplicate {
  color: #ff5a65;
  bottom: 100%;
  left: -100%;
  top: 100%;
}
.arrow__svg {
  width: 14.2292px;
}

/* mega menu new */
.sub-menu-2 {
  border-radius: 0 0 20px 20px;
  margin: 0;
  width: 800px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -300px;
  align-items: start;
  box-shadow:
    0 100px 80px rgba(0, 0, 0, 0.07),
    0 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  background: #fff;
  padding: 20px 30px;
  gap: 20px;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.4s linear;
  visibility: hidden;
  max-height: 600px;
  overflow-y: scroll;
}
.sub-menu-2::-webkit-scrollbar {
  width: 6px;
}
.sub-menu-2::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.sub-menu {
  border-radius: 0 0 20px 20px;
  margin: 0;
  width: 900px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -150px;
  align-items: start;
  box-shadow:
    0 100px 80px rgba(0, 0, 0, 0.07),
    0 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  background: #fff;
  overflow-y: scroll;
  max-height: 85vh;
  scrollbar-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 30px;
  gap: 20px;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.4s linear;
  visibility: hidden;
}
.sub-menu-2 .sub_menu {
  padding-left: 0;
  margin-top: 15px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.menu-item .meg_h {
  font-size: 15px;
  color: #ff5a65;
  font-weight: 600;
}
.sub_menu .menu_item {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
}
.sub_menu .menu_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s linear;
  padding: 10px;
  border-radius: 5px;
}
.sub_menu .menu_item a:hover {
  background: #f8f8f8;
}
.sub_menu .menu_item svg {
  font-size: 18px;
}
.sub_menu .menu_item small {
  display: block;
  opacity: 0.8;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
}
.menu_text {
  width: calc(100% - 40px);
  display: block;
}
.mega-menu-parent:hover .sub-menu {
  display: grid !important;
  transition: all 0.4s linear;
  visibility: visible;
  opacity: 1;
}
.mega-menu-parent:hover .sub-menu-2 {
  display: block !important;
  transition: all 0.4s linear;
  visibility: visible;
  opacity: 1;
}

/* blog card */
.blog-card {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.hs-featured-image-link {
  border: 0;
}
.blog-card .blog-card__image {
  height: 226px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.blog-card .blog-card__content {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 8px 0 18px;
}
.blog-card .cat_ {
  border-radius: 44px;
  padding: 4px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  background: #fff;
  color: #494951;
}
.blog-card .blog-card__content--title {
  font-size: 16px;
  font-style: normal;
  font-weight: 375;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog-card .blog-card__content--description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.card-date {
  color: #8d8d92;
  font-size: 14px;
  line-height: 21px;
  display: none;
}
ol,
ul {
  padding-left: 2rem;
}

/* footer */

footer {
  padding: 55px 0 35px;
  background-color: #172135;
  color: #fff;
  overflow: hidden;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  background: linear-gradient(
    90deg,
    #ff4800 0,
    #d054bc 26.56%,
    #0092f4 54.69%,
    #0092f4 54.7%,
    #15c474 100%
  );
}
footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.87) 75.86%
  );
  opacity: 0.8;
}
footer .site-info {
  position: relative;
  z-index: 1;
}

footer .footer-menu .menu-footer-menu-container {
  font-size: 14px;
}
footer .footer-menu .menu-footer-menu-container > ul {
  padding: 0;
}
footer .footer-menu .menu-footer-menu-container > ul > li {
  font-size: 14px;
  margin-bottom: 30px;
  color: #fff;
}
footer .footer-menu .menu-footer-menu-container > ul ul {
  padding: 0;
  list-style: none;
  margin-top: 33px;
}
footer .footer-menu .menu-footer-menu-container > ul ul li {
  display: block;
  font-size: 14px;
  line-height: 140%;
}
footer .footer-menu .menu-footer-menu-container > ul ul li a {
  padding: 6px 0;
  display: block;
  color: #efefef !important;
  transition: color 0.4s ease-in-out;
}
footer .footer-menu .menu-footer-menu-container > ul ul li a:hover {
  color: #ff5a65 !important;
}
.ft-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}
.ft-info svg {
  margin-top: 6px;
  color: #fff;
}
.ft-address {
  color: #fff;
  width: 100%;
  max-width: 220px;
  font-size: 14px;
  line-height: 170%;
}
.ft-info-data {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.ft-info-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}
.ft-info-data svg {
  color: #fff;
}
.ft-mail {
  color: #fff !important;
  font-size: 14px;
  line-height: 170%;
  text-decoration: none;
  transition: color 0.3s;
}
.ft-mail:hover {
  color: #ff5a65 !important;
}
footer .footer-logo img {
  width: 100%;
  height: auto;
  max-width: 170px;
  filter: invert(1);
}
footer .site-copyright {
  font-size: 12px;
  color: #99a7c7;
}
footer .site-copyright p {
  line-height: normal;
  font-size: 12px;
}
footer .footer-privacy-links .legal-link {
  width: 50%;
  color: #99a7c7 !important;
  font-size: 12px;
  cursor: pointer;
}

.menu-item-newsletter {
  margin-bottom: 2rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.newsletter-input {
  padding: 0.5rem 1rem;
  padding-right: 110px;
  border-radius: 40px;
  border: 1px solid #ccc;
  background: transparent;
  color: #fff;
  height: 50px;
}

.newsletter-btn {
  padding: 0.5rem 1rem;
  background-color: #ff5a5f;
  color: #fff;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 6px;
}

.newsletter-btn:hover {
  background-color: #e04e51;
}
/* resposive */

@media screen and (min-width: 1280px) {
  h1.main_h {
    font-size: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .card-collection .single-card:nth-child(1) {
    height: calc(var(--gap) * 15);
  }
  .card-collection .single-card:nth-child(3n + 2) {
    transform: translateY(calc(var(--gap) * 2));
  }
  .card-collection .single-card:nth-child(2) {
    height: calc(var(--gap) * 19);
  }
  .card-collection .single-card:nth-child(3) {
    height: calc(var(--gap) * 11);
  }
  .card-collection .single-card:nth-child(4) {
    margin-top: calc(var(--gap) * -4);
    height: 100%;
  }

  .card-collection .single-card:nth-child(6) {
    margin-top: calc(var(--gap) * -8);
    height: 100%;
  }
}

@media (min-width: 768px) {
  footer {
    padding: 100px 0 45px;
  }
  .blog-card .blog-card__image {
    height: 226px;
    object-fit: cover;
  }
  .blog-card .blog-card__content {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 18px;
    background-color: #f8f8f8;
    min-height: 220px;
  }
  .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:after {
    width: 700px;
    height: 460px;
    left: 40%;
    top: 0;
    opacity: 0.32;
    transform: rotate(-50.41deg);
  }
  .is-style-blurred-bubbles.has-payoneer-dark-black-background-color:before {
    width: 1200px;
    height: 580px;
    bottom: 50%;
    left: -37%;
    opacity: 0.32;
  }
  .cta_bg {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown-tile:hover {
    width: 125%;
  }
  .nav-dropdown-tile:hover .nav-dropdown-tile__bg {
    background-color: #e7e7e7;
  }
  .nav-dropdown-tile:hover .arrow .arrow__bg {
    left: calc(2.84583px * -1);
    top: calc(2.84583px * -1);
    width: calc(100% + (2.84583px * 2));
    height: calc(100% + (2.84583px * 2));
  }
  .nav-dropdown-tile:hover .arrow .arrow__box {
    transform: translate(100%, -100%) rotate(-135deg);
  }
  footer .footer-menu .menu-footer-menu-container > ul {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-menu .menu-footer-menu-container > ul > li {
    margin-bottom: 0;
    padding-inline-end: 30px;
    width: 22%;
  }
  footer .footer-menu .menu-footer-menu-container > ul > li:first-child {
    width: 28%;
  }
  footer .footer-privacy-links .legal-link {
    width: auto;
  }
  .universe-position.is-style-reverse.top-50 {
    top: 50% !important;
  }
  body .start-lg-100 {
    left: 100% !important;
  }
  .sticky-section {
    position: sticky;
    top: 0;
  }
  body .mh-100 {
    min-height: calc(100vh - 114px);
  }
  .cta_bg {
    padding: 70px;
  }
  .w-600 {
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    z-index: 9999;
  }
  .navbar-toggler .navbar-toggler-icon {
    height: 0.125rem;
    position: relative;
    transition-property: transform;
    width: 1.375rem;
    background: #1c1d24;
  }
  .navbar-toggler-icon:before {
    top: -0.4375rem;
    transition:
      top 75ms ease 0.12s,
      opacity 75ms ease,
      width 0.15s ease-in-out;
    content: "";
    position: absolute;
    width: 1.375rem;
    height: 0.125rem;
    background: #1c1d24;
    left: 0;
  }
  .navbar-toggler-icon:after {
    bottom: -0.4375rem;
    right: 0;
    transition:
      top 75ms ease 0.12s,
      opacity 75ms ease,
      width 0.15s ease-in-out;
    content: "";
    position: absolute;
    width: 1.375rem;
    height: 0.125rem;
    background: #1c1d24;
  }
  .offcanvas-nav-btn {
    box-shadow: none !important;
    border: 1px solid #1c1d24 !important;
    padding: 10px !important;
    border-radius: 0.25rem !important;
  }
  .header .btn-demo {
    margin-left: 0;
  }
  .nav-dropdown__grid-row {
    flex-direction: column;
  }

  footer .footer-menu .menu-footer-menu-container > ul {
    -moz-column-gap: 20px;
    column-gap: 20px;
    -moz-column-count: 2;
    column-count: 2;
  }
  .feed_back {
    padding: 90px 0px;
  }
  .feed_h {
    font-size: 110px;
  }
  .feed_say {
    font-size: 28px;
  }
  .rnd_img_wrap {
    float: left;
  }
  .blg_title_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }
  .blog-shape {
    display: none;
  }
  .blg_lft_a {
    width: 100%;
    max-width: none;
  }
  .blg_rht_a {
    max-width: none;
    padding-top: 0;
  }
  .blg_tilte_text {
    font-size: 26px;
  }
  .swiper-card {
    padding-bottom: 70px !important;
  }
  .swiper-card .swiper-pagination {
    bottom: -40px;
  }
  .swiper-card .swiper-pagination-bullet-active {
    background: #fff;
  }
  .swiper-card .swiper-pagination-bullet {
    background: #fff;
  }
  .header {
    z-index: 9999;
  }
  .header .btn-demo {
    margin-left: 0;
  }
  .hero {
    padding: 50px 0px;
  }
  .txt_wrap {
    padding: 0px 20px;
  }
  .single-card {
    width: 100%;
    height: 370px;
    overflow: hidden;
  }
  .ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .scnd {
    justify-content: flex-end;
    background-color: transparent;
  }
  .scnd .s,
  .scnd p {
    color: #fff;
    z-index: 2;
  }
  .head_m {
    font-size: 40px;
  }
  .step-no {
    font-size: 80px;
  }
  .step-title {
    margin-bottom: 10px;
    font-size: 18px;
    left: 0;
    padding: 0px 6px;
  }
  .targets {
    padding: 90px 0px;
  }
  .srvices {
    padding: 90px 0px;
  }
  .more_way {
    padding: 90px 0px;
  }
  .blog,
  .mission {
    padding: 90px 0px;
  }

  .pn {
    padding: 130px;
  }
  .brands {
    padding-top: 0px;
  }
  .blog-name,
  .small-blogs-name {
    font-size: 26px;
  }
  .blg_img {
    width: 100%;
  }
  .work_process,
  .vle,
  .work_hero {
    padding: 90px 0px;
  }
  .text_co_wrap {
    max-width: 700px;
  }
  .text_t {
    font-size: 40px;
  }
  .rew_btn {
    width: 100%;
    max-width: 20%;
    top: -75px;
    left: 0;
  }
  .cl_btn {
    width: 100%;
    max-width: 20%;
    bottom: -80px;
  }
  .txt_content_image {
    background-position: 50%;
    background-size: 120px;
    padding-left: 42px;
    padding-right: 87px;
  }
  .v_text {
    padding-right: 0px;
  }
  .va_img {
    padding-left: 0px;
  }
  .va_img img {
    width: 100%;
  }
  .head_m.color_w {
    font-size: 30px;
    line-height: 1.3;
  }
  .values {
    margin-top: 70px;
  }
  .text_sec {
    padding: 90px 0px;
  }
  .reviw-text h2 {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
  }
  .wrk_info_wrap {
    flex-wrap: wrap;
  }
  .cta {
    padding-top: 0;
  }
  .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ft-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .ft-left {
    max-width: 60%;
  }
  .ft-right {
    max-width: none;
    grid-row-gap: 100px;
    justify-content: start;
  }
  .ft-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column-reverse;
  }
  .ft-address,
  .ft-mail {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 940px) {
  .container.medium {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .cont::before {
    padding-top: 100%;
  }
  .circ-info .text-block {
    height: 25%;
  }
  .circ-info .text-block svg {
    transform: translate(0%, 10%);
  }
  .circ-info .text-block:nth-of-type(2) svg {
    transform: translate(-100%, 10%) scale(-1, 1);
  }
  .circ-info .text-block:nth-of-type(3) svg {
    transform: translate(0%, -110%) scale(1, -1);
  }
  .circ-info .text-block:nth-of-type(4) svg {
    transform: translate(-100%, -110%) scale(-1, -1);
  }
}
@media screen and (max-width: 800px) {
  .cont::before {
    padding-top: 120%;
  }
}
@media screen and (max-width: 767px) {
  .ft-info-data {
    align-items: center;
  }
  .ft-info,
  .ft-info-wrap {
    justify-content: center;
  }
  footer .footer-privacy-links {
    width: 100%;
    height: 80px;
  }
  footer .footer-logo {
    margin-bottom: 13px;
  }
  .get_start {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .feed_text_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
    padding-top: 10px;
    justify-content: start;
  }
  .rating_wrap {
    justify-content: start;
  }
  .feed_say {
    text-align: left;
    font-size: 24px;
  }
  .feed_back {
    padding: 70px 0px;
  }
  .feed_h {
    font-size: 90px;
  }
  .feed_btn {
    display: none;
  }
  .blg_tilte_text {
    font-size: 22px;
  }
  .blg_title_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .card-single {
    position: static;
  }
  .cord_collection {
    gap: 40px;
  }
  .card-info {
    padding: 30px;
    gap: 20px;
  }
  .txt_wrap {
    padding: 0;
  }
  .head_m {
    font-size: 35px;
  }
  .card-row-title h3 {
    font-size: 30px;
  }
  .boxed-logo {
    width: 60px;
    height: 60px;
  }
  .head_4 {
    font-size: 30px;
  }
  .pn {
    padding: 100px;
  }
  .blog_left {
    margin: 0;
  }
  .blog_list {
    margin: 0;
  }
  .blog_big_wrap {
    height: 400px;
  }
  .abt_btn {
    justify-content: start;
  }
  section,
  .work_hero {
    padding: 70px 0px;
  }
  .st_ {
    margin-top: 70px;
  }
  .text_sec {
    padding: 70px 0px 90px;
  }
  .text_t {
    font-size: 35px;
  }
  .txt_content_image {
    background-size: 110px;
    padding-left: 33px;
    padding-right: 78px;
  }
  .client_review .swiper-button-prev,
  .client_review .swiper-button-next {
    display: none;
  }
  .client_re {
    padding-bottom: 50px !important;
  }
  .client_re .swiper-pagination {
    bottom: 0px !important;
  }
  .client_re .swiper-pagination-bullet {
    background: #fff;
  }
  .client_re .swiper-pagination-bullet-active {
    background: #fff;
  }
  .top_head {
    align-items: start;
  }
  .flot_images {
    display: none;
  }
  .cont_area {
    align-items: self-start;
    text-align: left;
    gap: 30px;
  }
  .row_title {
    max-width: 100%;
  }
  .row_text {
    max-width: 100%;
  }
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ft-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .ft-left {
    max-width: 84%;
  }
  .ft-right {
    grid-column-gap: 40px;
  }
  .ft-heading,
  .ft-link {
    font-size: 14px;
    line-height: 150%;
  }
  .ft-data {
    grid-row-gap: 30px;
  }
  .ft-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .cta_bg {
    padding: 20px;
  }
}
@media screen and (max-width: 720px) {
  .wat_content {
    width: 100% !important;
  }
  .wat-nav {
    display: none;
  }
  .hidden-circ-image {
    display: block;
    opacity: 1;
    width: 100%;
  }
  .hidden-circ-image::before {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .single-service {
    padding: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-menu .menu-footer-menu-container > ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  footer .footer-privacy-links .legal-link {
    text-align: left;
  }
  footer .footer-menu .menu-footer-menu-container > ul ul {
    margin-top: 15px;
  }
  .text_t {
    font-size: 27px;
    line-height: 1.3;
  }
  .cl_btn {
    width: 100%;
    max-width: 23%;
    bottom: -51px;
  }
  .rew_btn {
    top: -55px;
  }
  .bg_white {
    display: none;
  }
  .con_area_wrap {
    padding: 0;
  }
  h1.main_h {
    font-size: 40px;
  }
  .cirle_img {
    width: 100px;
    height: 100px;
    bottom: -30px;
  }
  .l {
    margin-top: 50px;
  }
  .head_m {
    font-size: 30px;
  }
  .card-info {
    padding: 20px;
  }
  .card-row-title h3 {
    font-size: 22px;
  }
  .industries {
    padding-top: 60px;
  }
  .pn {
    padding: 90px;
  }
  .head_4 {
    font-size: 22px;
  }
  .blog-name,
  .small-blogs-name {
    font-size: 20px;
  }
  .srvices,
  .targets,
  .more_way,
  .blog,
  .work_process,
  section,
  .vle,
  .mission {
    padding: 70px 0px;
  }
  .text_sec {
    padding: 40px 0px 80px;
  }
  .brnads-gradiant {
    width: 0;
  }
  section {
    padding: 50px 0px;
  }
  .about_hero h1.main_h {
    font-size: 34px;
  }
  .statistics-heading {
    font-size: 60px;
  }
  .stats-card {
    grid-row-gap: 80px;
  }
  .reviw-text h2 {
    width: 100%;
  }

  .review_content {
    grid-row-gap: 20px;
  }
  .work_content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .wok_categories {
    justify-content: space-between;
    width: 100%;
  }
  .work_details {
    padding: 20px;
  }
  .wrk_btns {
    flex-wrap: wrap;
  }
  .cta_wraper {
    padding: 20px;
  }
  .industries .col-row-logos .reveal-box:nth-child(5) {
    left: 78.5%;
    top: 95%;
  }
  .industries .col-row-logos .reveal-box:nth-child(6) {
    left: 50%;
    top: 90%;
  }
  .industries .col-row-logos .reveal-box:nth-child(7) {
    left: 22.5%;
    top: 95%;
  }
  .industries .col-row-logos .reveal-box:nth-child(8) {
    left: 10%;
    top: 50%;
  }
  .industries .col-row-logos .reveal-box:nth-child(4) {
    left: 87%;
    top: 50%;
  }
  .statistics {
    align-items: start;
  }
  .st_p {
    text-align: left;
    font-size: 18px;
  }
  .v-hed {
    font-size: 18px;
  }
  .v_p {
    font-size: 16px;
  }
  .circ-info .text-block h3 {
    text-align: left;
  }
  .circ-info .text-block p {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .container.medium {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont::before {
    padding-top: unset;
  }
  .circ-info .cr-big-img {
    width: 90%;
    top: 51%;
  }
  .circ-info .cr-small-img {
    width: 60%;
    top: 51%;
  }
  .circ-info .text-blocks {
    position: relative;
  }
  .circ-info .text-block {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 2em;
  }
  .circ-info .text-block svg {
    display: none;
  }
  .circ-info .text-block:nth-child(2) {
    margin-bottom: 110vw;
  }
  .circ-info .text-block .circ-pop {
    transform: translate(0, 0) scale(1) rotate(0.001deg);
  }
  .circ-info .text-block h3 {
    opacity: 1;
  }
  .circ-info .text-block p {
    opacity: 1;
  }
  .circ-info .text-block:last-child {
    margin-bottom: 0;
  }
  .split_wrd {
    font-size: calc(var(--title-size) * 0.875);
  }
  .feed_h {
    font-size: 48px;
  }
  .feed_say {
    font-size: 20px;
  }
  .feed_back {
    padding: 60px 0px;
  }
  .cta_bg {
    padding: 20px;
  }
  .wp-block-button__link {
    padding: 10px 30px;
  }
}
@media (max-width: 479px) {
  .ft-info-data {
    align-items: start;
  }
}
