:root {
  /* NEW STYLE VARIABLES */
  --dark: #222222;
  --dark2: #222222;
  /* --dark: #04121f; */
  /* --dark2: #181818; */
  --PrimaryGreen: #067a46;
  --btnGreen: #067a46;
  --btnGreenHover: #06542b;
  --titleBlue: #072f4d;
  --blueLight: #1472b6;
  --bodyColor: #212529;
  --white: #ffffff;
  /* --OffWhite: #f8f8f8; */
  --OffWhite: #f8fafb;
  --LightGrey: #e3e3e8;
  --LightGrey2: #eeeeee;
  --LightGrey3: #efefef;
  --LightGrey4: #f2f2f2;
  --PastelPink: #ffe3f3;
  --PastelPurple: #e0caff;
  --PastelPistachio: #d0f4de;
  --PastelYellow: #f5ecc9;
  --skyGreen: #01d1b9;
  --yellow: #f9bc1c;
  --tomato: #f2695a;
  --newOragne: #fd9800;
  --newOragneHover: #e7900d;
  --newPrimaryYellow: #ffd041;
  --BahamaBlue: #0c3245;
  --transition1: all 0.1s;
  --transition3: all 0.3s;
  --transition5: all 0.5s;
  --transition1s: all 1s;
  --primaryGradient: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  --hind: "Open Sans", sans-serif;
  /* --poppins: "Roboto Slab", serif; */
  /* --poppins: "Bricolage Grotesque", sans-serif; */
  --poppins: "Sora", sans-serif;
  --bricolage: "Sora", sans-serif;
  /* --bricolage: "Bricolage Grotesque", sans-serif; */
  /* NEW STYLE VARIABLES */

  --primary_color: #f20587;
  /* Pink */

  --base_color: #0a0240;
  /* Body color */

  --tertiary_color: #a3f26b;
  /* Green */

  --quaternary_color: #ac66f2;
  /* Purple */

  --green2_color: #00aa45;
  /* Green 2 */
}

/* NEW COLORS */
:root {
  --newPrimaryText: #222222;
  /* --newPrimaryDark: #181f38; */
  --newPrimaryDark: #101f3f;
  --newPrimaryGreenDark: #0a615a;
  --newPrimaryGreenDark2: #009669;
  --newPrimaryGreenDark3: #007860;
  --newPrimaryGreen: #08cf65;
  --newPrimaryGreenLight: #ebf5f3;
  --newPrimaryPurpleLight: #ebedf5;
  --whiteSmoke: #f5f2eb;
  --whiteSmoke2: #c1c9d8;
  --whiteSmokeDark: #f1e9d7;
  --whiteSmokeDark2: #e5c57a;

  /* --BluePrimary: #0060b4; */
  /* --BluePrimary: #5254f6; */
  --BluePrimary: #2b4dff;
  --BluePrimary2: #318ce7;
  --BlueLight: #f8f9fb;
  /* --BlueLight2: #f1f7fd; */
  /* --BlueLight2: #f6f7fc; */
  --BlueLight2: #f8fafb;
  /* --BlueDark: #181f38; */
  --BlueDark: #101f3f;
  --BlueDark2: #1e2a38;
  --BlueGreen: #00aa45;
  --BlueBodyText: #2b3857;
  --bgFont: "Playfair", serif;
  /* --BlueTextColor: #222222; */
  --BlueTextColor: #4d525d;
  /* --bgFont: "Bricolage Grotesque", sans-serif; */
}

/* new purple theme */
:root {
  --new-theme-black-50: #101f3f;
  --new-theme-black-100: #4d525d;
  --new-theme-black-150: #121f3f;
  --new-theme-black-200: #1f2d4b;

  --new-theme-gray-50: #f8fafb;
  --new-theme-gray-100: #e5ecee;
  --new-theme-gray-150: #e9ebf1;

  --new-theme-purple-50: #5754f1;
  --new-theme-purple-100: #5254f6;
  --new-theme-purple-150: #eeeeff;
  --new-theme-purple-200: #726ffc;
  --new-theme-purple-250: #574bee;

  --new-theme-green-50: #01d37e;
  --new-theme-green-100: #edf9f2;

  --new-theme-yellow-50: #ffcc00;
  --new-theme-yellow-100: #fffaee;

  --new-theme-white-50: #ffffff;
  --new-theme-white-100: #fefdff;
  --new-theme-white-150: #fefefe;
  --new-theme-white-200: #ecf2ff;

  /* 15/07/2025 */
  --hello: #09155e;
  --2k25-dark-blue: #09155e;
  --2k25-blue-primary: #2b4dff;
  --2k25-light-blue: #eef1ff;
  --2k25-grey-bg: #f5f6f7;
  --2k25-text-heading: #0a165e;
  --2k25-text-body: #585b6f;
  --2k25-border-1: #e3e3ec;
  --2k25-blue-gradient: linear-gradient(
    135.21deg,
    #09155e -0.75%,
    #2b4dff 101.87%
  );
}

html[lang="en"] {
  margin-top: 0 !important;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

body {
  margin: 0px;
  /* background-color: #f5f7fc; */
  background-color: var(--white);
  overflow-x: hidden;
}

/* REMOVE THIS AFTER LIVE */

body #wpadminbar {
  top: auto;
  bottom: 0;
}

html.js {
  margin-top: 0 !important;
}

/* _typography.css ~ Start */

body {
  font-size: 16px;
  line-height: 24px;
  color: var(--2k25-text-body);
  font-weight: 400;
  font-family: var(--hind);
}

/* Paragraphs */

strong {
  font-weight: 700;
}

a {
  transition: 200ms;
  text-decoration: underline;
  color: var(--BluePrimary);
}

a:hover,
a:focus {
  color: var(--base_color);
}

p {
  margin: 0 0 25px 0;
}

ul:last-child,
p:last-child {
  margin: 0;
}

textarea {
  resize: none;
}

.bg-dark {
  background-color: var(--BlueDark);
  color: var(--white);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.or-click {
  font-size: 16px;
  letter-spacing: 0.5px;
  display: none !important;
}

.or-click img {
  vertical-align: middle;
  margin: -3px 6px 0 0;
  display: inline-block;
}

.or-click a {
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  /* padding: 0 0 4px 0; */
  display: inline-block;
  /* margin: 0 0 15px; */
  text-decoration: none;
  color: var(--BlueTextColor);
}

.or-click a:hover {
  color: var(--PrimaryGreen);
}

.or-click.dark-icon img {
  filter: brightness(0.6) contrast(1.5);
}

.or-click.dark-icon > a {
  border-bottom-color: var(--green2_color);
}

.or-click .icon-dv {
  vertical-align: middle;
  margin: -6px 6px 0 0;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url(../sprite-icon/button_icons.png) no-repeat 0 0;
  background-position: -22px -63px;
}

.or-click > div > div:nth-child(2) .icon-dv {
  background-position: -196px -20px;
  width: 24px;
}

.or-click .below-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}

.or-click.dark-icon .icon-dv {
  background-position: -21px -63px;
}

.or-click.dark-icon > div > div:nth-child(2) .icon-dv {
  background-position: -196px -18px;
}

.black-text .or-click a,
.black-text.or-click a {
  color: var(--base_color);
}

.black-text .or-click a:hover,
.black-text.or-click a:hover {
  color: var(--green2_color);
}

.green-text .or-click a,
.green-text.or-click a {
  color: var(--tertiary_color);
}

.green-text .or-click a:hover,
.green-text.or-click a:hover {
  color: var(--base_color);
}

.scroll-style::-webkit-scrollbar {
  width: 5px;
}

.scroll-style::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll-style::-webkit-scrollbar-thumb {
  background: #13192429;
}

body.menu-open {
  overflow: hidden;
  margin-right: 17px;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* _typography.css ~ End */

/* HOME BANNER ANIMATION */

 .animSVG {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* .runCircle {
  animation: opacity 0.4s ease both;
  transform: translate(0, 8px);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.op0 {
  opacity: 0;
  transition: 600ms;
}

.trnslt15 {
  opacity: 0;
  transform: translate(0, 10px);
}

#icon3,
#icon6 {
  transition-delay: 800ms;
}

#icon2,
#icon5 {
  transition-delay: 900ms;
}

#icon1,
#icon4 {
  transition-delay: 1s;
}

#ai-pill,
#ai-pill2 {
  transition-delay: 2.2s;
}

[id*="square"] {
  transform: scale(0.94) translate(61px, 17px);
  opacity: 0;
  transition: 400ms;
}

#square1 {
  transition-delay: 2.7s;
}

#square2 {
  transition-delay: 2.7s;
}

#square4 {
  transition-delay: 2.7s;
}

#square3 {
  transition-delay: 2.7s;
}

#espl-logo [class*="cir"] {
  transform: scale(0.95) translate(51px, 14px);
}

#espl-logo .cir1,
#espl-logo .cir2 {
  transition-delay: 2.5s;
}

#espl-logo .cir3,
#espl-logo .cir4 {
  transition-delay: 2.5s;
}

#espl-logo .cir5,
#espl-logo .cir6,
#espl-logo .cir7,
#espl-logo .cir8 {
  transition-delay: 2.5s;
}

body.go .anim {
  opacity: 1;
  transform: none;
}

body.go [id*="square"],
body.go [class*="cir"] {
  transform: scale(1) translate(-1px, 0px);
  opacity: 1;
} */
/* HOME BANNER ANIMATION */

/* OUR WORK PAGINATION */

.portfolio-pagination .circle-box {
  display: inline-flex;
  background: var(--white);
  border-radius: 70px;
  padding: 8px 10px;
}

.portfolio-pagination .circle-box .pagination {
  display: flex;
  align-items: center;
  gap: 5px;
}

.portfolio-pagination .circle-box a {
  white-space: nowrap;
}

.portfolio-pagination .circle-box a.next.page-numbers,
.portfolio-pagination .circle-box a.prev.page-numbers {
  position: relative;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--OffWhite);
}

.portfolio-pagination .circle-box a.next.page-numbers:hover,
.portfolio-pagination .circle-box a.prev.page-numbers:hover {
  background-color: var(--LightGrey);
}

.portfolio-pagination .circle-box a.next.page-numbers::before,
.portfolio-pagination .circle-box a.prev.page-numbers::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  transform: rotate(45deg);
}

.portfolio-pagination .circle-box a.prev.page-numbers::before {
  transform: rotate(-135deg);
  left: 21px;
}

.portfolio-pagination .circle-box a,
.portfolio-pagination .circle-box span {
  color: var(--BlueTextColor);
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}

.portfolio-pagination .circle-box a:hover,
.portfolio-pagination .circle-box span:hover {
  background-color: var(--LightGrey3);
}

.portfolio-pagination .circle-box span.current {
  background: var(--BluePrimary);
  color: var(--white);
}

/* OUR WORK PAGINATION END */

/* LAZY LOAD */
img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/* LAZY LOAD */

/* HEADER NEW WITH TAB -- START */
.header-nav .tab-item-links {
  display: flex;
  flex-direction: column;
}

.schedule-call-menu-btn {
  padding: 13px 0;
  border-top: 1px solid #bfbfbf;
  margin-top: auto;
}

.schedule-call-menu-btn a {
  width: 100%;
}

.schedule-call-menu-btn a .icon {
  display: flex;
  height: fit-content;
  animation: tilt-shaking 0.25s linear infinite;
}

.megamenu .schedule-call-menu-btn a,
.megamenu .schedule-call-menu-btn.btn-green a {
  padding: 8px 20px 8px !important;
  background-color: var(--BluePrimary) !important;
  border-color: var(--BluePrimary) !important;
  min-height: unset;
  color: var(--white) !important;
}

.megamenu .schedule-call-menu-btn a:hover {
  background-color: var(--BlueTextColor) !important;
  border-color: var(--BlueTextColor) !important;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.header-nav .tab-item-links ul {
  margin-bottom: 20px !important;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: 200ms;
  letter-spacing: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  /* background-color: var(--white); */
  /* border-bottom: 1px solid var(--LightGrey2); */
}

.header-desktop {
  min-height: 90px;
  display: none;
  align-items: center;
  /* background-color: var(--OffWhite); */
  transition: var(--transition3);
}

/* .header-desktop.fixed {
  min-height: 90px;
} */
.portfolio-page .header-desktop {
  background-color: transparent;
}

.header-desktop.fixed,
.portfolio-page .header-desktop.fixed,
.home .header-desktop.fixed {
  background-color: var(--white);
  border-bottom: 1px solid var(--LightGrey2);
}

.home .header-desktop {
  background-color: transparent;
}

.header-desktop .container {
  /* max-width: 100%; */
  /* width: 100%; */
  /* padding: 0 50px; */
}

.header-desktop__inner {
  display: flex;
  align-items: center;
}

.header-desktop__inner .site-logo {
  display: flex;
}

.header-desktop__inner .site-logo img {
  display: block;
}

.header-nav {
  margin: 0 30px 0 auto;
  /* margin: 0 auto; */
}

.header-cta {
  display: flex;
  gap: 16px;
}

.header-cta .btn.btn-black a {
  color: var(--BlueTextColor);
  background-color: var(--OffWhite);
  border-color: var(--BlueTextColor);
}

.header-cta .btn.btn-black a:hover {
  background-color: var(--BlueTextColor);
  color: var(--white);
  border: 1px solid var(--BlueTextColor);
}

.header-cta .btn a {
  /* min-height: unset; */
  /* padding: 8px 20px !important; */
  /* font-size: 16px; */
}

.header-nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-nav__item {
  margin: 0 10px;
  position: relative;
}

.header-nav__link {
  /* font-size: 16px; */
  font-size: 15px;
  color: var(--BlueTextColor);
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: none;
}

.header-nav__item.has-children .header-nav__link {
  padding: 0 18px 0 0;
}

.header-nav__item.has-children .header-nav__link::before {
  position: absolute;
  left: -15px;
  top: 0;
  width: calc(100% + 30px);
  height: 80px;
  content: "";
  pointer-events: none;
}

.header-nav__item.has-children .header-nav__link:hover:before {
  pointer-events: all;
}

.header-nav__item.has-children .header-nav__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--BlueTextColor) transparent transparent transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
  opacity: 1;
}

.header-nav .megamenu {
  position: fixed;
  filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.15));
  top: calc(100% - 20px);
  top: 78px;
  pointer-events: none;
  opacity: 0;
  left: 50%;
  transform: translateY(-20px);
  transition: all 0.3s;
  border-radius: 12px;
}

.header-nav__item .megamenu.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.header-nav .megamenu .inner {
  display: flex;
}

.header-nav .megamenu::after {
  position: absolute;
  left: 47%;
  top: -12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent var(--white) transparent;
  /* opacity: 0; */
}

.header-nav .header-nav__item:nth-child(2) .megamenu::after {
  left: 61%;
}

.header-nav .header-nav__item:nth-child(3) .megamenu::after {
  left: 71%;
}

.header-nav .tab-item-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.header-nav .tab-wrap {
  display: flex;
}

.header-nav .tab-content {
  background-color: transparent;
  max-width: 960px;
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 960px;
  border-left: 1px solid var(--LightGrey4);
}

.header-nav .tab-content .tab-list {
  padding: 20px 25px;
  margin-bottom: auto;
}

.header-nav .tab-content .tab-content-item {
  margin-bottom: auto;
}

.site-header--secondary .header-nav .tab-item-links ul a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header--secondary .header-nav .tab-item-links ul a svg {
  margin-left: auto;
  opacity: 0;
  transform: scale(0.7);
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%);
}

.site-header--secondary .header-nav .tab-item-links ul a.active svg,
.site-header--secondary .header-nav .tab-item-links ul a:hover svg,
.site-header--secondary a.active .megamenu-tab-image img,
.site-header--secondary a:hover .megamenu-tab-image img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

.site-header--secondary .header-nav .tab-item-links ul a {
  color: var(--BlueTextColor);
  text-decoration: none;
  /* font-size: 16px; */
  font-size: 17px;
  padding: 12px;
  border-radius: 6px;
}

.site-header--secondary .header-nav .tab-item-links ul a.active,
.site-header--secondary .header-nav .tab-item-links ul a:hover {
  background-color: var(--BluePrimary);
  color: var(--white);
}

.site-header--secondary .header-nav .tab-item-links ul a.active svg,
.site-header--secondary .header-nav .tab-item-links ul a:hover svg {
  opacity: 1;
}

.header-nav .megamenu .clutch-widget {
  width: 208px;
  position: relative;
}

.header-nav .megamenu .clutch-widget::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--2k25-border-1);
  top: 0;
  right: 0;
}

.site-header--secondary .megamenu-footer .award_img {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header--secondary .megamenu-footer .award_img img {
  max-height: 60px;
  height: 100%;
  width: 80px;
}

.site-header--secondary .megamenu-footer .header_menu_dnb {
  max-height: 60px;
  height: 100%;
  width: 80px;
  overflow: hidden;
}

.site-header--secondary .megamenu-footer .header_menu_dnb iframe {
  transform-origin: top left;
  transform: scale(0.65);
}

.header-nav .tab-content .tab-content-item ul a {
  padding: 6px 12px;
  /* padding: 8px 12px; */
  display: flex;
  font-size: 17px;
  /* font-size: 16px; */
  line-height: 1.5;
  text-decoration: none;
  color: var(--BlueTextColor);
  transition: var(--transition3);
  font-weight: 400;
  border-radius: 6px;
}

.header-nav .tab-content .tab-content-item ul a:hover {
  /* background-color: var(--BlueLight2); */
  color: var(--BluePrimary);
  text-decoration: underline;
}

.header-nav .tab-content .tab-content-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: column;
  gap: 4px;
  list-style-type: none;
  padding: 0;
}

.tab-wrap__contact {
  border-top: 1px solid #bfbfbf;
  margin-top: 15px;
  padding-top: 19px;
  margin-bottom: -1px;
}

.tab-wrap__contact ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-wrap__contact ul li:not(:last-child) {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.tab-wrap__contact ul li:not(:last-child)::after {
  position: absolute;
  content: "|";
  top: 0;
  right: 0;
  opacity: 0.5;
}

.tab-wrap__contact ul a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--BlueTextColor);
  font-weight: 500;
  font-size: 14px;
  gap: 8px;
}

/* HIRE MENU DESIGN */
.header-nav .megamenu .left-part {
  flex: 1 0 0%;
  background-color: var(--white);
  padding: 26px 20px 30px;
  width: calc(100% - 320px);
  border-radius: 20px 0px 0px 20px;
}

.header-nav .left-part-title {
  padding: 0 0 6px 14px;
  color: var(--PrimaryGreen);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-family: var(--poppins);
  margin: 0;
}

.links-column {
  display: grid;
}

.links-column.four {
  grid-template-columns: repeat(4, 1fr);
}

.links-column.two {
  grid-template-columns: repeat(2, 1fr);
}

.header-nav .hire-menu .link-column-text {
  font-weight: 500;
  padding: 10px 15px;
  color: var(--base_color);
  display: block;
  text-decoration: none;
  cursor: default;
}

.header-nav .hire-menu .link-column-text p {
  font-size: 16px;
  color: var(--base_color);
  display: block;
  padding: 0 0 6px;
  font-family: var(--poppins);
  font-weight: 700;
  margin: 0;
}

.header-nav .hire-menu .link-column-text span {
  color: var(--BlueTextColor);
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
  line-height: 1.4;
}

.header-nav .hire-menu .link-column-list__item a {
  font-weight: 500;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--base_color);
  display: block;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 5px;
  transition: var(--transition3);
}

.header-nav .hire-menu .link-column-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-nav .hire-menu .link-column-list__item a:hover {
  background-color: var(--LightGrey4);
}

/* ABOUT MENU DESIGN */
.header-nav .megamenu.about-menu::after {
  left: 75%;
  border-color: transparent transparent var(--white) transparent;
}

.header-nav .megamenu.about-menu {
  right: 0;
}

.header-nav .megamenu.about-menu .link-column-list ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style-type: none;
  grid-template-columns: repeat(2, 1fr);
}

.header-nav .megamenu.about-menu .link-column-list ul a {
  padding: 20px 26px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: var(--BlueTextColor);
  border-radius: 12px;
  transition: var(--transition3);
}

.header-nav .megamenu.about-menu .link-column-list ul a p {
  font-size: 17px;
  color: var(--base_color);
  display: block;
  padding: 0 0 6px;
  font-family: var(--poppins);
  font-weight: 700;
  margin: 0;
}

.header-nav .megamenu.about-menu .link-column-list ul a:hover {
  background-color: var(--LightGrey4);
}

.header-nav .link-box-list__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.header-nav .link-box-item a {
  padding: 15px 18px;
  /* padding: 20px 26px; */
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: var(--BlueTextColor);
  border-radius: 12px;
  transition: var(--transition3);
  width: 100%;
  height: 100%;
}

.header-nav .link-box-item a:hover {
  background-color: var(--LightGrey4);
}

.header-nav .link-box-item a p {
  font-size: 17px;
  color: var(--base_color);
  display: block;
  padding: 0 0 6px;
  font-family: var(--poppins);
  font-weight: 700;
  margin: 0;
}

/* HEADER NEW WITH TAB -- END */

/* _header.css ~ Start */

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  transition: 200ms;
  letter-spacing: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  /*background-color:var(--base_color); */
  background-color: var(--white);
  border-bottom: 1px solid var(--LightGrey2);
}

header.header.for-desktop {
  display: none;
}

header.header.for-mobile {
  display: flex;
}

header.header.dark-bg {
  /* background-color: var(--base_color); */
}

header.header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.header a {
  text-decoration: none;
}

header.header .logo img {
  display: block;
}

header.header .menu-toggle {
  margin: 10px 0 0 40px;
}

header.header .mainmenu {
  position: relative;
  margin: 0 20px 0 0;
}

header.header .mainmenu ul {
  display: flex;
  align-items: center;
}

header.header .mainmenu ul li a {
  color: var(--BlueTextColor);
  font-weight: 700;
  font-size: 17px;
}

header.header .mainmenu ul li.has-children > a {
  position: relative;
  padding: 0 18px 0 0;
}

header.header .mainmenu ul li.has-children > a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--BlueTextColor) transparent transparent transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  opacity: 1;
}

header.header .mainmenu ul li.has-children > a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  content: "";
}

header.header .right-toggle [class*="button-"] a {
  padding-top: 11px;
  padding-bottom: 11px;
}

header.header.scroll {
  min-height: 85px;
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header.header .mainmenu .megamenu {
  position: absolute;
  background: var(--OffWhite);
  border-radius: 31px;
  line-height: normal;
  min-width: 905px;
  top: 68px;
  left: -160px;
  filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.15));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 200ms;
}

header.header .mainmenu .megamenu:after {
  position: absolute;
  left: 191px;
  top: -12px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 16px 14px;
  border-color: transparent transparent var(--OffWhite) transparent;
}

header.header .mainmenu ul li:nth-child(5) .megamenu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

header.header .mainmenu ul li:nth-child(5) .megamenu:after {
  left: 653px;
  border-color: transparent transparent var(--BlueTextColor) transparent;
}

header.header .mainmenu .megamenu a {
  /* color: var(--BlueTextColor);
  opacity: 0.5; */
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

header.header .mainmenu .megamenu .green-ttl {
  padding: 0 0 6px 14px;
  color: var(--PrimaryGreen);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-family: var(--poppins);
}

header.header .mainmenu .megamenu .left-links {
  /* padding: 46px 30px 40px 30px; */
  padding: 36px 20px 30px 20px;
  width: calc(100% - 320px);
  font-size: 13px;
  line-height: 22px;
}

header.header .mainmenu .megamenu .left-links .list-links > div {
  width: 50%;
}

header.header .mainmenu .megamenu .left-links .list a {
  padding: 20px 26px;
  position: relative;
  z-index: 1;
}

header.header .mainmenu .megamenu .left-links .list strong {
  font-size: 17px;
  color: var(--base_color);
  display: block;
  padding: 0 0 6px;
  font-family: var(--poppins);
}

header.header .mainmenu .megamenu .left-links .list-links.col-70-30 a {
  font-weight: 500;
  /* padding: 10px 15px; */
  padding: 8px 12px;
  font-size: 16px;
  color: var(--base_color);
  display: block;
}

header.header .mainmenu .megamenu .left-links .list a[href*="javascript:;"] {
  pointer-events: none;
}

header.header .mainmenu .megamenu .left-links .list a:after {
  border-radius: 7px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--LightGrey4);
  opacity: 0;
  transition: 200ms;
  z-index: -1;
}

header.header .mainmenu .megamenu .left-links .list a:hover:after {
  opacity: 1;
}

header.header .mainmenu .megamenu .left-links .list-links.full-col > div {
  width: 100%;
}

/*header.header .mainmenu .megamenu .left-links .list-links.three-col { padding:0 0 0 10px; } */

header.header .mainmenu .megamenu .left-links .list-links.three-col > div {
  width: 33.33%;
}

header.header .mainmenu .megamenu .left-links .list-links.four-col > div {
  width: 25%;
}

header.header .mainmenu .megamenu .left-links .list-links.three-col a,
header.header .mainmenu .megamenu .left-links .list-links.four-col a {
  font-weight: 500;
  padding: 10px 15px;
  font-size: 16px;
  color: var(--base_color);
  display: block;
}

header.header .mainmenu .megamenu .left-links .list-links.three-col a p,
header.header .mainmenu .megamenu .left-links .list-links.four-col a p {
  color: var(--BlueTextColor);
  font-size: 14px;
  opacity: 0.5;
}

header.header .mainmenu .megamenu .left-links.no-right {
  width: 100%;
}

header.header .mainmenu .megamenu .left-links .two-column .list-links > div {
  width: 50%;
}

header.header .mainmenu .megamenu .left-links .one-column .list-links > div {
  width: 100%;
}

header.header
  .mainmenu
  .megamenu.service-inner
  .left-links
  .list-links.three-col
  > div {
  width: 100%;
}

header.header
  .mainmenu
  .megamenu.service-inner
  .left-links
  .list-links.three-col
  > div
  .verti-col {
  display: flex;
  flex-wrap: wrap;
}

header.header
  .mainmenu
  .megamenu.service-inner
  .left-links
  .list-links.three-col
  > div
  .verti-col
  .list {
  width: 33.33%;
}

header.header .mainmenu .megamenu .right-purple {
  width: 320px;
  background: var(--BlueTextColor);
  border-radius: 0 31px 31px 0;
  padding: 46px 30px 30px 23px;
}

header.header .mainmenu .megamenu .right-purple a {
  color: var(--white);
  padding: 20px;
  border-radius: 11px;
}

header.header .mainmenu .megamenu .right-purple a strong {
  font-size: 17px;
  color: var(--white);
  display: block;
  padding: 0 0 6px;
}

header.header .mainmenu .megamenu .right-purple a:has(img) {
  display: flex !important;
  align-items: center;
  max-width: fit-content;
}

header.header .mainmenu .megamenu .right-purple a {
  /* background-color: #903ee3; */
}

header.header .mainmenu .megamenu .right-purple a img {
  filter: brightness(0) invert(1);
}

header.header .mainmenu .megamenu .right-purple .white-ttl {
  padding: 0 0 8px 19px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
  color: var(--PrimaryGreen);
  font-family: var(--poppins);
}

/* header.header .mainmenu .megamenu .right-purple .list + .list { margin-top:10px; } */

header.header
  .mainmenu
  .megamenu
  .right-purple
  .list:not(.list-with-content)
  a {
  display: block;
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
}

header.header .mainmenu .megamenu .right-purple.green {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  overflow: hidden;
  color: var(--white);
}

header.header .mainmenu .megamenu .right-purple.green:after {
  content: "";
  background-color: var(--BlueTextColor);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.6; */
}

header.header .mainmenu .megamenu .right-purple.green .white-text {
  color: var(--BluePrimary);
}

header.header .mainmenu .megamenu .right-purple .featured-box {
  padding: 12px 19px 0;
}

header.header .mainmenu .megamenu .right-purple .featured-box .image {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 11px;
}

header.header .mainmenu .megamenu .right-purple .featured-box .image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

header.header .mainmenu .megamenu .right-purple .featured-box .content-box {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  padding: 23px 0 0;
  color: var(--white);
}

header.header
  .mainmenu
  .megamenu
  .right-purple
  .featured-box
  .content-box
  .ttl {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  padding: 0 0 7px;
  color: white;
}

header.header
  .mainmenu
  .megamenu
  .right-purple
  .featured-box
  .content-box
  .content {
  padding: 0 0 20px;
}

header.header .mainmenu .megamenu .right-purple [class*="button-"] a {
  font-size: 17px;
  font-weight: 500;
  color: var(--base_color);
  line-height: 33px;
  padding: 15px 40px 15px 10px;
}

header.header .mainmenu .megamenu .right-purple [class*="button-"] a img {
  right: 15px;
}

header.header .mainmenu .megamenu .right-purple [class*="button-"] a:hover {
  background-color: var(--green2_color);
  color: var(--white);
}

header.header .mainmenu ul li:nth-child(1) .megamenu {
  left: -333px;
  /* min-width:930px; left:-190px; */
}

header.header .mainmenu ul li:nth-child(1) .megamenu:after {
  left: 480px;
}

/*header.header .mainmenu ul li:nth-child(3) .megamenu { min-width:830px; left:-10px; } 

header.header .mainmenu ul li:nth-child(3) .megamenu:after { left:317px; } */

header.header .mainmenu ul li:nth-child(2) .megamenu {
  min-width: 1176px;
  left: -380px;
}

header.header .mainmenu ul li:nth-child(2) .megamenu:after {
  left: 541px;
}

header.header .mainmenu ul li:nth-child(4) .megamenu {
  min-width: 1100px;
  left: -200px;
  /* min-width:900px; left:-40px; */
}

header.header .mainmenu ul li:nth-child(4) .megamenu:after {
  left: auto;
  right: 462px;
}

header.header
  .mainmenu
  ul
  li:nth-child(4)
  .megamenu
  .left-links
  .list-links
  > div {
  width: 33.33%;
}

header.header .mainmenu ul li.has-children:hover > .megamenu {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

/* _header.css ~ End */

/* Mobile Header css Start */

header.header.for-mobile {
  padding: 15px 0;
}

header.header.for-mobile.scroll {
  min-height: unset;
}

header.header.for-mobile .container {
  width: 100%;
}

header.header.for-mobile .inner-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header.for-mobile .logo img {
  max-width: 150px;
}

header.header.for-mobile .right-toggle > .button-1 a {
  min-width: auto;
  padding: 9px 13px;
  border-radius: 5px;
}

header.header.for-mobile .right-toggle > .button-1 a img {
  display: none;
  filter: grayscale(1) invert(1);
}

header.header.for-mobile .inner-part .right-toggle {
  display: flex;
  align-items: center;
}

header.header.for-mobile .mainmenu {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: calc(100vh - 66px);
  overflow-y: auto;
  background-color: white !important;
}

header.header.for-mobile .mobile-menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 12px 0;
  width: 30px;
  margin: 0 0 0 15px;
}

header.header.for-mobile .mobile-menu-toggle .icon-bar {
  margin: auto;
  background-color: var(--BlueTextColor);
  border-radius: 1px;
  display: block;
  height: 2px;
  position: relative;
  width: 30px;
  transition: 400ms;
  top: 0;
}

header.header.for-mobile .mobile-menu-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.services-nav {
  /* margin-top: 20px; */
  padding: 0;
  width: 100%;
  background: var(--OffWhite);
  display: none;
  position: relative;
  z-index: -1;
}

.services-nav nav {
  display: flex;
  align-items: center;
}

.services-nav nav a {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  justify-content: center;
  color: var(--BlueTextColor);
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.services-nav nav a.active,
.services-nav nav a:hover {
  background-color: var(--LightGrey);
  color: var(--BlueTextColor);
  /* background-color: var(--PrimaryGreen); */
  /* color: white; */
}

.services-nav nav a .icon-div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  background-image: url(../images/toc-sprite-image.png);
  background-size: 175px;
  background-repeat: no-repeat;
  margin-top: -3px;
  scale: 0.8;
}

.services-nav nav a .icon-div.about_icon {
  background-position: -16px -16px;
}

.services-nav nav a .icon-div.portfolio_icon {
  background-position: -55px -16px;
}

.services-nav nav a .icon-div.services_icon {
  background-position: -95px -16px;
}

.services-nav nav a .icon-div.testimonials_icon {
  background-position: -134px -16px;
}

.services-nav nav a .icon-div.procing-models_icon {
  background-position: -16px -55px;
}

.services-nav nav a .icon-div.hiring-process_icon {
  background-position: -55px -55px;
}

.services-nav nav a .icon-div.why-esparkbiz_icon {
  background-position: -94px -55px;
}

.services-nav nav a .icon-div.faq_icon {
  background-position: -134px -55px;
}

.services-nav nav a .icon-div.engagement-model_icon {
  background-position: -14px -95px;
}

/*header.header.for-mobile .mobile-menu-toggle .icon-bar:nth-child(2) { top: 10px; } */

/*header.header.for-mobile .mobile-menu-toggle .icon-bar:last-child { top: auto; bottom: 0; } */

header.header.for-mobile .mobile-menu-toggle.open .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

header.header.for-mobile .mobile-menu-toggle.open .icon-bar:nth-child(2) {
  opacity: 0;
}

header.header.for-mobile .mobile-menu-toggle.open .icon-bar:last-child {
  transform: rotate(-45deg);
  top: -8px;
}

header.header.for-mobile .mainmenu .menu {
  flex-wrap: wrap;
}

header.header.for-mobile .mainmenu ul li.menu-item {
  width: 100%;
}

header.header.for-mobile .mainmenu ul li.menu-item a {
  display: block;
  padding: 10px 15px;
}

header.header.for-mobile .mainmenu ul li.menu-item > a {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

/* header.header.for-mobile .mainmenu ul li.has-children > a::before,
header.header.for-mobile .mainmenu ul li.has-children > a::after { */
header.header.for-mobile .mainmenu ul li.has-children > a::before,
header.header.for-mobile .mainmenu ul li.has-children > a::after {
  width: 16px;
  height: 2px;
  background: var(--BlueTextColor);
  right: 15px;
  left: auto;
  top: 25px;
  border: none;
  transition: 400ms;
}

header.header.for-mobile .mainmenu ul li a.sub-menu-title::after,
header.header.for-mobile .mainmenu ul li a.sub-menu-title::before {
  top: 19px;
}

header.header.for-mobile .mainmenu ul li.has-children > a::after {
  transform: rotate(90deg);
}

header.header.for-mobile .mainmenu ul li a.sub-menu-title {
  font-weight: 600;
  font-size: 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

header.header.for-mobile .mainmenu .sub-menu .megamenu ul li a {
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 500;
}

header.header.for-mobile .mainmenu .sub-menu .megamenu ul {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
  max-width: calc(100% - 30px);
  margin: 0 0 0 auto;
  border-left: 1px solid rgb(0 0 0 / 30%);
  flex-direction: column;
}

header.header.for-mobile .mainmenu .sub-menu .megamenu ul li {
  display: block;
  width: 100%;
}

header.header.for-mobile .mainmenu .sub-menu .megamenu ul li:not(:last-child) {
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

header.header.for-mobile .mainmenu ul li.menu-item a.active::after {
  transform: rotate(0deg);
}

header.header.for-mobile .mainmenu .megamenu {
  display: none;
  position: static;
  opacity: 1;
  visibility: visible;
  border-radius: 0px;
  min-width: unset;
  filter: none;
  transition: none;
  min-width: unset;
}

header.header.for-mobile .mainmenu ul li:nth-child(2) .megamenu,
header.header.for-mobile .mainmenu ul li:nth-child(3) .megamenu,
header.header.for-mobile .mainmenu ul li:nth-child(4) .megamenu {
  min-width: unset;
}

header.header.for-mobile .mainmenu .megamenu::after {
  display: none;
}

header.header.for-mobile .mainmenu .megamenu .left-links {
  width: 100%;
  padding: 20px 15px;
}

header.header.for-mobile .mainmenu .megamenu .green-ttl {
  padding: 0;
  /*text-decoration: underline; font-size: 17px;*/
  margin: 0 0 10px;
}

header.header.for-mobile .mainmenu .megamenu .list-links {
  display: block;
}

header.header.for-mobile .mainmenu .megamenu .list-links > div {
  width: 100%;
}

header.header.for-mobile .mainmenu .megamenu .list-links > div > a {
  display: none;
}

header.header.for-mobile .mainmenu .megamenu .list-links .list p,
header.header.for-mobile .mainmenu .megamenu .right-purple .list p,
header.header.for-mobile
  .mainmenu
  .right-purple
  .featured-box
  .content-box
  .content {
  display: none;
}

header.header.for-mobile .mainmenu .megamenu .list-links .list a {
  padding: 8px 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}

header.header.for-mobile .mainmenu .megamenu .list-links .list a:after {
  border-radius: 0px;
  display: none;
}

header.header.for-mobile .mainmenu .megamenu .list-links .list strong,
header.header.for-mobile .mainmenu .megamenu .right-purple a strong {
  padding: 0;
  font-weight: 400;
}

header.header.for-mobile .mainmenu .megamenu .right-purple {
  width: 100%;
  border-radius: 0px;
  padding: 20px 15px 20px;
}

header.header.for-mobile .mainmenu .megamenu .right-purple .white-ttl {
  padding: 0;
  /*text-decoration: underline; font-size: 17px;*/
  margin: 0 0 10px;
}

header.header.for-mobile .mainmenu .megamenu .left-links .list-links.three-col {
  padding: 0;
}

header.header.for-mobile
  .mainmenu
  .megamenu
  .left-links
  .list-links.three-col
  > div
  .verti-col
  .list {
  width: 100%;
}

header.header.for-mobile .mainmenu .right-purple .featured-box {
  padding: 10px 0 0;
}

header.header.for-mobile .mainmenu .right-purple .featured-box .image {
  display: none;
}

header.header.for-mobile .mainmenu .right-purple .featured-box .content-box {
  color: var(--base_color);
  padding: 0;
}

header.header.for-mobile .mainmenu .right-purple .featured-box .green {
  padding: 10px 0 0;
}

header.header.for-mobile .mainmenu .right-purple .featured-box .green a {
  line-height: 33px;
  padding: 6px 60px 6px 20px;
  border-radius: 5px;
  display: inline-block;
  min-width: auto;
}

header.header.for-mobile
  .mainmenu
  .megamenu
  .left-links
  .list-links.three-col
  > div {
  width: 100%;
}

header.section-nav-bar:not(.for-mobile) {
  padding: 0 !important;
}

header .inner-part {
  transition: var(--transition3);
}

header.section-nav-bar.toc-stripe .inner-part {
  margin-top: 20px;
}

header.section-nav-bar .inner-part:hover {
  position: relative;
  z-index: 2;
}

/*header.header.for-mobile .mainmenu .megamenu .left-links .list-links.three-col > div:not(:last-child) { margin: 0 0 15px; } */

/* Mobile Header css End */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  box-sizing: border-box;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

img {
  height: auto;
  max-width: 100%;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #e3e3e3;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--base_color);
}

.breadcrumb {
  /* padding: 110px 0 0; */
  padding: 0 0 0;
  position: relative;
  margin: 0 auto;
  /* z-index: 2; */
  /* background: var(--OffWhite); */
}

.single-portfolio .breadcrumb {
  background: var(--OffWhite);
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow: hidden;
}

.breadcrumb ul li {
  position: relative;
  color: var(--white);
}

.single-portfolio .breadcrumb ul li,
.single-portfolio .breadcrumb ul li p,
.single-portfolio .breadcrumb ul li > span,
.single-portfolio .breadcrumb ul li a {
  color: var(--BlueTextColor);
}

.breadcrumb ul li + li {
  padding-left: 30px;
}

.breadcrumb ul li + li:before {
  content: ">";
  position: absolute;
  font-size: 18px;
  left: 12px;
  top: -3px;
}

.breadcrumb ul li p,
.breadcrumb ul li > span,
.breadcrumb ul li a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  color: var(--white);
  display: block;
}

.breadcrumb ul li a:hover {
  color: var(--btnGreen);
}

.breadcrumb ul li a[href*="#"] {
  pointer-events: none;
}

.breadcrumb ul li a[href*="#"] span {
  display: block;
  white-space: nowrap;
}

.breadcrumb ul li a[href*="#"] span {
  display: block;
  white-space: nowrap;
}

/* CSS start from here */

/*.banner { position:relative; z-index:1; padding:154px 0 110px; } 

.banner:after { position:absolute; left:0; bottom:100%; width:100%; height:500px; content:''; background-color:var(--base_color); } 

.banner img { display:block; } 

.banner .left-image { position:relative; width:764px; margin:0 0 0 -70px; } 

.banner .left-image .banner-female { position:relative; z-index:1; } 

.banner .left-image .qube { position:absolute; z-index:1; } 

.banner .left-image .qube.qube1 { left:144px; top:220px; } 

.banner .left-image .qube.qube2 { right:40px; bottom:210px; } 

.banner .left-image .qube.qube3 { bottom:-33px; left:390px; } 

.banner .left-image .eb { position:absolute; top:0; left:90px; } 

.banner .right-text { width:calc(100% - 764px); padding: 0 0 0 128px; } 

.banner .right-text .content:not(.font-up) { padding:38px 0 50px 0; } 

.banner .right-text .content.font-up { font-size:36px; line-height:45px; } */

.full-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: ease-in-out 0.25s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
  padding: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  pointer-events: unset;
  z-index: 20;
}

.full-menu a {
  text-decoration: none;
}

.full-menu .logo {
  width: 100%;
}

#nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  border-radius: 50%;
  transition: 1s;
  transform: scale3d(0, 0, 0);
  background: var(--quaternary_color);
  transform-origin: right;
}

#nav-overlay.active {
  transform: scale3d(1, 1, 1);
  animation: menu-circle-animation 1s ease both;
}

#nav-overlay.remove-overlay {
  transform: scale3d(0, 0, 0);
  animation: menu-circle-animation2 1s ease both;
}

.full-menu.bg-dark {
  background: transparent;
}

.full-menu.active {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out 0.5s;
  transition-delay: 0.25s;
}

body.menu-open header.header {
  width: calc(100% - 17px);
  transition: none;
}

body.menu-open.remove-menu header.header {
  width: 100%;
  transition: none;
}

/*body.menu-open header.header .menu-toggle,

body.menu-open.remove-menu header.header .menu-toggle{pointer-events:none;}*/

@keyframes menu-circle-animation {
  0% {
    background: var(--quaternary_color);
  }

  50% {
    background: var(--base_color);
  }

  100% {
    background: var(--base_color);
  }
}

@keyframes menu-circle-animation2 {
  0% {
    background: var(--base_color);
  }

  50% {
    background: var(--base_color);
  }

  100% {
    background: var(--quaternary_color);
  }
}

/*.full-menu:after,

.full-menu:before { position:absolute; top:0; left:0; width:100%; height:100%; content:''; background:var(--green2_color); transition:200ms; } 

.full-menu:before { background:var(--primary_color); transition:300ms; } */

.full-menu .inner {
  z-index: 1;
  position: relative;
  padding: 50px 0 0;
}

.full-menu .left-part {
  padding-right: 80px;
  margin-top: -13px;
}

.full-menu .green-text {
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  padding: 0 0 30px 0;
}

.full-menu .awards {
  padding: 30px 0 70px 0;
}

.full-menu .location-wrapper {
  margin: 0 -20px;
  max-width: 840px;
}

.full-menu .location-wrapper .location {
  font-size: 16px;
  line-height: 28px;
  width: calc(50% - 40px);
  margin: 0 20px;
}

.full-menu .right-links {
  min-width: 400px;
}

.full-menu .right-links .list-wrapper a {
  font-weight: 400;
  font-size: 31px;
  display: block;
  line-height: normal;
}

.full-menu .right-links .list-wrapper a:hover {
  color: var(--tertiary_color);
}

.full-menu .right-links .list-wrapper a + a {
  margin-top: 30px;
}

.full-menu .right-links .social-share {
  padding-left: 0;
  padding-top: 80px;
}

.full-menu .right-links .social-share a img {
  width: auto;
  height: 31px;
}

.full-menu .right-links .social-share a img {
  width: auto;
  height: 31px;
}

.full-menu .close {
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 4;
}

.full-menu .hex-logo {
  width: 512px;
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%);
  filter: brightness(1.5);
  opacity: 0.3;
}

.full-menu .blur-ele:after {
  left: 30%;
  top: 43%;
}

.full-menu .blur-ele:before {
  right: 31%;
  top: 14%;
}

.inner-banner {
  padding-top: 33px;
  padding-bottom: 60px;
  position: relative;
  /* background-color: var(--OffWhite); */
  /* background-image: url(../images/bg-dots.png); */
  border-radius: 0 0 100px 100px;
}

.inner-banner::before {
  position: absolute;
  content: "";
  left: 0;
  top: -160px;
  width: 100%;
  /* background-color: var(--dark2); */
  height: calc(100% + 160px);
  background-position: center;
  z-index: -1;
  opacity: 1;
  /* background-image: url(../images/bg-dots.png); */
  /* border-radius: 0 0 100px 100px; */
  /* background-image: radial-gradient(#00000021 1px, transparent 0); */
  /* background-size: 20px 20px; */
  /* background-position: -19px -19px; */
}

.inner-banner.blur-ele {
  overflow-x: clip;
}

.inner-banner h1 {
  margin-bottom: 40px;
}

.inner-banner h2,
.inner-banner .h2 {
  font-family: var(--poppins);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--BlueTextColor);
  margin-top: 0;
  margin-bottom: 40px;
}

.inner-banner h1:not(.pre-title) {
  font-size: 28px;
  line-height: 1.35;
  /* margin-top: 20px; */
  /* font-size: 1.7rem; */
  font-family: var(--poppins);
  line-height: 2.6rem;
}

.inner-banner .left-texts .content *:not(.btn a) {
  color: var(--BlueTextColor);
}

.inner-banner h5 {
  color: var(--tertiary_color);
  letter-spacing: 0.5px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
  margin-top: 40px;
}

.inner-banner .container {
  z-index: 1;
  position: relative;
}

.inner-banner .eb {
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.inner-banner .pre-title {
  font-size: 16px;
  color: var(--PrimaryGreen);
  font-family: var(--poppins);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
}

.inner-banner .pre-title img {
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.inner-banner .green-text a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--poppins);
  color: var(--PrimaryGreen) !important;
  text-decoration: none;
}

.inner-banner .or-click-clutch .or-click {
  padding-right: 0px;
  position: relative;
}

.more-info-icon-text {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: center;
  border-top: 1px solid var(--BlueTextColor);
  padding-top: 14px;
  /* margin-top: 14px; */
}

.inner-banner .left-texts {
  max-width: 1000px;
  margin: 0 auto;
}

.inner-banner .left-texts .ul-dots ul {
  margin-top: 0;
}

.inner-banner .left-texts .ul-dots ul li {
  width: 50%;
  padding-right: 10px;
}

.inner-banner .left-texts .ul-dots ul li:after {
  top: 14px;
}

.inner-banner .left-texts b {
  display: block;
  color: var(--tertiary_color);
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
}

.inner-banner .left-texts.blur-ele:before {
  right: auto;
  left: -230px;
  top: 70px;
}

.inner-banner .left-texts.blur-ele:after {
  left: -340px;
}

/**/

.banner-cost-text {
  margin-top: 36px;
}

.banner-cost-text p {
  font-family: var(--poppins);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.banner-cost-text .btn-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.banner-cost-text .btn-wrapper a {
  min-width: auto;
}

/**/

.inner-banner .right-part {
  width: 100%;
  margin-top: 40px;
}

.inner-banner .right-part .clutch-widget {
  margin-left: auto;
  margin-top: 20px;
}

.inner-banner .right-part .clutch-widget iframe {
  max-width: 193px;
  margin: 0 auto;
}

.inner-banner .right-part .top-box {
  border-radius: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 14px 20px 24px;
  margin-bottom: 40px;
  border: 1px solid #cbcbcb;
}

.inner-banner .right-part .top-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--LightGrey2);
  opacity: 1;
  z-index: -1;
}

.inner-banner .right-part .top-box .text {
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  font-family: var(--hind);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  padding: 10px 10px 10px 20px;
}

.inner-banner .right-part .top-box .flex {
  flex-wrap: wrap;
}

.inner-banner .right-part .top-box .image {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  height: 190px;
  position: relative;
}

.inner-banner .right-part .top-box .image img:not(.hex-dual-green) {
  position: relative;
  z-index: 1;
}

.inner-banner .right-part .top-box .btn a {
  width: 100%;
}

.inner-banner .right-part .top-box .btn a img {
  filter: brightness(0) invert(1);
}

.inner-banner .right-part .top-box .hex-dual-green {
  position: absolute;
  left: 0px;
  top: 46px;
}

.inner-banner .right-part .top-box [class*="button-"].full a {
  text-align: center;
}

.inner-banner .right-part.hire-only .top-box .image {
  width: 85px;
  height: auto;
  margin: 0 0 10px;
}

.inner-banner .right-part.hire-only .top-box .image img:not(.hex-dual-green) {
  margin: 0;
}

.inner-banner .right-part.hire-only .top-box .text {
  width: 100%;
  padding: 0 0 20px;
}

.inner-banner .right-part.hire-only .top-box .price-dv {
  position: relative;
}

.inner-banner .right-part.hire-only .top-box .price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.inner-banner .right-part.hire-only .top-box .price-dv .text-start {
  font-family: var(--poppins);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.inner-banner .right-part.hire-only .top-box .price-dv h3,
.inner-banner .right-part.hire-only .top-box .price-dv strong {
  color: var(--PrimaryGreen);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  /* letter-spacing: -4px; */
  padding: 0 5px 0 0;
  font-family: var(--poppins);
}

.inner-banner .right-part.hire-only .top-box .price-dv strong span {
  color: var(--PrimaryGreen);
}

.inner-banner .right-part.hire-only .top-box .price-dv sub {
  font-family: var(--poppins);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

.inner-banner .right-part.if-video {
  position: relative;
}

.inner-banner .right-part.if-video a[data-fancybox] {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}

.inner-banner .right-part.if-video a[data-fancybox] span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/videoPlayIconPrimary.svg) no-repeat center / 100%
    auto;
}

.inner-banner .right-part.if-video a[data-fancybox]:before,
.inner-banner .right-part.if-video a[data-fancybox]:after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: var(--PrimaryGreen);
  border-radius: 50%;
  height: 150px;
  opacity: 0;
  position: absolute;
  width: 150px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.inner-banner .right-part.if-video a[data-fancybox]:after {
  animation-delay: 1s;
}

.inner-banner .right-part.if-video .video-div {
  position: relative;
}

.inner-banner .right-part.if-video .video-div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.inner-banner .right-part.if-video .video-div video,
.inner-banner .right-part.if-video .video-div img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

@keyframes growAndFade {
  0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0);
  }

  90% {
    opacity: 0.25;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.inner-banner .email-form [class*="button-"] {
  margin-top: 20px;
}

.inner-banner .email-form.default-form form {
  position: relative;
  margin: 20px 0 0;
}

.inner-banner
  .email-form.default-form
  .wpforms-submit-container
  button[type="submit"] {
  border-radius: 11px;
}

.inner-banner .email-form.default-form .wpforms-form em.wpforms-error {
  margin: 9px 0 0;
  position: static;
}

.inner-banner .blue-box {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  letter-spacing: 0.5px;
  overflow: hidden;
  border-radius: 11px;
}

.inner-banner .blue-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--base_color);
  opacity: 0.55;
  z-index: -1;
}

.inner-banner .blue-box .green-text {
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 31px;
  margin: 0 0 10px;
  display: block;
}

.inner-banner .blue-box .green-text img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.outsource-inner-banner .inner {
  align-items: center;
}

.outsource-inner-banner .btn {
  margin-top: 40px;
}

.outsource-inner-banner .conpany-tech-logo {
  max-height: 715px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.outsource-inner-banner .company-logo-placeholder img {
  opacity: 0.02;
}

.outsource-inner-banner .company-logo-placeholder img,
.outsource-inner-banner .company-logo-placeholder picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.outsource-inner-banner .tech-logo {
  position: absolute;
  max-width: 365px;
  width: 100%;
}

.outsource-inner-banner .tech-logo img {
  width: 100%;
  height: 100%;
}

/*  */
.hire-services-cta {
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
  background-color: var(--new-theme-gray-50);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--LightGrey);
}

.hire-services-cta .inner {
  display: flex;
  align-items: center;
  padding: 40px;
  max-width: calc(100% - 275px);
  margin-left: auto;
}

.hire-services-cta .img {
  height: 100%;
  max-width: 275px;
  position: absolute;
  left: 0;
  top: 0;
}

.hire-services-cta .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.hire-services-cta .details {
  flex: 1;
  padding-right: 30px;
}

.hire-services-cta .details,
.hire-services-cta .details p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--new-theme-black-50);
}

.hire-services-cta .details a:hover,
.hire-services-cta .details p a:hover {
  color: var(--white);
}

.hire-services-cta .btn .icon {
  display: flex;
  transform: translateY(-3px);
}

/*  */

/* ****************** */
.hire-tech-cta {
}

.hire-tech-cta > .inner {
  background-color: var(--BlueTextColor);
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: var(--white);
  text-align: left;
  padding: 35px;
  max-width: 1330px;
  margin: 0 auto;
}

.hire-tech-cta .inner > div {
  width: 50%;
}

.hire-tech-cta .inner .left {
  position: relative;
  padding-right: 50px;
}

.hire-tech-cta .inner .left::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  right: 30px;
  border-right: 1px dashed var(--white);
  opacity: 0.5;
}

.hire-tech-cta .inner .left p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.hire-tech-cta .inner .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 0;
}

.hire-tech-cta .inner .right p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}

.hire-tech-cta .inner .right .star-wrap span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  transform: translateY(2px);
  margin-left: 4px;
}

.hire-tech-cta .inner .right a .icon {
  transform: translateY(3px);
}

.hire-tech-cta .star-wrap {
  display: flex;
  align-items: center;
}

.hire-tech-cta .star-wrap > i {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  font-style: normal;
  display: flex;
  transform: translateY(3px);
}

.hire-tech-cta .star-wrap .star-item {
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hire-tech-cta .star-wrap > .inner {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-right: 10px;
}

.hire-tech-cta .star-wrap .star-item:last-child {
  width: 15px;
  background-size: 20px;
  background-position: left center;
}

.hire-tech-cta .inner .right .btn {
  margin: 0;
  height: fit-content;
}

/* ****************** */

.digits {
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  margin: 54px -10px 0;
  gap: 10px 0;
}

.digits .list {
  position: relative;
  justify-content: flex-start;
  background-color: var(--white);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 10px);
  margin: 0 5px 0px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.digits .list p {
  line-height: 1.25;
  font-size: 16px;
  max-width: 165px;
  text-wrap: balance;
  font-weight: 500;
  text-transform: capitalize;
}

.digits .list > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.digits .list .big {
  font-family: var(--poppins);
  font-size: 27px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.digits .list strong {
  color: var(--BlueTextColor);
  font-size: 26px;
  line-height: 38px;
  font-family: var(--poppins);
  display: block;
  margin: 0 0 12px;
}

.white-digits .digits .list {
  border-color: var(--white);
}

.white-digits .digits .list strong {
  color: var(--white);
}

.white-digits .digits .list span {
  color: var(--primary_color);
}

.product-excellence-section {
  padding: 35px 0;
  text-align: center;
}

.product-excellence-section h2 {
  font-size: 28px;
  line-height: 35px;
  color: var(--BlueTextColor);
  font-family: var(--poppins);
  margin: 0 0 20px;
}

.product-excellence-section .company-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.product-excellence-section .company-logos::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: white;
}

.product-excellence-section .company-logos::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background-color: white;
}

.product-excellence-section .company-logos .logo {
  width: 20%;
  text-align: center;
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-excellence-section .company-logos .logo img {
  min-height: 52px;
  max-width: 200px;
  width: auto;
}

.inner-banner.blur-ele {
  z-index: 2;
}

.inner-banner.blur-ele:before {
  right: 40px;
  width: 624px;
  height: 340px;
  top: 160px;
}

.inner-banner.blur-ele:after {
  left: 49%;
  top: 280px;
  width: 500px;
  height: 440px;
}

.banner-blog {
  padding: 140px 0 0;
  position: relative;
  z-index: 2;
  background-color: var(--newPrimaryGreenLight);
}

.banner-blog::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 148px;
  background-image: url(../images/hexagone-pattern.svg);
  opacity: 0;
  pointer-events: none;
  bottom: 0;
  left: 0;
  opacity: 0.05;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-blog .title-part {
  margin-bottom: 40px;
}

.banner-blog .title-part .h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: var(--poppins);
  font-weight: 500;
}

.banner-blog .topic-parent .topic-inner {
  /* background-color: var(--LightGrey4); */
  padding: 30px 0;
}

.banner-blog .topic-parent.stick .topic-inner a.active::after {
  bottom: 7px;
}

.banner-blog .topics-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
}

/* .banner-blog .topics-strip::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: var(--BlueTextColor);
  z-index: 9;
} */

.banner-blog .topic-parent.stick {
  padding-top: 80px;
}

.banner-blog .topic-parent.stick .topic-inner {
  position: fixed;
  left: 0;
  top: 84px;
  width: 100%;
  z-index: 9;
  background-color: var(--whiteSmokeDark);
  /* padding-bottom: 30px !important; */
}

.banner-blog .topic-parent.stick .topic-inner .topics-strip a {
  padding: 14px 5px;
}

.banner-blog .topic-parent.blog-page-filter.stickIt {
  padding-top: 80px;
}

.banner-blog .topic-parent.blog-page-filter.stickIt .topic-inner {
  position: fixed;
  left: 0;
  top: 85px;
  width: 100%;
}

.banner-blog .topics-strip .all-topics {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-right: 20px;
  margin-right: auto;
}

.banner-blog .topics-strip .all-topics a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--poppins);
}

.banner-blog .topics-strip a {
  text-decoration: none;
  padding: 10px 5px;
  position: relative;
}

.banner-blog .topics-strip a {
  color: var(--BlueTextColor);
}

.banner-blog .topics-strip a.active,
.banner-blog .topics-strip a:hover {
  opacity: 1;
}

.banner-blog .topics-strip a.active:after {
  content: "";
  background-color: var(--BlueTextColor);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  display: none;
  z-index: 99;
}

.banner-blog .topics-strip .right-dropdown {
  padding: 0 5px;
  width: 100%;
}

.banner-blog .topics-strip .click-topic {
  position: relative;
  width: inherit;
}

.banner-blog .topics-strip .click-topic:after {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 40px;
  content: "";
  display: none;
}

.banner-blog .topics-strip .click-topic .text {
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
}

.banner-blog .topics-strip .click-topic .text:after {
  position: absolute;
  top: 10px;
  right: 16px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--white);
  border-top: 1px solid var(--white);
  transform: rotate(135deg);
}

.banner-blog .topics-strip .click-topic .other .custom-scroll {
  max-height: 350px;
  overflow: auto;
}

.banner-blog .topics-strip .click-topic .other .custom-scroll a {
  padding: 10px 0;
}

.banner-blog .topics-strip .click-topic:hover .other {
  opacity: 1;
  visibility: visible;
}

.banner-blog .topics-strip .click-topic .other a {
  display: block;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 700;
}

.banner-blog .topics-strip .click-topic .other a:after {
  border-radius: 7px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--quaternary_color);
  opacity: 0;
  transition: 200ms;
  z-index: -1;
}

.banner-blog .topics-strip .click-topic .other a.active:after,
.banner-blog .topics-strip .click-topic .other a:hover:after {
  opacity: 0.2;
}

.banner-blog .topics-strip .click-topic .other a img {
  vertical-align: middle;
  margin: -2px 8px 1px 0;
}

.banner-blog .topics-strip .click-topic.radio .other a {
  padding-left: 55px;
}

.banner-blog .topics-strip .click-topic.radio .other a:before {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 14px;
  height: 14px;
  background: transparent;
  content: "";
  border-radius: 100%;
  box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--quaternary_color);
}

.banner-blog .topics-strip .click-topic.radio .other a.active:before {
  background: var(--quaternary_color);
  box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--quaternary_color);
}

.our_work_detail {
  background: #f8f8f8 !important;
  padding-top: 135px;
}

.topic-strip .container,
.post-main .container {
  max-width: 1480px;
}

.post-main .inner-post .inner {
  /* column-gap: 50px; */
}

.post-main .sidebar {
  width: 100%;
  margin: 0 0 30px;
}

.post-main .sidebar .widget + .widget {
  margin-top: 35px;
}

.post-main .left-main {
  width: calc(100% - 750px);
  padding: 0 140px 0 0;
}

.post-main .publish-date {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.post-main .quote-content {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 50px;
  padding: 0 0 30px;
}

.post-main .post-content {
  word-wrap: break-word;
  display: grid;
}

.post-main .post-content h3,
.post-main .post-content h4,
.post-main .post-content p strong {
  font-family: var(--poppins);
}

.post-main .post-content h2 {
  font-family: var(--poppins);
  font-weight: 500;
}

.post-main .post-content pre {
  border-radius: 20px;
  display: block;
  background-color: rgb(172 102 242 / 15%);
  overflow-x: auto;
  margin: 20px 0;
  padding: 30px 20px;
}

.post-main .post-content.ul-check-arrow ul li::before {
  top: 4px;
}

.post-main .post-content.top-content h3 {
  margin-bottom: 0;
}

/* .single-post .breadcrumb .bread-wrap a {
color: var(--primary_color);
font-weight: 700;
}

.single-post .breadcrumb .bread-wrap {
padding: 20px 0;
}

.single-post .breadcrumb .bread-wrap span {
color: rgb(10 2 64 / 50%);
font-weight: 500;
} */

.banner-portfolio .h1,
.banner-hire-developer .h1,
.banner-blog .h1,
.banner-about .h1 {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.banner-about {
  padding: 42px 0;
  overflow-x: clip;
  margin-top: 66px;
}

.banner-about .h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  font-family: var(--poppins);
}

.banner-about .image-left {
  width: 100%;
  margin: 0 0 40px;
  position: relative;
}

.banner-about .banner-img {
  margin-top: 38px;
  width: 100%;
  max-height: 768px;
  object-fit: cover;
}

.banner-about .image-left .qube {
  position: absolute;
  filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.17));
  max-width: 60px;
}

.banner-about .image-left .qube.qube1 {
  left: 19px;
  bottom: 30px;
}

.banner-about .image-left .qube.qube2 {
  top: 28px;
  right: 34px;
}

.banner-about .image-left .qube.qube3 {
  right: 0px;
  bottom: 46px;
}

.banner-about .right-text {
  width: 100%;
}

.banner-about .right-text [class*="button-"] {
  padding: 30px 0 0 0;
}

.banner-about.banner-dark {
  margin: 0;
  padding-top: 90px;
  background: linear-gradient(
    to bottom,
    rgba(10, 2, 64, 1) 0%,
    rgba(51, 3, 77, 1) 28%,
    rgba(100, 28, 104, 1) 67%,
    rgba(161, 88, 150, 1) 100%
  );
  position: relative;
  overflow: hidden;
}

.banner-about.banner-dark .pre-title {
  color: var(--tertiary_color);
}

.banner-about.banner-dark h1 {
  color: var(--white);
}

.banner-about.banner-dark .eb {
  position: absolute;
  left: 50%;
  botom: -170px;
  transform: translateX(-50%);
  pointer-events: none;
}

.services-page .banner-about,
.all-technologies-page .banner-about {
  padding: 50px 0 50px;
  background-color: var(--OffWhite);
}

.services-page .hiring-process,
.all-technologies-page .hiring-process {
  margin-bottom: 150px;
}

.services-page .hiring-process:has(+ .ready-to-expand),
.services-page .hiring-process + .ready-to-expand,
.all-technologies-page .hiring-process:has(+ .ready-to-expand),
.all-technologies-page .hiring-process + .ready-to-expand {
  margin: 0;
}

.services-page .banner-about .banner-img,
.all-technologies-page .banner-about .banner-img {
  display: none;
}

.services-page .banner-about .h1,
.all-technologies-page .banner-about .h1 {
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 0px;
}

.services-page .banner-about .image-left,
.all-technologies-page .banner-about .image-left {
  width: 100%;
  margin: 0;
  max-width: unset;
}

.services-page .banner-about .inner,
.all-technologies-page .banner-about .inner {
  display: block;
}

.video-wrapper .video-item {
  position: relative;
}

.video-wrapper .video-item a[data-fancybox] {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
}

.video-wrapper .video-item a[data-fancybox] span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2024/04/play-2.svg) no-repeat center /
    100% auto;
}

.video-wrapper .video-item a[data-fancybox] span::before,
.video-wrapper .video-item a[data-fancybox] span::after {
  content: "";
  animation: growAndFade 2s infinite ease-out;
  background-color: var(--PrimaryGreen);
  border-radius: 50%;
  height: 150px;
  opacity: 0;
  position: absolute;
  width: 150px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-wrapper .video-item a[data-fancybox] span::after {
  animation-delay: 1s;
}

.video-wrapper .video-item .image-block {
  line-height: 0;
  position: relative;
  margin: 0 0 10px;
}

.video-wrapper .video-item .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.video-wrapper .video-item .video-title {
  font-size: 16px;
  line-height: 25px;
  font-family: var(--poppins);
  font-weight: 600;
}

.stamp {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.error404 .bottom-strip,
.error404 footer {
  margin-top: 0 !important;
}

.error-404-banner {
  margin-top: 66px;
  padding: 50px 0;
  z-index: 1;
}

.error-404-banner.blur-ele {
  overflow-x: clip;
}

.error-404-banner.blur-ele:after {
  width: 616px;
  height: 399px;
  border-radius: 616px;
  filter: blur(150px);
  left: 550px;
  bottom: auto;
  top: 210px;
}

.error-404-banner.blur-ele:before {
  width: 1001px;
  height: 319px;
  border-radius: 1001px;
  filter: blur(150px);
  right: 94px;
  top: 50px;
}

.error-404-banner .inner .left {
  width: 100%;
  margin: 0 0 50px;
}

.error-404-banner .form-wrapper input.search-field {
  border-radius: 7px;
  border: 1px solid var(--white);
  background: var(--white);
  backdrop-filter: blur(3.5px);
  padding: 16px 20px 16px 52px;
  font-family: var(--base_font);
  font-size: 19px;
  line-height: 31px;
  letter-spacing: 0.5px;
  color: var(--base_color);
  background: var(--white)
    url(../../../../wp-content/uploads/2023/08/search-normal.svg) no-repeat
    center left 16px / auto;
}

.error-404-banner .form-wrapper input.search-field::placeholder {
  color: var(--base_color);
}

.error-404-banner .form-wrapper {
  margin: 30px 0;
}

.error-404-banner .form-wrapper .screen-reader-text {
  display: none;
}

.error-404-banner .form-wrapper button.search-submit {
  display: none;
}

.error-404-banner .links .link-text a {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.5px;
  color: var(--primary_color);
  padding: 0 35px 0 0;
}

.error-404-banner .links .link-text a:after {
  background: url(../../../../wp-content/uploads/2023/08/arrow-right-pink.svg)
    no-repeat center;
  width: 24px;
  height: 24px;
  top: 3px;
}

.error-404-banner .links .link-text {
  margin: 0 0 10px;
}

.error-404-banner .links .link:not(:last-child) {
  margin: 0 0 30px;
}

.error-404-banner .inner .right {
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}

.error-404-banner .inner .image-block {
  position: relative;
}

.error-404-banner .inner .image-block .qube {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.17));
  max-width: 60px;
}

.error-404-banner .inner .image-block .qube1 {
  left: 56px;
  top: 0;
}

.error-404-banner .inner .image-block .qube2 {
  left: 28px;
  bottom: 28px;
}

.error-404-banner .inner .image-block .qube3 {
  right: 0;
  top: 236px;
}

.error-404-banner .error-div {
  max-width: 1034px;
  margin: 0 auto;
}

.error-404-banner h2 {
  font-size: 35px;
  line-height: 45px;
  font-family: var(--poppins);
  margin: 0 0 20px;
}

.espark-easy-toc {
  padding: 12px !important;
  border-radius: 8px !important;
  background: var(--LightGrey2) !important;
  margin-bottom: 50px;
}

.espark-easy-toc > div[id] {
  padding: 0px !important;
  overflow: hidden;
  border-radius: 8px !important;
  background: var(--LightGrey2) !important;
  /* border: none !important; */
  width: 100% !important;
  margin-bottom: 0 !important;
  box-shadow: 0px 2px 14px 0px #0a02401a !important;
  border: 1px solid var(--BlueTextColor);
}

.espark-easy-toc .ez-toc-title-container {
  padding: 13px 23px 11px 23px;
  background: var(--OffWhite);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.espark-easy-toc .ez-toc-title-container p {
  font-size: 19px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  font-family: var(--hind);
}

.espark-easy-toc nav {
  background-color: white !important;
  padding: 0px 23px 0px !important;
}

.espark-easy-toc .ez-toc-js-icon-con {
  position: unset !important;
}

.espark-easy-toc nav ul {
  padding: 9px 0 0 0 !important;
  margin: 0;
  list-style-type: none !important;
}

.espark-easy-toc nav ul li {
  position: relative;
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  text-transform: capitalize;
}

.espark-easy-toc nav ul li:last-child {
  border: none;
}

.espark-easy-toc .toc_close .ez-toc-title-container {
  border-radius: 8px 8px 0 0;
}

.espark-easy-toc nav ul li a {
  text-decoration: none !important;
  display: block !important;
  font-size: 16px;
  line-height: 22px;
  color: var(--BlueTextColor) !important;
  font-weight: 500;
}

.espark-easy-toc nav ul li a:hover,
.espark-easy-toc nav ul li.active a {
  color: var(--BluePrimary) !important;
}

.espark-easy-toc .ez-toc-pull-right {
  margin-left: 20px !important;
}

.page-template-thankyou .testimonial-footer .bottom-strip {
  margin-top: 0;
}

.page-template-thankyou .testimonial-footer {
  margin-top: 0;
  padding-top: 0;
}

.thankyou-banner {
  margin-top: 66px;
  padding: 40px 0;
  z-index: 1;
  background-color: var(--OffWhite);
  min-height: calc(100dvh - 255px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-banner.blur-ele {
  overflow-x: clip;
}

.thankyou-banner.blur-ele:after {
  width: 616px;
  height: 399px;
  border-radius: 616px;
  filter: blur(150px);
  left: 625px;
  bottom: auto;
  top: 225px;
}

.thankyou-banner.blur-ele:before {
  width: 1001px;
  height: 319px;
  border-radius: 1001px;
  filter: blur(150px);
  right: 94px;
  top: 50px;
}

.thankyou-banner .inner .left {
  width: 100%;
  margin: 0 0 30px;
}

.thankyou-banner .inner .right {
  width: 100%;
}

.thankyou-banner .inner .right .image-block {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}

.thankyou-banner .inner .right .image-block .hex-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.thankyou-banner .inner .left > .content {
  margin: 30px 0;
}

.thankyou-banner .inner .left .social-section {
  max-width: 570px;
}

.thankyou-banner .inner .left .social-section .social-share {
  padding: 30px 0 0;
  justify-content: initial;
}

.thankyou-banner .inner .left .social-section .social-share a:not(:last-child) {
  margin: 0 40px 0 0;
}

.thankyou-banner h1 {
  font-size: 35px;
  line-height: 45px;
  font-family: var(--poppins);
  font-weight: 700;
  margin: 0 0 40px 0;
}

.thankyou-banner .content p {
  font-size: 22px;
  line-height: 1.5;
}

.thankyou-main {
  padding: 50px 0;
  z-index: 1;
  overflow-x: clip;
}

.thankyou-main.blur-ele::before {
  width: 1001px;
  height: 319px;
  border-radius: 1001px;
  filter: blur(150px);
  right: -100px;
  bottom: 0;
  top: auto;
}

.thankyou-main.blur-ele::after {
  width: 616px;
  height: 399px;
  border-radius: 616px;
  filter: blur(150px);
  left: 780px;
  bottom: -250px;
  top: auto;
}

.thankyou-main .list-wrapper .list {
  width: 100%;
  margin: 0;
  background: var(--white);
  border-radius: 11px;
  overflow: clip;
}

.thankyou-main .list-wrapper .list + .list {
  margin: 20px 0 0;
}

.thankyou-main .list-wrapper .list.heading {
  position: relative;
  z-index: 1;
  padding: 30px;
}

.thankyou-main .list-wrapper .list.heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--quaternary_color);
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: -1;
}

.thankyou-main .list-wrapper .list.heading .hex-logo {
  position: absolute;
  max-width: 383px;
  right: 0;
  bottom: -90px;
}

.thankyou-main .list-wrapper .list.heading h2 {
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
}

.thankyou-main .list-wrapper .list .image-block {
  width: 100%;
  height: 50vw;
  position: relative;
}

.thankyou-main .list-wrapper .list .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thankyou-main .list-wrapper .list .image-block::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(172 102 242 / 30%);
}

.thankyou-main .list-wrapper .list .details {
  padding: 30px;
}

.thankyou-main .list-wrapper .list .details .title {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}

.thankyou-main .list-wrapper .list .details .content {
  margin: 0 0 30px;
}

.term-banner-section {
  margin-top: 66px;
  padding: 50px 0 0;
  background: #f3f6fc;
}

.term-main-section {
  padding: 115px 0 60px;
}

.term-main-section .inner {
  /* column-gap: 40px; */
  display: grid;
  grid-template-columns: 345px 1fr;
  gap: 0;
  grid-gap: 50px;
}

.term-main-section .inner .term-content {
  width: 100%;
}

.term-main-section .inner .term-content h3 {
  font-weight: 600;
}

.term-main-section .inner .sidebar .box .h2-ttl ul {
  margin: 0;
}

.term-main-section .inner .sidebar .box .h2-ttl ul li:first-child {
  border-top: none;
}

.term-main-section .sidebar {
  max-width: 100% !important;
  margin: 0 !important;
}

.term-main-section .inner .term-content .ul-dots ul {
  padding: 0 0 0 15px;
}

.term-main-section .inner .term-content {
  width: 100% !important;
}

.term-main-section .sidebar-inner .sticky {
  background-color: var(--white);
  border-radius: 8px;
  border: 1px solid var(--BlueTextColor);
}

.term-main-section .sidebar-inner .sticky .h2-list {
  padding: 0px 23px 0px !important;
  max-height: calc(100dvh - 295px);
  overflow: auto;
}

.term-main-section .sidebar-inner .sticky .h2-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.term-main-section .sidebar-inner .sticky .h2-list ul {
  list-style: none;
  padding-left: 0;
  padding-top: 9px;
}

.term-main-section .sidebar-inner .sticky .h2-list ul a {
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500;
  color: var(--base_color) !important;
  padding: 10px 0 !important;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.term-main-section .sidebar-inner .sticky .h2-list ul li.active a,
.term-main-section .sidebar-inner .sticky .h2-list ul a:hover {
  color: var(--PrimaryGreen) !important;
}

.term-main-section .sidebar-inner .sticky .h2-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 0;
  margin: 0;
}

.term-main-section .sidebar-inner .sticky .h2-list ul li:last-child {
  border-bottom: 0;
}

.term-main-section .sidebar-inner .sticky .h2-list ul li::after {
  display: none;
}

.term-main-section .sidebar-inner .sticky .ttl {
  padding: 13px 23px 11px 23px;
  background-color: var(--BlueTextColor) !important;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 0 0;
}

.term-main-section .sidebar-inner .sticky .ttl img {
  flex-shrink: 0;
}

.term-main-section .sidebar-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

@media (max-width: 1199px) {
  .term-main-section .inner {
    grid-template-columns: 275px 1fr;
  }
}

@media (max-width: 992px) {
  .term-main-section .inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .term-main-section .sidebar-inner .sticky .h2-list {
    max-height: 100%;
  }
}

.stickyTitleStrip {
  font-size: 14px;
  font-weight: 700;
  padding: 11px 0 0;
  line-height: 16px;
}

.stickyTitleStrip .stickyPillarTitle {
  padding-bottom: 5px;
}

.progress-wrapper {
  background-color: #dbdbdb;
  height: 4px;
  width: 100%;
  margin: 6px 0 0;
}

.progress-wrapper .progressbar {
  background-color: var(--PrimaryGreen);
  height: 4px;
}

.inner-banner.banner-port-inner.laptop-frame {
  padding-bottom: 0;
}

.inner-banner.banner-port-inner .left-texts {
  margin-bottom: 40px;
}

.laptop-frame-wrapper {
  padding: 50px 0 0px;
  position: relative;
  z-index: 1;
}

.laptop-frame-wrapper:after {
  content: "";
  background: var(--white);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 32vw;
}

.laptop-frame-wrapper .wrapper {
  position: relative;
}

.laptop-frame-wrapper .wrapper .frame {
  position: absolute;
  left: 0;
  top: -23px;
  display: none;
}

.laptop-frame-wrapper .wrapper .laptop-slider {
  border-radius: 3px;
  overflow: clip;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.schedule-popup {
  display: none;
}

.schdle-popup.fancybox-content {
  padding: 0;
  margin-top: 50px;
}

.schdle-popup .left {
  z-index: 1;
  padding: 17px 15px 0;
  text-align: center;
  position: relative;
  background: var(--base_color) url(../images/popup-shape.svg) no-repeat center
    bottom / 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.schdle-popup .left:after {
  content: "";
  width: 100%;
  position: absolute;
  background: url(../images/eb-purple-gradient.svg) no-repeat center bottom /
    100% auto;
  left: 50%;
  top: 30px;
  height: 290px;
  z-index: -1;
  max-width: 246px;
  transform: translateX(-50%);
}

.schdle-popup .left .radius-box {
  background: var(--quaternary_color);
  font-size: 24px;
  font-weight: 700;
  padding: 10px 17px;
  border-radius: 10px;
  margin: -40px auto 0;
  position: relative;
  max-width: 380px;
}

.schdle-popup .left .radius-box span {
  color: var(--tertiary_color);
}

.schdle-popup .left .image img {
  display: block;
  margin: 0 auto;
  transform: translateX(20px);
}

.schdle-popup .left .list-wrapper {
  text-align: left;
  padding: 30px 20px 0;
  display: flex;
  flex-flow: row wrap;
}

.schdle-popup .left .list {
  width: 50%;
  padding: 0 10px 0 40px;
  position: relative;
  margin: 0 0 34px;
}

.schdle-popup .left .list img {
  position: absolute;
  left: 0;
  top: 0;
}

.schdle-popup .left .list .icon-dv {
  width: 30px;
  height: 34px;
  background: url(../sprite-icon/schedule-free-consultation.png) no-repeat -19px -18px;
  position: absolute;
  left: 0;
  top: 0;
}

.schdle-popup .left .list:nth-child(2) .icon-dv {
  background-position: -70px -20px;
}

.schdle-popup .left .list:nth-child(3) .icon-dv {
  background-position: -20px -68px;
}

.schdle-popup .left .list:nth-child(4) .icon-dv {
  background-position: -70px -68px;
}

.schdle-popup .right-form {
  padding: 13px 25px 45px;
}

.schdle-popup .right-form .form-title {
  font-weight: 700;
  padding: 0 0 14px;
}

.schdle-popup .right-form .form-wrapper .wpforms-form input[type="text"],
.schdle-popup .right-form .form-wrapper .wpforms-form input[type="email"],
.schdle-popup .right-form .form-wrapper .wpforms-form input[type="tel"],
.schdle-popup .right-form .form-wrapper .wpforms-form select,
.schdle-popup .right-form .form-wrapper .wpforms-form textarea {
  font-size: 14px;
  padding: 9px 20px;
  letter-spacing: 0;
}

.schdle-popup .right-form .form-wrapper .wpforms-form textarea {
  height: 110px;
  min-height: auto;
}

.schdle-popup .right-form .form-wrapper .wpforms-form select {
  color: rgb(10 2 64 / 50%);
}

.schdle-popup .right-form .form-wrapper .wpforms-form .wpforms-field {
  margin: 0 0 12px;
}

.schdle-popup
  .right-form
  .form-wrapper
  .wpforms-form
  .wpforms-field.wpforms-field-file-upload
  .wpforms-uploader {
  padding: 7px 20px;
}

.schdle-popup
  .right-form
  .form-wrapper
  .wpforms-form
  .wpforms-field.wpforms-field-file-upload
  .wpforms-uploader
  .dz-message
  .modern-title {
  font-size: 14px;
  font-weight: 400;
}

/* Banner star animation */

.banner-blog .topic-parent .topic-inner {
}

.blog-page-filter .blog-topics-bar {
  background: var(--PrimaryGreen);
  color: var(--white);
  border-radius: 8px;
  padding: 10px 40px 10px 20px;
  display: block;
  position: relative;
}

.blog-page-filter .blog-topics-bar:after {
  position: absolute;
  top: 20px;
  right: 16px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--white);
  border-top: 1px solid var(--white);
  transform: rotate(135deg);
}

/* NEW 2024 UPDATED STYLES */
.section-title:not(:empty) {
  margin-bottom: 40px;
  max-width: 1300px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-title .pre-title strong {
  font-weight: 400;
}

.section-title .pre-title {
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 24px;
  color: var(--BluePrimary);
}

.section-title h1,
.section-title .h1 {
  margin-bottom: 40px;
}

.section-title h2,
.section-title .h2 {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  /* line-height: 1.45; */
  /* text-wrap: balance; */
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--poppins);
  color: var(--BluePrimary);
}

.section-title h2:has(+ p),
.section-title .h2:has(+ p) {
  margin-bottom: 20px;
}

.banner-portfolio h1.h2 {
  font-size: 26px;
}

.section-title h2.big-title,
.section-title .h2.big-title {
  font-size: 36px;
}

.section-title p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 1200px;
  color: var(--2k25-text-heading);
  margin-left: auto;
  margin-right: auto;
  /* color: var(--2k25-text-body); */
}

.section-title__list {
  padding: 0px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px;
  list-style-type: none;
}

.section-title__list li {
  font-weight: 700;
  color: var(--BlueTextColor);
  position: relative;
  margin-bottom: 10px;
}

.section-title__list li:not(:last-child)::after {
  content: "";
  height: 66%;
  border: 1px dashed var(--BlueTextColor);
  opacity: 0.5;
  margin: 0px 24px 0;
  width: 0;
  display: inline-block;
  transform: translateY(3px);
}

/* NEW BANNER WITH VIDEO */

.portfolio-page header.site-header:has(.fixed),
.home header.site-header:has(.fixed) {
  background-color: var(--white);
}

.portfolio-page header.site-header .header-desktop__inner .site-logo img {
  filter: brightness(0) invert(1);
}

.portfolio-page
  header.site-header:has(.fixed)
  .header-desktop__inner
  .site-logo
  img,
.home header.site-header:has(.fixed) .header-desktop__inner .site-logo img {
  filter: unset;
}

.portfolio-page header.site-header,
.home header.site-header {
  background-color: transparent;
  border: none;
}

.portfolio-page header.site-header .header-nav__link {
  color: var(--white);
}

.portfolio-page header.site-header:has(.fixed) .header-nav__link,
.home header.site-header:has(.fixed) .header-nav__link {
  color: var(--BlueTextColor);
}

.portfolio-page
  header.site-header
  .header-nav__item.has-children
  .header-nav__link::after {
  border-color: var(--white) transparent transparent transparent;
}

.portfolio-page
  header.site-header:has(.fixed)
  .header-nav__item.has-children
  .header-nav__link::after,
.home
  header.site-header:has(.fixed)
  .header-nav__item.has-children
  .header-nav__link::after {
  border-color: var(--BlueTextColor) transparent transparent transparent;
}

.new-hero-banner.primary-hero {
  background-color: var(--BlueTextColor);
  color: var(--white);
  min-height: 850px;
  padding-top: 140px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new-hero-banner.primary-hero .container {
  position: relative;
  z-index: 1;
}

.new-hero-banner .pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  display: none;
}

.new-hero-banner .pattern video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-hero-banner.primary-hero .container {
  margin: auto 0;
}

.new-hero-banner .primary-hero__content h1 {
  color: var(--white);
}

.new-hero-banner .primary-hero__content li {
  color: var(--white);
  font-weight: 400;
  letter-spacing: 0.2px;
}

.hero-banner-info-wrap {
  width: 100%;
}

.hero-banner-info {
  display: grid;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: -40px;
  position: relative;
  z-index: 11;
  padding-top: 50px;
  margin-top: auto;
}

.hero-banner-info-item .inner {
  background-color: var(--white);
  min-height: 140px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px 0;
}

.hero-banner-info-item .inner .count {
  font-family: var(--poppins);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--BlueTextColor);
}

.hero-banner-info-item .inner div:not(.count) {
  display: flex;
  flex-direction: column;
  color: var(--BlueTextColor);
  margin-top: 0px;
}

.hero-banner-info-item .inner .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 33.5px;
  display: block;
}

.hero-banner-info-item .inner .desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}

/* NEW BANNER WITH VIDEO */

/* NEW PRIMARY BANNER */
.primary-hero {
  padding-top: 120px;
  background-color: var(--OffWhite);
  position: relative;
  padding-bottom: 70px;
}

.primary-hero::before {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid var(--BlueTextColor);
  bottom: 0px;
  left: 0;
  height: 0;
  opacity: 0;
}

.primary-hero__content {
  text-align: center;
  margin: 0 auto;
}

.primary-hero__content h1 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--BlueTextColor);
  font-family: var(--poppins);
  margin-bottom: 28px;
  text-wrap: balance;
  margin-top: 0;
}

.primary-hero__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 35px;
}

.primary-hero__content ul li {
  font-size: 16px;
  line-height: 1.25;
  color: var(--BlueTextColor);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.primary-hero__content ul li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  font-size: 70%;
  opacity: 0;
}

.primary-hero__image {
  max-width: 1664px;
  margin: -67px auto 0;
  height: 235px;
  pointer-events: none;
  display: none;
}

.primary-hero__image svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: translateY(6px);
}

.primary-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.title-part h2 {
  font-size: 26px;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: var(--poppins);
}

.title-part .content p {
  margin: 0 0 30px;
}

.hire-boxes .title-part .content {
  max-width: 1000px !important;
}

.contact_us_page_banner_section .contact-us-form .num-email a img {
  max-width: 25px;
}

/* BLOG DETAILS TOP FIRST CONTENT */
.blog_content-wrapper .right-part {
  border-radius: 20px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 53vw;
  margin: 50px 0 0;
}

.blog_content-wrapper .right-part img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_content-wrapper .right-part a {
  color: var(--base_color);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-family: var(--poppins);
  padding: 10px 16px;
  text-decoration: none;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.blog_content-wrapper .right-part a[href*="javascript:;"] {
  pointer-events: none;
}

.blog_content-wrapper .right-part a:hover {
  color: var(--primary_color);
}

.blog_content-wrapper .date-share {
  border-top: dashed 1.2px #1319247a;
  padding: 35px 0 0;
  display: flex;
  justify-content: space-between;
}

.blog_content-wrapper .date-share.remove {
  border: none;
  padding: 0;
}

.post-main .author-share .author-left .author-name a span {
  font-size: 11px;
  margin-left: 3px;
}

.blog_content-wrapper .date-share .date {
  font-size: 14px;
  line-height: 1.25;
  font-family: var(--poppins);
}

.blog_content-wrapper .share-post strong {
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 14px;
  line-height: 1.25;
  font-family: var(--poppins);
}

.blog_content-wrapper .social-share {
  margin: 0;
  padding: 0;
  display: flex;
}

.blog_content-wrapper .social-share img {
  filter: invert(1);
  opacity: 0.6;
  transition: 200ms;
}

.blog_content-wrapper .social-share a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  border-radius: 50%;
}

.blog_content-wrapper .social-share a:not(:last-child) {
  margin: 0 10px 0 0;
}

.blog_content-wrapper .social-share a:hover img {
  opacity: 0.7;
  filter: invert(1) !important;
}

.post-main .blog_content-wrapper .author-share {
  margin: 35px 0 15px;
  display: flex;
  justify-content: space-between;
}

.inner-banner:has(+ .post-main),
.inner-banner:has(~ script + .post-main) {
  margin-bottom: 35px;
}

/* BLOG DETAILS SIDEBAR */

.blog-details-sticky {
  margin-top: 30px;
}

.blog-details-sticky p {
  font-family: var(--poppins);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--white);
  margin: 0;
}

.blog-details-sticky .inner {
  background-color: var(--BlueTextColor);
  border-radius: 16px;
  padding: 30px;
}

.compnay-logo-item {
  width: 52px;
  height: 52px;
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--LightGrey2);
}

.compnay-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 30px;
  max-width: 36px;
}

.sidebar .compnay-logo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 2px;
  margin-top: -10px;
  border-top: 1px dashed #ffffff36;
  padding-top: 30px;
}

.blog-details-sticky .btn {
  margin-top: 30px;
}

.blog-details-sticky .btn a {
  width: 100%;
}

.blog-details-sticky li {
  color: var(--white);
}

.blog-details-sticky li::before {
  background: url(../images/list-check.svg) no-repeat center/contain !important;
}

.blog-details-sticky .ul-check-arrow {
  margin: 30px 0;
}

.blog-details-sticky .ul-check-arrow ul li {
  font-size: 16px;
}

.sidebar-fixed .cta-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff;
  padding: 12px 16px 28px;
  border-radius: 8px;
}

.sidebar-fixed .widget {
  background: #eeeeee;
  padding: 14px;
  border-radius: 8px;
}

.sidebar-fixed .cta-box .image-box {
  padding: 10px;
  min-height: 203px;
  border-radius: 10px;
}

.sidebar-fixed .button-1 a {
  width: 100%;
}

.sidebar-fixed .cta-box .image-box h4 {
  margin-bottom: 0;
  font-size: 22px;
  margin-bottom: 4px;
}

.sidebar-fixed .cta-box .image-box .font-19 p {
  font-size: 16px;
  line-height: 22px;
}

.sidebar-fixed .ttl {
  font-size: 20px;
}

/* BLOG SIDEBAR LINK LIST */
.blog-details-extra-links {
  padding: 12px;
  border-radius: 12px;
  background: var(--LightGrey4);
  height: fit-content;
  margin-top: 40px;
}

.blog-details-extra-links__title {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  font-family: var(--hind);
  margin: 0;
  padding: 19px 23px;
  background: var(--OffWhite);
}

.blog-details-extra-links-inner {
  border-radius: 12px;
  background-color: var(--white);
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 2.9376637935638428px 14.688319206237793px 0px #0a02401a;
}

.blog-details-extra-links ul {
  padding: 9px 23px 6px;
  margin: 0;
  list-style-type: none;
}

.blog-details-extra-links ul li {
  position: relative;
  margin: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.blog-details-extra-links ul li:not(:last-child) {
  border-bottom: 1px dashed rgb(0 0 0 / 20%);
}

.blog-details-extra-links ul li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: var(--BlueTextColor);
  font-weight: 500;
}

.blog-details-extra-links ul li a:hover {
  color: var(--PrimaryGreen);
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* BLOG SIDEBAR LINK LIST */

/* NEW BLOG SIDEBAR WITH VIDEO */
.blog-sidebar {
  padding: 30px;
  border-radius: 12px;
  background: var(--BlueTextColor);
  position: sticky;
  top: 160px;
}

.blog-sidebar__company-pallet {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-sidebar__company-pallet .logo {
  width: 60px;
  height: 60px;
}

.blog-sidebar__company-pallet .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-sidebar__company-pallet .desc {
  max-width: calc(100% - 60px);
  padding-left: 16px;
}

.blog-sidebar__company-pallet,
.blog-sidebar__clutch {
  background-color: var(--white);
  padding: 16px 10px;
  border: 1px solid #ffffff38;
  border-radius: 12px;
}

.blog-sidebar-inner {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.blog-sidebar-item .btn,
.blog-sidebar-item .btn a {
  width: 100%;
}

.blog-sidebar__clutch p {
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--BlueTextColor);
}

.blog-sidebar__clutch iframe {
  margin: 0 auto;
  max-width: 190px;
}

.blog-sidebar__clutch {
  text-align: center;
}

.blog-sidebar__company-pallet .desc p {
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--BlueTextColor);
}

.blog-sidebar__testimonials .desc {
  margin-bottom: 20px;
}

.blog-sidebar__testimonials .desc p {
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--white);
}

.blog-sidebar__testimonials .desc span {
  font-family: var(--poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--white);
  opacity: 0.6;
  display: block;
}

.blog-sidebar__testimonials-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.blog-sidebar__testimonials-item_img {
  position: relative;
  height: 70px;
  border-radius: 12px;
  background-color: var(--LightGrey4);
}

.blog-sidebar__testimonials-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.blog-sidebar__testimonials-item_img a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  inset: 0;
  border-radius: 12px;
  background: #00000033 url(/wp-content/uploads/2024/04/play-2.svg) no-repeat
    center / 100% auto;
  background-size: 32px;
}

.blog-sidebar__testimonials-item_info {
  margin-top: 6px;
}

.blog-sidebar__testimonials-item_info p {
  font-family: var(--poppins);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--white);
  margin: 0;
}

.blog-sidebar__testimonials-item_info span {
  font-family: var(--poppins);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: var(--white);
  opacity: 0.7;
  display: none;
}

.blog-sidebar__testimonials-item_img a:hover {
  background-color: #00000075;
}

.blog-sidebar__testimonials-view-more {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.blog-sidebar__testimonials-view-more a {
  font-family: var(--poppins);
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  color: var(--white);
}

.blog-sidebar__testimonials-view-more a img {
  display: block;
  width: 16px;
  filter: brightness(0);
  margin-left: 3px;
  filter: invert(21%) sepia(97%) saturate(4576%) hue-rotate(154deg)
    brightness(88%) contrast(95%);
}

.blog-sidebar__testimonials-view-more a:hover {
  color: var(--white);
}

.blog-sidebar__testimonials-view-more a:hover img {
  filter: brightness(0) invert(1);
}

header.header.for-mobile .book-a-call-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 123;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.header.for-mobile .book-a-call-cta a {
  width: 100%;
  border-radius: 0;
}

/* NEW BLOG SIDEBAR WITH VIDEO END */

/* Sidebar CTA */
.esb-sidebar__cta {
  padding: 20px 15px;
  background-color: var(--white);
  z-index: 4;
  position: relative;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-gap: 15px;
  border: 1px solid var(--LightGrey);
}

.esb-sidebar__cta::before,
.esb-sidebar__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  /* animation: 5s linear infinite gradient-bar; */
  /* background-size: 400% 400%; */
  /* background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  /* background-color: var(--BluePrimary); */
}

.esb-sidebar__cta ul {
  list-style: none;
  padding: 0;
  display: grid;
  /* grid-gap: 10px; */
  grid-gap: 7px;
}

.esb-sidebar__cta ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.75;
  /* line-height: 1.76; */
}

.esb-sidebar__cta ul li::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  left: 0;
  top: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.634 6.48809L8.71934 11.7495L6.39559 9.1344C6.32548 9.05544 6.24065 8.99119 6.14594 8.94532C6.05123 8.89945 5.9485 8.87286 5.84361 8.86707C5.63177 8.85537 5.42401 8.9291 5.26603 9.07204C5.1878 9.14281 5.12415 9.22845 5.07871 9.32406C5.03327 9.41966 5.00693 9.52337 5.00119 9.62925C4.98961 9.84309 5.06265 10.0528 5.20424 10.2123L8.10951 13.4813C8.18329 13.5646 8.2734 13.6315 8.37413 13.6778C8.47486 13.7241 8.58402 13.7488 8.6947 13.7502H8.70469C8.81359 13.7503 8.92135 13.7278 9.02134 13.6843C9.12134 13.6407 9.21147 13.577 9.28621 13.4971L14.7963 7.59523C14.9353 7.4385 15.0081 7.23321 14.9993 7.02308C14.9905 6.81295 14.9008 6.61459 14.7492 6.47026C14.5977 6.32592 14.3963 6.24701 14.188 6.25035C13.9797 6.25368 13.7809 6.33898 13.634 6.48809Z' fill='%23007860'/%3e%3cpath d='M18.48 4.91507C18.3867 4.11181 17.9796 3.31368 17.3329 2.66731C16.6861 2.02094 15.8883 1.6135 15.085 1.52019H15.0792C11.7026 1.16026 8.29737 1.16026 4.92079 1.52019H4.91498C4.11169 1.6135 3.31352 2.0206 2.66713 2.66731C2.02073 3.31402 1.61328 4.11181 1.51996 4.91507V4.92088C1.16001 8.2973 1.16001 11.7024 1.51996 15.0788V15.0847C1.61328 15.8879 2.02039 16.686 2.66713 17.3324C3.31386 17.9788 4.11169 18.3862 4.91498 18.4795H4.92079C6.60786 18.6598 8.30333 18.7502 10 18.7502C11.6967 18.7504 13.3921 18.6603 15.0792 18.4802H15.085C15.8883 18.3869 16.6865 17.9798 17.3329 17.3331C17.9793 16.6864 18.3867 15.8883 18.48 15.0853V15.0795C18.84 11.7031 18.84 8.29798 18.48 4.92156V4.91507ZM17.189 14.9373C17.0652 15.9925 15.9926 17.0644 14.938 17.1885C11.6554 17.5385 8.34491 17.5385 5.06231 17.1885C4.00675 17.0648 2.93478 15.9922 2.81104 14.9373C2.46101 11.655 2.46101 8.34473 2.81104 5.06239C2.93478 4.00721 4.00743 2.93529 5.06231 2.81121C8.3448 2.4612 11.6552 2.4612 14.9377 2.81121C15.9933 2.93495 17.0649 4.00755 17.189 5.06204C17.539 8.3445 17.539 11.6549 17.189 14.9373Z' fill='%23007860'/%3e%3c/svg%3e ");
  background-size: 19px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%);
}

.esb-sidebar__cta ul li::before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 6 4.661 5L15 1' stroke='url(%23a)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1' y1='1.353' x2='10.093' y2='14.469' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231472B6'/%3E%3Cstop offset='1' stop-color='%238BBF37'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center / 16px;
  border-radius: 0;
}

.esb-sidebar__cta::after {
  top: initial;
  bottom: 0;
}

.esb-sidebar__cta .btn {
  margin-top: 15px;
}

.esb-sidebar__cta .btn a {
  /* font-size: 16px; */
  /* min-height: 44px; */
  /* padding: 8px 10px 8px !important; */
  /* width: 100%; */
}

.esb-sidebar__cta-title p {
  color: var(--BlueTextColor);
}

.esb-sidebar__cta-header > p {
  line-height: 1.5;
  display: block;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.esb-sidebar__cta .btn.btn-black a {
  /* background-color: var(--BlueTextColor); */
  /* border-color: var(--BlueTextColor); */
}

.esb-sidebar__cta .btn.btn-black a:hover {
  /* color: var(--white); */
  /* background-color: var(--BluePrimary); */
}

.capabilities-card .icon img,
.capabilities-card .icon svg {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

.capabilities-card h3,
.capabilities-card h3 a {
  font-family: var(--bricolage);
}

.capabilities-card p,
.capabilities-card ul li {
  color: var(--new-theme-black-100);
}

.capabilities-card ul li::before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

.esb-blog__card-title a {
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.esb-portfolio-secondary__list .esb-portfolio-secondary__item::before {
  background-color: var(--new-theme-purple-150) !important;
}

.esb-portfolio-secondary__list
  a:nth-child(4n + 2)
  .esb-portfolio-secondary__item::before {
  background-color: var(--new-theme-yellow-100) !important;
}

.esb-portfolio-secondary__list
  a:nth-child(4n + 3)
  .esb-portfolio-secondary__item::before {
  background-color: var(--new-theme-green-100) !important;
}

.esb-portfolio-secondary__item-technology {
  color: var(--new-theme-black-100);
}

.esb-portfolio-secondary__item-text h3 {
  color: var(--2k25-text-heading);
  font-family: var(--bricolage);
}

.esb-portfolio-secondary__item-text p {
  color: var(--2k25-text-body);
}

.new-client-testimonial__box
  .new-client-testimonial__slider
  .slick-dots
  li
  button {
  background: var(--new-theme-purple-100) !important;
}

.esb-portfolio-secondary__item-btn {
  /* background-color: var(--2k25-blue-primary) !important; */
}

.esb-portfolio-secondary__item-btn:hover {
  /* background-color: var(--BlueDark2) !important; */
}

.tech-tab-content__item-content ul li a {
  color: var(--new-theme-black-100) !important;
}

.tech-tab-content__item-content ul li a:hover {
  color: var(--new-theme-purple-100) !important;
}

.boost-software-card .icon svg,
.boost-software-card .icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

.boost-software-card h3 {
  color: var(--new-theme-black-50);
  font-family: var(--bricolage);
}

.boost-software-card p {
  color: var(--new-theme-black-100);
}

.assemble-team .assemble-team__title {
  color: var(--new-theme-black-50) !important;
  font-family: var(--bricolage) !important;
}

.tech-tab-list__item.active a::before {
  background: var(--new-theme-purple-100) !important;
}

.tech-tab-list ul {
  border-bottom: 1px solid var(--new-theme-black-100) !important;
}

.tech-tab-content__item-content p {
  color: var(--new-theme-black-100);
}

.tech-tab-content__item-content ul li {
  color: var(--new-theme-black-100) !important;
}

.tech-tab-content__item-content ul li::before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

.industries-item .content p,
.industries-item .content ul li {
  color: var(--new-theme-black-100) !important;
}

.industries-item .content ul li::before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

.new-client-testimonial__inner .section-title h2 {
  color: var(--new-theme-purple-50) !important;
}

.new-client-testimonial__slider .text-content {
  color: var(--new-theme-black-100);
}

.new-client-testimonial__slider .testi-profile-name {
  color: var(--new-theme-black-50) !important;
}

.new-client-testimonial__slider .testi-profile-role {
  color: var(--new-theme-black-100) !important;
}

.about-counter-item > div {
  font-family: var(--bricolage);
}

.founder-goal,
.founder-goal p {
  font-family: var(--bricolage);
  color: var(--new-theme-black-50);
}

body.privacy-policy header.site-header {
  background-color: var(--white) !important;
}

/* RESPONSIVE */
/* CSS end here */

@media (max-width: 1800px) {
  .header-nav__link {
    font-size: 14px !important;
  }

  .header-nav {
    margin-right: 10px;
  }

  .header-nav {
    margin: 0 auto;
  }

  .header-desktop__inner .site-logo {
    max-width: 190px;
  }
}

@media (max-width: 1370px) {
  .header-nav__link {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .hero-banner-info {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-banner-info-wrap {
    width: unset;
  }

  .new-hero-banner .pattern {
    display: block;
  }

  .banner-about .banner-img {
    margin-top: 50px;
  }

  .banner-cost-text .btn-wrapper a {
    min-width: 230px;
  }

  .product-excellence-section .company-logos .logo img {
    min-height: 32px;
    max-width: 150px;
  }

  .post-main .blog_content-wrapper {
    display: block;
  }

  .post-main .blog_content-wrapper .author-share {
    margin: 53px 0 35px;
  }

  .blog_content-wrapper .right-part {
    height: 398px;
  }

  .inner-banner:has(+ .post-main),
  .inner-banner:has(~ script + .post-main) {
    margin-bottom: 50px;
  }

  .sidebar .compnay-logo-list {
    grid-template-columns: repeat(8, 1fr);
  }

  .compnay-logo-item {
    width: 54px;
    height: 54px;
    height: auto;
    aspect-ratio: 1;
  }

  .compnay-logo-item img {
    max-width: 40px;
    max-height: 40px;
  }

  .blog-details-sticky p {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .breadcrumb ul {
    overflow: unset;
  }

  .container {
    width: 970px;
  }

  .post-main .blog_content-wrapper {
    display: flex;
  }

  .blog_content-wrapper .left-part {
    width: calc(100% - 430px);
    padding-right: 20px;
  }

  .blog_content-wrapper .right-part {
    width: 430px;
    height: 238px;
    position: relative;
    margin: 0;
  }

  .sidebar .compnay-logo-list {
    display: none;
    grid-template-columns: repeat(4, 1fr);
  }

  .blog-details-sticky {
    position: sticky;
    top: 160px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .esb-container-inner {
    max-width: calc(100% - 100px);
  }

  .new-hero-banner.primary-hero {
    min-height: 570px;
    margin-bottom: 120px;
  }

  .hero-banner-info-item .inner .count {
    font-size: 40px;
  }

  .hero-banner-info {
    max-width: 1000px;
    gap: 30px;
  }

  .header-desktop {
    display: flex;
  }

  .header-mobile {
    display: none;
  }

  .container {
    width: 1170px;
  }

  .product-excellence-section .company-logos .logo {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }

  .blog_content-wrapper .left-part {
    width: calc(100% - 510px);
    padding-right: 40px;
  }

  .blog_content-wrapper .right-part {
    width: 510px;
    height: 282px;
  }
}

@media (min-width: 1430px) {
  body {
    font-size: 18px;
    line-height: 1.667 /*32px*/;
  }

  .header-nav .megamenu {
    position: absolute;
    max-width: unset;
  }

  .header-nav__item {
    margin: 0 15px;
  }

  .tab-wrap__contact ul a {
    font-size: 18px;
  }

  .header-nav .megamenu.about-menu {
    left: -812px;
  }

  .tab-wrap__contact ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }

  .header-nav .tab-item-links {
    padding: 20px 20px 0;
  }

  .header-nav .tab-content .tab-list,
  .site-header--secondary .megamenu-footer {
    padding: 20px;
  }

  .header-nav .megamenu::after {
    /* opacity: 1; */
  }

  .container {
    width: 1400px;
  }

  .product-excellence-section .company-logos .logo {
    min-height: 168px;
  }

  .product-excellence-section .company-logos .logo img {
    min-height: 32px;
    max-width: 220px;
    width: auto;
  }

  .blog_content-wrapper .left-part {
    width: calc(100% - 740px);
    padding-right: 74px;
  }

  .blog_content-wrapper .right-part {
    width: 740px;
    height: 423px;
  }

  .blog_content-wrapper .share-post strong,
  .blog_content-wrapper .date-share .date {
    font-size: 16px;
  }

  .inner-banner:has(+ .post-main),
  .inner-banner:has(~ script + .post-main) {
    margin-bottom: 75px;
  }

  .sidebar .compnay-logo-list {
    display: grid;
  }
}

@media (min-width: 1660px) {
  .hero-banner-info-item .inner .count {
    font-size: 50px;
  }

  .hero-banner-info {
    max-width: 1180px;
  }

  .container {
    width: 1630px;
  }

  .container.small {
    width: 1330px;
  }

  .compnay-logo-item {
    width: 64px;
    height: 64px;
  }

  .blog-details-sticky .ul-check-arrow ul li {
    font-size: 18px;
  }

  .blog-details-sticky p {
    font-size: 26px;
  }

  .blog-details-sticky {
    top: 170px;
  }
}

@media (min-width: 1710px) {
  .container.container-huge {
    width: 1680px;
  }

  .banner-blog .topics-strip .all-topics a {
    font-size: 18px;
    font-weight: 700;
  }
}

@media (min-width: 1384px) {
  .container.container-narrow {
    width: 1354px;
  }
}

@media (min-width: 540px) {
  .primary-hero__content ul li:not(:last-child):after {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .flex {
    display: flex;
  }

  .flex-reverse {
    flex-flow: row-reverse;
  }

  .align-center {
    align-items: center;
  }

  .align-top {
    align-items: flex-start;
  }

  .align-bottom {
    align-items: flex-end;
  }

  .space-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-right {
    justify-content: flex-end;
  }

  .justify-left {
    justify-content: flex-start;
  }

  .row-wrap {
    flex-flow: row wrap;
  }

  .mobile-show {
    display: none;
  }
}

@media (min-width: 768px) {
  .primary-hero {
    padding-top: 150px;
  }

  .new-hero-banner.primary-hero {
    min-height: 650px;
  }

  .services-page .banner-about,
  .all-technologies-page .banner-about {
    padding: 100px 0 60px;
  }

  .title-part h2 {
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 40px;
  }

  .inner-banner .pre-title {
    font-size: 18px;
  }

  .services-page .banner-about .h1,
  .all-technologies-page .banner-about .h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  /* .digits {
    margin: 36px -10px 0;
  } */
  .breadcrumb ul li p,
  .breadcrumb ul li > span,
  .breadcrumb ul li a {
    font-size: 16px;
  }

  .primary-hero__content h1 {
    font-size: 36px;
  }

  .primary-hero__content ul li {
    font-size: 20px;
  }

  .section-title h2,
  .section-title .h2 {
    font-size: 26px;
  }

  .banner-portfolio h1.h2 {
    font-size: 30px;
  }

  .contact_us_page_banner_section .contact-us-form .num-email a img {
    max-width: unset;
  }

  .or-click a {
    font-size: 20px;
  }

  .breadcrumb ul li + li:before {
    top: -4px;
  }

  .primary-hero__image {
    height: 280px;
  }

  .banner-portfolio .h1,
  .banner-hire-developer .h1,
  .banner-blog .h1,
  .banner-about .h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }

  .laptop-frame-wrapper {
    padding: 98px 0 0;
  }

  .or-click .below-text {
    font-size: 16px;
  }

  .inner-banner h1:not(.pre-title) {
    font-size: 32px;
    /* font-size: 40px; */
    /* line-height: 3.4rem; */
  }

  .inner-banner .eb {
    bottom: -290px;
  }

  .inner-banner .left-texts .ul-dots ul li {
    margin-top: 5px;
  }

  .inner-banner .right-part .top-box .hex-dual-green {
    left: 43%;
    transform: translateX(-50%);
    width: 177px;
    height: auto;
  }

  .inner-banner .right-part .top-box .image img:not(.hex-dual-green) {
    margin: 0 0 0 15px;
  }

  .inner-banner .right-part.hire-only .top-box .image {
    margin: 0;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    width: 290px;
    padding: 0 0 0px 30px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    position: relative;
    /* padding: 0 0 0 20px; */
  }

  .inner-banner .right-part.hire-only .top-box .price-dv:after {
    content: "";
    width: 1px;
    height: 88px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: var(--white);
    opacity: 0.2;
  }

  .inner-banner .right-part .top-box [class*="button-"].full a img {
    margin-top: 15px;
  }

  .inner-banner .email-form.default-form .wpforms-field-container {
    max-width: calc(100% - 220px);
  }

  .inner-banner .email-form.default-form .wpforms-submit-container {
    margin: 0;
    padding: 0;
    width: 230px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .inner-banner
    .email-form.default-form
    .wpforms-submit-container
    button[type="submit"] {
    padding: 24px 30px;
    border-radius: 0 11px 11px 0;
  }

  .inner-banner .email-form.default-form .wpforms-form select,
  .inner-banner .email-form.default-form .wpforms-form textarea,
  .inner-banner
    .email-form.default-form
    .wpforms-form
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
      [type="button"]
    ):not([type="image"]):not([type="file"]) {
    padding: 24px 24px;
  }

  .inner-banner .or-click-clutch {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner-banner .blue-box {
    padding: 20px;
  }

  .digits .list {
    width: calc(100% / 3 - 16px);
    margin: 0 8px;
  }

  .digits .list + .list {
    margin: 0 8px;
  }

  header.header.for-mobile .logo img {
    max-width: 160px;
  }

  header.header.for-mobile .right-toggle > .button-1 a {
    padding: 10px 45px 10px 20px;
  }

  header.header.for-mobile .right-toggle > .button-1 a img {
    display: block;
    right: 15px;
  }

  header.header.for-mobile .mobile-menu-toggle {
    margin: 0 0 0 30px;
  }

  header.header.for-mobile .mainmenu {
    max-height: calc(100vh - 83px);
  }

  .banner-about {
    margin-top: 83px;
  }

  .video-wrapper .video-item .image-block img {
    border-radius: 12px;
  }

  .post-main .post-content {
    word-wrap: initial;
  }

  .term-banner-section {
    margin-top: 83px;
  }

  .error-404-banner {
    margin-top: 83px;
    background-color: var(--OffWhite);
    /* background-image: url(../images/404-bg.svg); */
    min-height: calc(100dvh - 239px);
    display: flex;
    align-items: center;
  }

  .error-404-banner .form-wrapper {
    /* margin: 40px 0; */
  }

  .error-404-banner .form-wrapper input.search-field {
    min-width: 462px;
    padding: 26px 20px 26px 52px;
  }

  .error-404-banner .inner .image-block .qube {
    max-width: unset;
  }

  .error-404-banner .inner .image-block .qube1 {
    max-width: 66px;
  }

  .error-404-banner .inner .image-block .qube2 {
    max-width: 94px;
  }

  .error-404-banner .inner .image-block .qube3 {
    right: -68px;
    max-width: 128px;
  }

  .thankyou-banner {
    margin-top: 83px;
  }

  .thankyou-banner .inner .left {
    width: 50%;
    margin: 0 30px 0 0;
  }

  .thankyou-banner .inner .right {
    width: calc(50% - 30px);
  }

  .thankyou-banner .inner .right .image-block {
    padding: 50px 0 0;
  }

  .thankyou-banner .inner .right .image-block .hex-logo {
    top: -20px;
  }

  .thankyou-main .list-wrapper {
    margin: 0 -15px;
    justify-content: center;
  }

  .thankyou-main .list-wrapper .list {
    width: calc(50% - 30px);
    margin: 15px;
  }

  .thankyou-main .list-wrapper .list + .list {
    margin: 15px;
  }

  .thankyou-main .list-wrapper .list .image-block {
    height: 192px;
  }

  .inner-banner h2,
  .inner-banner .h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .inner-banner.banner-port-inner > div > div.inner.flex {
    display: block;
  }

  .laptop-frame-wrapper:after {
    height: 22vw;
  }

  .laptop-frame-wrapper .wrapper .frame {
    display: block;
    max-width: 720px;
    left: 50%;
    /*		top: -12px;*/
    transform: translateX(-50%);
  }

  .laptop-frame-wrapper .wrapper .laptop-slider {
    max-width: 544px;
    border-radius: 9px 9px 0 0;
    margin: 0 auto;
    box-shadow: none;
  }

  .schdle-popup.fancybox-content {
    width: 1000px;
    border-radius: 10px;
  }

  .schdle-popup .left {
    width: 50%;
    border-radius: 10px 0 0 10px;
    padding: 17px 33px 0;
  }

  .schdle-popup .right-form {
    width: 50%;
  }

  .product-excellence-section {
    padding: 75px 0;
  }

  .product-excellence-section h2 {
    font-size: 36px;
    line-height: 45px;
    /*    margin: 0 0 40px;*/
    margin: 0 0 25px;
  }

  .product-excellence-section .company-logos {
    /*    margin-bottom: 110px;*/
    /*    margin-bottom: 70px;*/
    /* margin-bottom: 75px; */
  }

  .digits .list p {
    font-size: 18px;
  }

  .digits .list {
    padding: 22px;
  }

  .title-part .content p {
    margin: 0 0 70px;
  }

  .blog-as-page .post-content {
    padding-left: 0;
    /* padding-right: 50px; */
  }
}

@media (min-width: 992px) {
  /* OUR WORK PAGINATION */

  .portfolio-pagination .circle-box a,
  .portfolio-pagination .circle-box span {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 18px;
    font-family: var(--poppins);
  }

  .portfolio-pagination .circle-box a.prev,
  .portfolio-pagination .circle-box a.next {
    font-size: 20px;
  }

  /* OUR WORK PAGINATION END */

  .digits .list .big {
    font-size: 33px;
  }

  .section-title:not(:empty) {
    /* margin-bottom: 70px; */
    margin: 0 auto 70px;
    /* margin: 0 auto 38px; */
  }

  .inner-banner h2,
  .inner-banner .h2 {
    font-size: 36px;
    line-height: 1.35;
  }

  .primary-hero__content h1 {
    font-size: 55px;
  }

  .primary-hero__image {
    height: 340px;
  }

  .what-can-do__card-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-banner .left-texts b {
    font-size: 21px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 35px;
  }

  .inner-banner .left-texts .ul-dots ul li {
    width: 33.33%;
  }

  .inner-banner .left-texts .ul-dots ul.hire-list li {
    width: 50%;
  }

  .banner-about .image-left {
    margin: 0 40px 0 0;
    width: 50%;
  }

  .banner-about .right-text {
    margin: 0 0px 0 0;
    width: 50%;
  }

  .inner-banner .right-part .top-box .hex-dual-green {
    width: 190px;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    width: auto;
  }

  .inner-banner .right-part.hire-only .left-part {
    flex-wrap: wrap;
    margin-bottom: 48px;
    width: 100%;
    justify-content: center;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv:after {
    display: none;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv .text-start {
    padding: 0 20px 0 0;
  }

  .inner-banner .blue-box {
    padding: 30px;
  }

  .inner-banner .blue-box .green-text {
    font-size: 21px;
    line-height: 34px;
    margin: 0 0 16px;
  }

  .inner-banner .email-form.default-form .wpforms-field-container {
    max-width: calc(100% - 170px);
  }

  .inner-banner .email-form.default-form .wpforms-submit-container {
    width: 180px;
  }

  .inner-banner .or-click-clutch {
    display: block;
    margin: 0 0 60px;
  }

  .digits {
    justify-content: center;
    /* justify-content: center; */
    margin: 84px -16px 0;
    gap: 32px 0;
  }

  .inner-banner .digits {
    margin: 50px -16px 0;
  }

  .digits .list {
    width: calc(100% / 4 - 32px);
  }

  .banner-about {
    padding: 46px 0;
  }

  .banner-about .image-left .qube.qube1 {
    bottom: 60px;
  }

  .banner-about .image-left .qube.qube2 {
    top: 50px;
  }

  .banner-about .image-left .qube.qube3 {
    right: 30px;
  }

  .post-main .sidebar {
    max-width: 365px;
    margin: 0;
  }

  .term-banner-section {
    padding: 70px 0 25px;
  }

  .term-main-section {
    padding: 165px 0 60px;
  }

  .term-main-section .title-part {
    margin-bottom: 40px;
  }

  .term-main-section .inner .term-content {
    width: calc(100% - 405px);
  }

  .error-404-banner {
    padding: 50px 0;
  }

  .error-404-banner .inner .left {
    width: 50%;
    margin: 0;
  }

  .error-404-banner .inner .right {
    width: calc(50% - 50px);
    margin: 0 0 0 auto;
  }

  .error-404-banner .links .link:not(:last-child) {
    margin: 0 0 50px;
  }

  .error-404-banner .links .link-text a {
    font-size: 24px;
    line-height: 31px;
  }

  .error-404-banner .links .link-text a:after {
    top: 5px;
  }

  .error-404-banner .inner .image-block .qube3 {
    max-width: 100px;
    right: -30px;
  }

  .thankyou-banner .inner .left > .content {
    margin: 50px 0;
  }

  .thankyou-banner .inner .left .social-section .social-share {
    padding: 50px 0 0;
  }

  .thankyou-banner
    .inner
    .left
    .social-section
    .social-share
    a:not(:last-child) {
    margin: 0 57px 0 0;
  }

  .thankyou-main {
    padding: 70px 0;
  }

  .thankyou-main .list-wrapper .list .image-block {
    height: 250px;
  }

  .inner-banner.banner-port-inner > div > div.inner.flex {
    display: flex;
  }

  .laptop-frame-wrapper .wrapper .frame {
    max-width: 880px;
    /*		top: -15px;*/
  }

  .laptop-frame-wrapper .wrapper .laptop-slider {
    max-width: 664px;
    border-radius: 14px 14px 0 0;
  }

  .post-main .post-wrap {
    width: calc(100% - 310px);
    /* width: calc(100% - 425px); */
    padding: 0 0px 0 40px;
    line-height: 34px;
  }

  .blog-as-page .post-wrap {
    width: 100% !important;
    flex-direction: row-reverse;
  }

  .blog-as-page .post-content {
    padding-left: 0;
    padding-right: 70px;
  }

  .post-main .post-wrap p {
    margin: 0 0 15px 0;
  }

  .inner-banner .right-part .top-box .image {
    width: 255px;
  }

  .inner-banner .right-part .top-box .text {
    max-width: calc(100% - 255px);
  }

  .error-404-banner .error-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .error-404-banner .error-div div {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .primary-hero__image {
    display: block;
    height: 355px;
  }

  .primary-hero {
    padding-bottom: 0;
    padding-top: 150px;
  }

  .primary-hero::before {
    opacity: 1;
  }

  .hero-banner-info-item .inner .desc {
    font-size: 20px;
  }

  .hero-banner-info {
    margin-bottom: -80px;
  }

  header.header .mainmenu ul li a {
    color: var(--BlueTextColor);
  }

  .services-nav nav a {
    padding: 7px 7px;
  }

  .breadcrumb {
    /* padding: 140px 0 0; */
  }

  .blog-as-page .post-content {
    padding-left: 0;
    padding-right: 100px;
  }

  .breadcrumb.service-space {
    padding: 140px 0 0;
  }

  .inner-banner .left-texts {
    width: 50%;
    padding-right: 50px;
  }

  .banner-about .banner-img {
    margin-top: 100px;
  }

  .inner-banner .right-part {
    width: 50%;
    padding: 0;
    margin-top: 0;
  }

  .primary-hero__content h1 {
    font-size: 52px;
  }

  .inner-banner .right-part .top-box {
    padding: 14px 64px 49px;
  }

  .inner-banner .right-part.hire-only .top-box {
    padding: 40px 30px 32px;
  }

  .banner-blog .topic-parent.stick .topic-inner {
    top: 90px;
    padding: 0;
  }

  .banner-blog .topics-strip .all-topics a {
    font-size: 14px;
    font-weight: 700;
  }

  .blog-page-filter .blog-topics-bar {
    display: none;
  }

  .banner-blog .topics-strip {
    flex-direction: unset;
    align-items: center;
  }

  .banner-blog .topics-strip .all-topics {
    flex-direction: unset;
  }

  .banner-blog .topics-strip a.active:after {
    display: unset;
  }

  .banner-blog .topics-strip a {
    padding: 5px;
  }

  .banner-blog .topics-strip .click-topic {
    width: 70px;
  }

  .banner-blog .topics-strip .click-topic:after {
    display: inline-block;
  }

  .banner-blog .topics-strip .click-topic .other {
    right: -20px;
    left: unset;
    padding: 20px 15px;
    filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.15));
    background: #f3f6fc;
    border-radius: 15px;
    min-width: 290px;
    transition: 200ms;
  }

  .banner-blog .topics-strip .click-topic .other:after {
    right: 49px;
    left: unset;
  }

  .banner-blog .topics-strip .right-dropdown {
    padding: 0;
    width: unset;
  }

  .banner-blog .topics-strip .click-topic .text:after {
    content: "";
    transform: translate(0, 2px);
    background: url(../images/down-chevron-icon-white.svg) no-repeat right
      center / 10px auto;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: unset;
    right: unset;
    border: none;
  }

  .banner-blog .topics-strip .click-topic .other {
    padding: 20px 15px;
    position: absolute;
    filter: drop-shadow(-15px 16px 25px rgba(0, 0, 0, 0.15));
    background: #f3f6fc;
    border-radius: 15px;
    min-width: 290px;
    left: unset;
    top: calc(100% + 21px);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 200ms;
  }

  .banner-blog .topics-strip .click-topic .other:after {
    position: absolute;
    left: unset;
    right: 49px;
    top: -12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 16px 14px;
    border-color: transparent transparent #f3f6fc transparent;
  }

  .banner-blog .topics-strip .click-topic .other a {
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
    font-size: 16px;
    color: var(--base_color);
  }

  .banner-blog .topics-strip .click-topic .other .custom-scroll a {
    padding: 10px;
  }

  .inner-banner .right-part.hire-only .left-part {
    flex-wrap: initial;
    width: 100%;
    position: relative;
  }

  .inner-banner .right-part.hire-only .left-part .price-dv::before {
    position: absolute;
    content: "";
    width: 1px;
    border-left: 2px dashed var(--BlueTextColor);
    opacity: 0.5;
    height: 100%;
    left: -10px;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    width: 230px;
    font-size: 24px;
    line-height: 32px;
    padding-right: 20px;
    padding-left: 10px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    padding: 0 0 0 20px;
    /* margin: 0 0 0 20px; */
    width: auto;
    display: initial;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv:after {
    display: block;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv .text-start {
    padding: 0;
  }

  .inner-banner .email-form.default-form .wpforms-field-container {
    max-width: calc(100% - 220px);
  }

  .inner-banner .email-form.default-form .wpforms-submit-container {
    width: 230px;
  }

  .video-wrapper .video-item .video-title {
    font-size: 20px;
    line-height: 30px;
  }

  header.header .mainmenu .megamenu .left-links .col-70-30 > div:first-child {
    width: 65%;
  }

  header.header
    .mainmenu
    .megamenu
    .left-links
    .col-70-30
    > div:first-child
    .verti-col {
    flex-flow: row wrap;
    display: flex;
  }

  header.header
    .mainmenu
    .megamenu
    .left-links
    .col-70-30
    > div:first-child
    .verti-col
    > div {
    width: 50%;
  }

  header.header .mainmenu .megamenu .left-links .col-70-30 > div:last-child {
    width: 35%;
  }

  header.header .mainmenu .megamenu .left-links .list-links.col-70-30 a p {
    color: var(--BlueTextColor);
    font-size: 14px;
    opacity: 0.5;
  }

  header.header .mainmenu ul li:nth-child(1) .megamenu {
    left: -365px;
    min-width: 1170px;
  }

  header.header .mainmenu ul li:nth-child(1) .megamenu:after {
    left: 394px;
  }

  header.header
    .mainmenu
    ul
    li:nth-child(5)
    .megamenu
    .left-links
    .list-links.three-col
    a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header.header.for-desktop {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  header.header.for-mobile {
    display: none;
  }

  header.header {
    min-height: 100px;
    padding: 5px 0;
  }

  header.header .logo {
    max-width: 180px;
  }

  header.header .mainmenu {
    margin: 0 30px 0 auto;
  }

  header.header .mainmenu ul li {
    margin: 0 10px;
  }

  header.header .mainmenu ul li a {
    font-size: 16px;
  }

  header.header .container-full {
    width: 100%;
  }

  header.header .email a {
    color: var(--white);
    font-size: 16px;
    margin: 0 20px 0 0;
  }

  header.header .right-toggle .extra-links {
    display: flex;
    align-items: center;
  }

  .banner-about {
    margin-top: 105px;
  }

  .banner-about .image-left {
    max-width: 712px;
  }

  .banner-about .image-left .qube {
    max-width: unset;
  }

  .banner-about .image-left .qube.qube1 {
    bottom: 30px;
  }

  .banner-about .image-left .qube.qube3 {
    right: 30px;
  }

  .banner-about .right-text {
    max-width: 700px;
  }

  .banner-about.banner-dark {
    padding-top: 180px;
  }

  .term-banner-section {
    margin-top: 105px;
  }

  .error-404-banner .inner .left {
    width: 630px;
  }

  .error-404-banner .inner .right {
    width: calc(100% - 680px);
  }

  .thankyou-banner {
    margin-top: 105px;
  }

  .thankyou-banner h1 {
    font-size: 60px;
    line-height: 75px;
  }

  .thankyou-main .list-wrapper .list .image-block {
    height: 199px;
  }

  .thankyou-main .list-wrapper .list .details {
    padding: 40px 50px;
  }

  .thankyou-main .list-wrapper .list {
    width: calc(33.33% - 30px);
  }

  .banner-blog {
    padding: 170px 0 0;
  }

  .banner-blog {
    margin-bottom: 24px;
  }

  .laptop-frame-wrapper:after {
    height: 19vw;
  }

  .laptop-frame-wrapper .wrapper .frame {
    max-width: 1070px;
  }

  .laptop-frame-wrapper .wrapper .laptop-slider {
    max-width: 810px;
    border-radius: 17px 17px 0 0;
  }

  .post-main .post-content {
    font-size: 18px;
    line-height: 27px;
  }

  .post-main .post-content h4 {
    margin-bottom: 10px;
  }

  .digits .list .big {
    font-size: 40px;
    line-height: 66px;
  }

  .error-404-banner h2 {
    font-size: 42px;
    line-height: 63px;
  }
}

@media (min-width: 1430px) {
  .new-hero-banner.primary-hero {
    min-height: 640px;
  }

  .section-title h2,
  .section-title .h2 {
    font-size: 38px;
  }

  .section-title h2:has(+ p),
  .section-title .h2:has(+ p) {
    /* margin-bottom: 40px; */
    margin-bottom: 28px;
  }

  .banner-portfolio h1.h2 {
    font-size: 36px;
  }

  .primary-hero__content h1 {
    font-size: 60px;
  }

  .section-title p {
    font-size: 20px;
  }

  .services-nav nav a {
    padding: 7px 10px;
    font-size: 14px;
  }

  .primary-hero__content ul li {
    font-size: 22px;
  }

  .inner-banner .right-part .top-box .text {
    font-size: 24px;
  }

  .inner-banner .or-click-clutch .or-click {
    padding-right: 100px;
  }

  .more-info-icon-text {
    justify-content: start;
  }

  .inner-banner .right-part .clutch-widget {
    margin-top: 0;
  }

  .what-can-do__card-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-blog .topics-strip .all-topics a {
    font-size: 16px;
    font-weight: 700;
  }

  .post-main .post-wrap {
    padding: 0 60px 0 40px;
    width: calc(100% - 345px);
  }

  .banner-blog .topic-parent.stick .topic-inner {
    top: 90px;
  }

  .banner-blog .topics-strip {
    padding: 0 40px;
  }

  .banner-portfolio .h1,
  .banner-hire-developer .h1,
  .banner-blog .h1,
  .banner-about .h1 {
    font-size: 3rem;
    line-height: 3.9rem;
  }

  .banner-about .h1 {
    font-size: 50px;
    line-height: 1.3;
  }

  .post-main .post-content h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .inner-banner .right-part.hire-only .top-box .image {
    max-width: 90px;
    width: 100%;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    width: 290px;
    font-family: var(--poppins);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    padding-right: 28px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    padding: 0 0 0 30px;
    /* margin: 0 0 0 30px; */
  }

  .inner-banner .email-form.default-form form {
    margin: 49px 0 0;
  }

  .inner-banner .or-click-clutch {
    display: flex;
    margin: 0;
  }

  .digits {
    justify-content: space-between;
  }

  .digits .list {
    font-size: 20px;
    width: calc(100% / 6 - 32px);
  }

  header.header .logo {
    max-width: 240px;
  }

  header.header .mainmenu ul li {
    margin: 0 20px;
  }

  .full-menu .inner {
    padding: 80px 0 0;
  }

  .full-menu .close {
    right: 40px;
  }

  .full-menu .left-part {
    padding-right: 150px;
    margin-top: -13px;
  }

  .full-menu .green-text {
    font-size: 90px;
    line-height: 110px;
  }

  .full-menu .right-links .list-wrapper a {
    font-size: 41px;
  }

  .full-menu .right-links .list-wrapper a + a {
    margin-top: 50px;
  }

  .full-menu .right-links .social-share {
    padding-top: 120px;
  }

  header.header .mainmenu .megamenu:after {
    left: 114px;
  }

  header.header .mainmenu .megamenu {
    top: 78px;
  }

  header.header .mainmenu ul li:nth-child(1) .megamenu {
    min-width: 1210px;
    left: -310px;
  }

  header.header .mainmenu ul li:nth-child(1) .megamenu:after {
    left: 350px;
  }

  header.header .mainmenu ul li:nth-child(2) .megamenu {
    left: -405px;
    min-width: 1304px;
  }

  header.header .mainmenu ul li:nth-child(2) .megamenu:after {
    left: 596px;
  }

  header.header .mainmenu ul li:nth-child(4) .megamenu:after {
    right: 392px;
  }

  header.header .mainmenu ul li:nth-child(5) .megamenu {
    /* min-width: 1100px;
    left: -200px; */
    min-width: unset;
    right: -230px;
    left: -20px;
  }

  header.header .mainmenu ul li:nth-child(5) .megamenu:after {
    left: unset;
    right: 280px;
  }

  header.header .mainmenu .megamenu {
    left: -70px;
  }

  .banner-about {
    margin-top: 100px;
    padding: 100px 0 50px;
  }

  .inner-banner h1:not(.pre-title) {
    font-size: 36px;
    /* font-size: 48px; */
    /* line-height: 3.9rem; */
  }

  .term-banner-section {
    margin-top: 99px;
    padding: 100px 0 30px;
  }

  .term-main-section {
    padding: 195px 0 110px;
  }

  .error-404-banner .inner .image-block .qube3 {
    right: -68px;
    max-width: 128px;
  }

  .thankyou-banner {
    margin-top: 99px;
  }

  .thankyou-banner .inner .left > .content {
    margin: 30px 0 100px;
  }

  .thankyou-banner .inner .left {
    width: 700px;
    margin: 0 100px 0 0;
  }

  .thankyou-banner .inner .right {
    width: calc(100% - 800px);
  }

  .thankyou-banner .inner .right .image-block {
    padding: 0;
  }

  .thankyou-banner .inner .right .image-block .hex-logo {
    left: 35px;
    top: -105px;
    margin: 0;
  }

  .thankyou-main {
    padding: 100px 0;
  }

  .thankyou-main .list-wrapper .list.heading {
    padding: 122px 85px;
  }

  .thankyou-main .list-wrapper .list .image-block {
    height: 241px;
  }

  .banner-portfolio[data-section="how_it_work_banner_section"] .content {
    max-width: 1330px;
    margin: 0 auto;
  }

  .laptop-frame-wrapper:after {
    height: 320px;
  }

  .laptop-frame-wrapper .wrapper .frame {
    max-width: 1368px;
    /*		top: -26px;*/
  }

  .laptop-frame-wrapper .wrapper .laptop-slider {
    max-width: 1033px;
    border-radius: 17px 17px 0 0;
  }

  .schdle-popup.fancybox-content {
    width: 1084px;
  }

  .schdle-popup .left {
    padding: 40px 20px 20px;
  }

  .schdle-popup .right-form {
    padding: 40px 50px 50px;
  }

  .inner-banner .digits {
    margin: 70px -16px 0;
  }
}

@media (min-width: 1660px) {
  .new-hero-banner.primary-hero {
    min-height: 680px;
  }

  .primary-hero__content h1 {
    font-size: 70px;
  }

  .primary-hero {
    padding-top: 200px;
  }

  .primary-hero__image {
    height: 465px;
  }

  .services-nav nav a {
    padding: 7px 20px;
    font-size: 14px;
  }

  .services-nav nav a .icon-div {
    scale: 1;
    margin-right: 10px;
  }

  .digits .list .big {
    font-size: 44px;
  }

  .banner-portfolio .h1,
  .banner-hire-developer .h1,
  .banner-blog .h1 {
    font-size: 48px;
    line-height: normal;
  }

  .inner-banner .left-texts {
    width: calc(100% - 784px);
    padding-right: 120px;
  }

  .inner-banner .right-part {
    width: 784px;
    /*padding:66px 0 0;*/
  }

  .inner-banner .blue-box {
    padding: 50px 70px 55px;
  }

  .inner-banner .right-part.hire-only .top-box {
    padding: 64px 64px 50px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    padding: 0 0 0 50px;
    margin-left: auto;
  }

  .inner-banner h1:not(.pre-title) {
    /* font-size: 42px; */
    /* line-height: 56px; */
    font-size: 36px;
  }

  .full-menu {
    padding: 50px 160px;
  }

  .full-menu .close {
    right: 130px;
  }

  .full-menu .right-links {
    min-width: 500px;
  }

  .banner-about .image-left .qube.qube2 {
    top: 48px;
    right: 54px;
  }

  .banner-about .image-left .qube.qube3 {
    right: -37px;
  }

  .banner-about .right-text [class*="button-"] {
    padding: 40px 0 0 0;
  }

  .thankyou-main {
    padding: 100px 0 170px;
  }

  .thankyou-main .list-wrapper .list .image-block {
    height: 280px;
  }

  header.header .right-toggle [class*="button-"] a {
    padding: 15px 60px 15px 30px;
    /*min-width:230px;*/
  }
}

@media (min-width: 1900px) {
  /*header.header .inner-part{padding:0 150px;}*/
  .new-hero-banner.primary-hero {
    min-height: 850px;
  }
}

@media (max-width: 1699px) {
  .digits .list strong {
    font-size: 33px;
    line-height: 43.21px;
  }
}

@media (max-width: 1199px) {
  .esb-sidebar__cta {
    display: none;
  }

  .product-excellence-section .company-logos .logo {
    width: 50%;
  }

  .hire-services-cta .img {
    display: none;
  }

  .hire-services-cta .inner {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .banner-about .flex {
    display: block;
  }

  .product-excellence-section .company-logos {
    justify-content: center;
  }

  .product-excellence-section .company-logos .logo {
    border-top: 0;
  }

  .inner-banner h2,
  .inner-banner .h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  header.header.for-mobile .book-a-call-cta a {
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }
  .more-info-icon-text {
    flex-wrap: wrap;
    gap: 10px;
  }

  .digits .list strong {
    font-size: 28px;
    line-height: 35.21px;
  }

  .contact_us_page_banner_section .contact-us-form {
    margin-top: 50px !important;
  }

  .contact_us_page_banner_section .contact-us-form .contact-form {
    margin-top: 40px !important;
  }

  .hire-services-cta .inner {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
  }

  .hire-tech-cta > .inner {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
  }

  .hire-tech-cta .inner > div {
    width: 100%;
    padding: 0;
  }

  .hire-tech-cta .inner .left {
    padding: 0;
  }

  .hire-tech-cta .inner .left::before {
    opacity: 0;
  }
}

@media (max-width: 575px) {
  .inner-banner .right-part .top-box .image img:not(.hex-dual-green) {
    max-width: 70px;
  }

  .inner-banner
    .right-part:not(.hire-only)
    .top-box
    .image
    img:not(.hex-dual-green) {
    max-width: 210px;
  }

  .inner-banner .right-part .top-box .text,
  .inner-banner .right-part.hire-only .top-box .price-dv sub {
    font-size: 20px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv .text-start {
    font-size: 22px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv h3,
  .inner-banner .right-part.hire-only .top-box .price-dv strong {
    font-size: 35px;
  }

  .inner-banner .right-part .top-box {
    padding: 20px 20px 30px;
  }

  .digits .list strong {
    font-size: 23px;
    line-height: 26.21px;
  }

  .hire-tech-cta > .inner,
  .hire-services-cta .inner {
    padding: 24px;
  }

  .hire-services-cta .details,
  .hire-services-cta .details p {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .inner-banner .right-part.hire-only .left-part {
    margin-bottom: 22px;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    padding: 0 0 0px 15px;
    max-width: calc(100% - 86px);
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .inner-banner .right-part.hire-only .left-part {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv .text-start,
  .inner-banner .right-part.hire-only .top-box .price {
    display: flex;
    justify-content: center;
  }

  .inner-banner .right-part.hire-only .top-box .price {
    margin-top: 10px;
  }

  .inner-banner .right-part.hire-only .top-box .text {
    width: auto;
  }
}

@media (max-width: 575px) {
  .inner-banner .right-part.hire-only .left-part {
    justify-content: flex-start;
  }

  .inner-banner .right-part.hire-only .top-box .image {
    width: 70px;
    margin-bottom: 0px;
  }

  .inner-banner .right-part .top-box .image img:not(.hex-dual-green) {
    max-width: 100%;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv .text-start,
  .inner-banner .right-part.hire-only .top-box .price {
    justify-content: flex-start;
  }

  .inner-banner .right-part.hire-only .top-box .price {
    margin-top: 2px;
  }

  .inner-banner .right-part.hire-only .top-box .price-dv {
    margin-top: 10px;
  }

  .tabs-container.tech-tab-list.for-mobile {
    position: sticky;
    top: 75px;
    z-index: 123;
  }
}

.header.for-mobile {
  content-visibility: unset !important;
}

/* Smaller Container */

@media screen and (min-width: 769px) {
  .container.xs-size {
    max-width: 840px;
  }
}

@media screen and (min-width: 1200px) {
  .container.xs-size {
    max-width: 1086px;
  }
}

/* ------------------------------------------------ */
/* ESB Banner Secondary  */
/* ------------------------------------------------ */

html {
  margin-top: 0 !important;
}

.esb-sec-banner-secondary {
  padding-top: 90px;
  background-color: var(--BlueLight2);
  position: relative;
  color: var(--BlueTextColor);
  position: relative;
  z-index: 0;
  /* margin-bottom: 70px; */
}

.esb-sec-banner-secondary::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYyOSIgaGVpZ2h0PSIxMDgwIiB2aWV3Qm94PSIwIDAgMTYyOSAxMDgwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTA4XzQyOSkiPgo8bWFzayBpZD0ibWFzazBfMTA4XzQyOSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2MjkiIGhlaWdodD0iMTA4MCI+CjxwYXRoIGQ9Ik0wIDEwODBIMTYyOC4xNlYwSDBWMTA4MFoiIGZpbGw9IiNEOUQ5RDkiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzEwOF80MjkpIj4KPHBhdGggZD0iTTEwOTQuOTYgMzQxLjk1N0w3NzguMzUyIDY1Ny4wODZMMTM4Ni40MyAxMjY2LjIyTDE0MTEuNTEgMTI3My4zMkwxNzc0LjMgMTAwOS4zMUwxMDk0Ljk2IDM0MS45NTdaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTA4XzQyOSkiLz4KPHBhdGggb3BhY2l0eT0iMC44IiBkPSJNMzI0LjUgLTE4Mi41TC0yMTUgMjEzTDY4OS40MzcgMTEyOEw3MTkuNDIgMTEzNi41TDEyMjkuOTMgNzEyLjIxNkwzMjQuNSAtMTgyLjVaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfMTA4XzQyOSkiLz4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNNzQuODYgNTguNDM3NUwzMy4wNDMgMTI3LjM4NUw2MzIuNDU1IDcxMi45MjNMNjkwLjMxNiA2NTkuNDQ4TDQzMy45NjcgNDExLjY1NEw3NC44NiA1OC40Mzc1WiIgZmlsbD0idXJsKCNwYWludDJfbGluZWFyXzEwOF80MjkpIi8+CjxwYXRoIG9wYWNpdHk9IjAuMDQiIGQ9Ik0xMTY2Ljk4IDY1Ni41MkwxMTI4LjQ3IDcxNi43NTVMMTYzNy4xNCAxMjQ3LjU0TDE3MDEuMTIgMTIwMS4zNEwxNDc4LjU5IDk3Ni42NTlMMTE2Ni45OCA2NTYuNTJaIiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXJfMTA4XzQyOSkiLz4KPHBhdGggb3BhY2l0eT0iMC4yIiBkPSJNMzYuNzA3NyAyMjVMMjguMDExNyAyNjIuMTU4TDU5My44OTIgODA5TDYxNS4wMTIgNzg0Ljg0N0w1OTMuODkyIDc2My4xNzJMMzYuNzA3NyAyMjVaIiBmaWxsPSJ1cmwoI3BhaW50NF9saW5lYXJfMTA4XzQyOSkiLz4KPHBhdGggb3BhY2l0eT0iMC4wNCIgZD0iTTEwMjQuNDkgNzI4LjU5NEwxMDE4LjA2IDc1Ni4xNDZMMTQzNi4zNCAxMTYxLjYyTDE0NTEuOTUgMTE0My43MUwxNDM2LjM0IDExMjcuNjRMMTAyNC40OSA3MjguNTk0WiIgZmlsbD0idXJsKCNwYWludDVfbGluZWFyXzEwOF80MjkpIi8+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTI0Mi42NTEgNTFMMjMzLjk4NCA4OC4wOTQ0TDc5Ny45MzggNjM0TDgxOC45ODggNjA5Ljg4OUw3OTcuOTM4IDU4OC4yNUwyNDIuNjUxIDUxWiIgZmlsbD0idXJsKCNwYWludDZfbGluZWFyXzEwOF80MjkpIi8+CjxwYXRoIG9wYWNpdHk9IjAuMDQiIGQ9Ik0xMjM4Ljc2IDYzNC4wODJMMTIzMiA2NjMuMDU2TDE2NzEuODIgMTA4OS40NUwxNjg4LjIzIDEwNzAuNjJMMTY3MS44MiAxMDUzLjcyTDEyMzguNzYgNjM0LjA4MloiIGZpbGw9InVybCgjcGFpbnQ3X2xpbmVhcl8xMDhfNDI5KSIvPgo8cGF0aCBvcGFjaXR5PSIwLjIiIGQ9Ik01OTkuNjc3IC01MUw1OTEuOTc3IC0xNy45ODA5TDEwOTMuMDggNDY3Ljk1TDExMTEuNzkgNDQ2LjQ4N0wxMDkzLjA4IDQyNy4yMjZMNTk5LjY3NyAtNTFaIiBmaWxsPSJ1cmwoI3BhaW50OF9saW5lYXJfMTA4XzQyOSkiLz4KPC9nPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA4XzQyOSIgeDE9Ijk5MC4xNDIiIHkxPSI1MDYuNTI0IiB4Mj0iMTU3MC4zOSIgeTI9IjEwOTQuNDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC40MjUiIHN0b3AtY29sb3I9IiNGMkY0RkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjY3IiBzdG9wLWNvbG9yPSIjRjJGNEZGIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzEwOF80MjkiIHgxPSIyMTAiIHkxPSIxMjAuNSIgeDI9IjkwOS4wNCIgeTI9IjgwNC4zOSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQ4OTg1NyIgc3RvcC1jb2xvcj0iI0YyRjRGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuNzM2OTY3IiBzdG9wLWNvbG9yPSIjRjJGNEZGIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNkY3RkMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfMTA4XzQyOSIgeDE9IjEyNC43NDciIHkxPSIxNTcuMzI4IiB4Mj0iNjQ4LjA5IiB5Mj0iNjQ5LjAyMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjM5MTQ0NSIgc3RvcC1jb2xvcj0iIzJCNERGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuNzM3MTg3IiBzdG9wLWNvbG9yPSIjMkI0REZGIiBzdG9wLW9wYWNpdHk9IjAuOCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNkY3RkMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50M19saW5lYXJfMTA4XzQyOSIgeDE9IjEyMTguOSIgeTE9IjY0My42MzEiIHgyPSIxNzUzLjg5IiB5Mj0iMTEzNi44MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjMyNDQwMyIgc3RvcC1jb2xvcj0iIzJCNERGRiIvPgo8c3RvcCBvZmZzZXQ9IjAuNzAyNiIgc3RvcC1jb2xvcj0iIzJCNERGRiIgc3RvcC1vcGFjaXR5PSIwLjg5MjY3MyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNkY3RkMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50NF9saW5lYXJfMTA4XzQyOSIgeDE9IjE0NiIgeTE9IjI0MS41IiB4Mj0iNjUwLjYzMyIgeTI9IjcxOC45MTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC40NjUiIHN0b3AtY29sb3I9IiMyQjRERkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjcwMjYiIHN0b3AtY29sb3I9IiMyQjRERkYiIHN0b3Atb3BhY2l0eT0iMC44OTI2NzMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDVfbGluZWFyXzEwOF80MjkiIHgxPSIxMDg2LjU4IiB5MT0iNzE5LjE1MSIgeDI9IjE0NzkuNDEiIHkyPSIxMDkzLjYzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNkY3RkMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjAuMzI0NDAzIiBzdG9wLWNvbG9yPSIjMkI0REZGIi8+CjxzdG9wIG9mZnNldD0iMC43MDI2IiBzdG9wLWNvbG9yPSIjMkI0REZGIiBzdG9wLW9wYWNpdHk9IjAuODkyNjczIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ2X2xpbmVhcl8xMDhfNDI5IiB4MT0iMzI2LjM2NyIgeTE9IjM4LjI4NjIiIHgyPSI4NTUuMjc4IiB5Mj0iNTQzLjIyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjQ1IiBzdG9wLWNvbG9yPSIjMkI0REZGIi8+CjxzdG9wIG9mZnNldD0iMC43MDI2IiBzdG9wLWNvbG9yPSIjMkI0REZGIiBzdG9wLW9wYWNpdHk9IjAuODkyNjczIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQ3X2xpbmVhcl8xMDhfNDI5IiB4MT0iMTMwNC4wNSIgeTE9IjYyNC4xNTIiIHgyPSIxNzE3LjE0IiB5Mj0iMTAxNy45MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjMyNDQwMyIgc3RvcC1jb2xvcj0iIzAwNjBCNCIvPgo8c3RvcCBvZmZzZXQ9IjAuNzAyNiIgc3RvcC1jb2xvcj0iIzAwNjBCNCIgc3RvcC1vcGFjaXR5PSIwLjg5MjY3MyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGNkY3RkMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50OF9saW5lYXJfMTA4XzQyOSIgeDE9IjY3NC4wNjQiIHkxPSItNjIuMzE3IiB4Mj0iMTE0NC44MiIgeTI9IjM4Ni4zMTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjdGQyIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC4zMjQ0MDMiIHN0b3AtY29sb3I9IiMyQjRERkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjcwMjYiIHN0b3AtY29sb3I9IiMyQjRERkYiIHN0b3Atb3BhY2l0eT0iMC44OTI2NzMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRjZGN0ZDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDhfNDI5Ij4KPHJlY3Qgd2lkdGg9IjE2MjkiIGhlaWdodD0iMTA4MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  /* background-image: url("data:image/svg+xml,%3Csvg width='1629' height='1080' viewBox='0 0 1629 1080' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3405_629' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1629' height='1080'%3E%3Cpath d='M0.00012207 1080L1628.16 1080L1628.16 0L0.00012207 0L0.00012207 1080Z' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3405_629)'%3E%3Cpath d='M1094.96 341.957L778.352 657.086L1386.43 1266.22L1411.51 1273.32L1774.3 1009.31L1094.96 341.957Z' fill='url(%23paint0_linear_3405_629)'/%3E%3Cpath opacity='0.8' d='M324.5 -182.5L-215 213L689.437 1128L719.42 1136.5L1229.93 712.216L324.5 -182.5Z' fill='url(%23paint1_linear_3405_629)'/%3E%3Cpath opacity='0.2' d='M74.86 58.4375L33.043 127.385L632.455 712.923L690.316 659.448L433.967 411.654L74.86 58.4375Z' fill='url(%23paint2_linear_3405_629)'/%3E%3Cpath opacity='0.04' d='M1166.98 656.52L1128.47 716.755L1637.14 1247.54L1701.12 1201.34L1478.59 976.66L1166.98 656.52Z' fill='url(%23paint3_linear_3405_629)'/%3E%3Cpath opacity='0.2' d='M36.7077 225L28.0117 262.158L593.892 809L615.012 784.847L593.892 763.172L36.7077 225Z' fill='url(%23paint4_linear_3405_629)'/%3E%3Cpath opacity='0.04' d='M1024.49 728.594L1018.06 756.146L1436.34 1161.62L1451.95 1143.71L1436.34 1127.64L1024.49 728.594Z' fill='url(%23paint5_linear_3405_629)'/%3E%3Cpath opacity='0.2' d='M242.651 51L233.984 88.0944L797.938 634L818.988 609.889L797.938 588.25L242.651 51Z' fill='url(%23paint6_linear_3405_629)'/%3E%3Cpath opacity='0.04' d='M1238.76 634.082L1232 663.056L1671.82 1089.45L1688.23 1070.62L1671.82 1053.72L1238.76 634.082Z' fill='url(%23paint7_linear_3405_629)'/%3E%3Cpath opacity='0.2' d='M599.677 -51L591.977 -17.9809L1093.08 467.95L1111.79 446.487L1093.08 427.226L599.677 -51Z' fill='url(%23paint8_linear_3405_629)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3405_629' x1='990.142' y1='506.524' x2='1570.39' y2='1094.41' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.425' stop-color='%23F6F7FC'/%3E%3Cstop offset='0.67' stop-color='%23F6F7FC'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_3405_629' x1='210' y1='120.5' x2='909.04' y2='804.39' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.489857' stop-color='%23F0F3FF'/%3E%3Cstop offset='0.736967' stop-color='%23F0F3FF' stop-opacity='0.6'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_3405_629' x1='124.747' y1='157.328' x2='648.09' y2='649.021' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.391445' stop-color='%230060B4'/%3E%3Cstop offset='0.737187' stop-color='%230060B4' stop-opacity='0.8'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_3405_629' x1='1218.9' y1='643.631' x2='1753.89' y2='1136.81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.324403' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_3405_629' x1='146' y1='241.5' x2='650.633' y2='718.911' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.465' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_3405_629' x1='1086.58' y1='719.151' x2='1479.41' y2='1093.63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.324403' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_3405_629' x1='326.367' y1='38.2862' x2='855.278' y2='543.226' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.45' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_3405_629' x1='1304.05' y1='624.152' x2='1717.14' y2='1017.91' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.324403' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_3405_629' x1='674.064' y1='-62.317' x2='1144.82' y2='386.316' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FC' stop-opacity='0'/%3E%3Cstop offset='0.324403' stop-color='%230060B4'/%3E%3Cstop offset='0.7026' stop-color='%230060B4' stop-opacity='0.892673'/%3E%3Cstop offset='1' stop-color='%23F6F7FC' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); */
  /* background-size: 100%; */
}

.breadcrumb ul li,
.breadcrumb ul li span,
.breadcrumb a.breadcrumbs__item-link {
  color: var(--new-theme-black-50);
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 500;
  font-family: var(--poppins);
}

.breadcrumb a.breadcrumbs__item-link:hover {
  text-decoration: underline !important;
}

.breadcrumb .breadcrumb {
  /* background-color: var(--OffWhite); */
}

.breadcrumb .bread-wrap {
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.esb-banner-secondary {
  /* min-height: 794px; */
  padding: 100px 0 75px;
  margin-bottom: 120px;
  position: relative;
}

.esb-banner-secondary__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
  pointer-events: none;
}

.esb-banner-secondary__bg svg {
  width: 100%;
  height: 100%;
}

.esb-banner-secondary__content {
  font-size: 21px;
  line-height: 1.6;
  padding-bottom: 70px;
}

.esb-banner-secondary__content h1 {
  margin-top: 0;
  margin-bottom: 20px;
  /* font-size: 48px; */
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--poppins);
  color: var(--2k25-text-heading);
  /* color: var(--new-theme-black-50); */
}

.esb-banner-secondary__content ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.esb-banner-secondary__content li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--new-theme-black-100);
}

.esb-banner-secondary__content p {
  color: var(--new-theme-black-100);
}

.esb-banner-secondary__content li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  border-top: 2px solid var(--PrimaryGreen);
  border-right: 2px solid var(--PrimaryGreen);
  display: block;
  transform: rotate(135deg);
  left: 0;
  top: 8px;
}

.esb-banner-secondary__content li:not(:last-child) {
  margin-bottom: 10px;
}

.our-work-banner .esb-banner-secondary__inner {
  align-items: center;
}

.esb-banner-secondary__inner {
  display: grid;
  grid-template-columns: 51% 1fr;
  grid-gap: 156px;
  margin-bottom: 40px;
  align-items: center;
}

.esb-banner-secondary__image {
  /* padding-left: 155px; */
  /* position: relative; */
  /* height: 100%; */
}

.esb-banner-secondary__image-inner {
  /* position: relative; */
  /* width: 100%; */
  /* max-height: 430px; */
}

.esb-banner-secondary__image-inner img {
  /* display: block; */
  /* max-height: 430px; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: contain; */
  /* object-position: top left; */
}

.esb-banner-secondary__content {
  padding-bottom: 50px;
}

.esb-banner__text-content .btn a {
  font-size: 18px;
  min-height: 50px;
}

.esb-banner-secondary__price {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 15px;
}

.esb-banner-secondary__price-text {
  font-size: 18px;
  font-weight: 400;
}

.esb-banner-secondary__price-text strong {
  font-size: 24px;
  color: var(--newOragne);
  font-family: var(--poppins);
  font-weight: 700;
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .esb-banner-secondary__content h1 {
    margin: 20px 0;
  }

  .esb-banner-secondary__content ul {
    margin-top: 30px;
  }
}

@media (max-width: 1660px) {
  .esb-banner-secondary__inner {
    grid-gap: 60px;
  }
}

@media (max-width: 1440px) {
  .esb-banner-secondary {
    /* min-height: 764px; */
  }
}

/* Desktop and Down */
@media (max-width: 1439px) {
  .esb-banner-secondary__illustrator--3 {
    left: 0;
  }

  .esb-banner-secondary__image {
    /* padding-left: 100px; */
    /* align-self: flex-start; */
    /* height: auto; */
  }

  .esb-banner-secondary {
    padding: 80px 0;
    margin-bottom: 80px;
    min-height: 1px;
  }

  .esb-banner-secondary__bg {
    height: 100%;
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  .esb-banner-secondary__content h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .esb-banner-secondary__content li {
    font-size: 16px;
  }

  .esb-banner-secondary__content li::before {
    top: 9px;
  }

  .esb-banner-secondary__price {
    margin-top: 25px;
  }

  .esb-banner-secondary__price,
  .esb-banner-secondary__content ul {
    max-width: 60%;
    width: 100%;
  }

  .esb-sec-banner-secondary {
    padding-top: 78px;
  }

  .esb-banner-secondary {
    padding: 70px 0;
  }

  .esb-banner-secondary__content {
    padding-bottom: 60px;
  }

  .esb-banner-secondary__image {
    /* padding-left: 20px; */
  }

  .esb-banner-secondary__illustrator--1 {
    left: 0;
  }

  .esb-banner-secondary__illustrator--2 {
    right: -20px;
    left: initial;
  }

  .esb-banner-secondary__content ul,
  .esb-banner-secondary__price {
    max-width: 100%;
  }

  .breadcrumb {
    display: none;
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .esb-banner-secondary__price,
  .esb-banner-secondary__content ul {
    max-width: 100%;
  }

  .esb-banner-secondary {
    padding: 40px 0;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .esb-banner-secondary__inner {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .esb-banner-secondary__image {
    /* padding: 0 40px; */
    /* order: -1; */
    /* max-width: 70%; */
    /* width: 100%; */
    /* margin: 0 auto; */
  }

  .esb-banner-secondary__content {
    padding-bottom: 0;
  }

  .esb-banner-secondary__bg {
    width: 400%;
    height: 100%;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .esb-banner-secondary__price {
    flex-direction: column;
    align-items: flex-start;
  }

  .esb-banner-secondary__content h1 {
    font-size: 30px;
  }

  .esb-banner-secondary__content li {
    font-size: 16px;
  }

  .esb-banner-secondary__content li::before {
    top: 6px;
  }

  .esb-sec-banner-secondary {
    padding-top: 75px;
  }

  .esb-banner-secondary__image {
    max-width: 100%;
  }

  .esb-banner-secondary__illustrator--1 {
    max-width: 95px;
  }

  .esb-banner-secondary__illustrator--2 {
    max-width: 44px;
  }

  .esb-banner-secondary__illustrator--3 {
    max-width: 116px;
  }

  .esb-banner-secondary__inner {
    grid-gap: 50px;
  }
}

.header-white .header-desktop {
  background-color: var(--white);
}

/* New Site Header 16-12-24 */
.site-header--secondary .header-nav {
  margin-left: auto;
}

.site-header--secondary .header-cta {
  /* margin-left: auto; */
  position: relative;
  z-index: 2;
}

.site-header--secondary .header-cta .btn.btn-black a {
  box-shadow: none;
  color: var(--BlueTextColor);
  /* background-color: var(--BlueTextColor); */
  /* border-color: var(--BlueTextColor); */
  border-color: transparent;
  background-color: transparent;
}

.site-header--secondary .header-cta .btn.btn-black a:hover {
  background-color: var(--BlueTextColor);
  color: var(--white);
  border-color: var(--BlueTextColor);
}

.site-header--secondary
  .header-nav__item.has-children
  .header-nav__link::after {
  border: 0;
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1.5 4 4 4-4' stroke='%23181F38' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
  width: 10px;
  height: 7px;
  top: 11px;
  transition: transform 0.3s ease;
}

.site-header--secondary
  .header-nav__item.has-children.active
  .header-nav__link::after {
  transform: scaleY(-1);
}

.site-header--secondary .header-nav__item .megamenu {
  position: fixed;
  top: 118px;
  width: fit-content;
  background-color: white;
  filter: none;
  filter: drop-shadow(0px 4px 4px #00000040);
  left: 50%;
  transform: translateY(-20px) translateX(-50%);
}

.site-header--secondary .header-desktop__inner .site-logo {
  position: relative;
  z-index: 2;
}

.site-header--secondary .header-desktop__inner .site-logo::before {
  /* position: absolute; */
  /* content: ""; */
  /* width: 1px; */
  /* height: calc(100% - 25px); */
  /* background-color: var(--base_color); */
  /* right: -30px; */
  /* top: 0; */
  /* bottom: 0; */
  /* margin: auto 0; */
  /* opacity: 0.3; */
}

.header-nav .header-nav__item:nth-child() .megamenu::after {
}

.site-header--secondary .header-nav__item .header-nav__link {
  position: relative;
  z-index: 2;
}

.site-header--secondary .megamenu .schedule-call-menu-btn a,
.site-header--secondary .megamenu .schedule-call-menu-btn.btn-green a,
.site-header--secondary .schedule-call-menu-btn a {
  background-color: var(--2k25-blue-primary) !important;
  border: 1px solid var(--2k25-blue-primary) !important;
  color: var(--white) !important;
}

.site-header--secondary .megamenu .schedule-call-menu-btn a:hover,
.site-header--secondary .megamenu .schedule-call-menu-btn.btn-green a:hover,
.site-header--secondary .schedule-call-menu-btn a:hover {
  background-color: var(--2k25-dark-blue) !important;
  border-color: var(--2k25-dark-blue) !important;
}

.megamenu-inner-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  /* padding-bottom: 15px; */
  max-height: 80vh;
  overflow: auto;
}

.megamenu-inner-wrapper .container {
  padding: 0;
}

.site-header--secondary .tab-item-links {
  width: 400px;
  padding-right: 30px;
}

.site-header--secondary .header-nav .megamenu .inner {
  flex-wrap: wrap;
}

.site-header--secondary .schedule-call-menu-btn,
.site-header--secondary .tab-wrap__contact {
  padding: 0;
  margin: 0;
  border: 0;
}

.site-header--secondary .megamenu-footer {
  border-top: 1px solid rgba(193, 193, 193, 0.2);
  /* padding-top: 15px; */
  margin-top: 0;
  width: 100%;
  padding: 34px 25px;
  /* padding: 20px 25px; */
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--BlueLight2);
  border-radius: 0 0 12px 0px;
}

.site-header--secondary .megamenu-footer p {
  font-size: 14px;
  font-weight: 500;
  color: var(--BlueTextColor);
  line-height: 1.25;
}

.site-header--secondary .megamenu-footer span {
  font-size: 15px;
  font-weight: 400;
  color: var(--BlueTextColor);
  line-height: 1.25;
  display: block;
}

.megamenu-footer-button {
  margin-left: auto;
}

.megamenu-footer-button a {
  /* font-size: 16px; */
  /* background-color: var(--BluePrimary); */
  /* color: var(--white); */
  /* border: 1px solid var(--BluePrimary); */
  /* text-decoration: none; */
  /* padding: 14px 20px; */
  /* display: inline-flex; */
  /* border-radius: 6px; */
  /* transition: var(--transition3); */
}

.megamenu-footer-button a:hover {
  /* color: var(--BluePrimary); */
  /* background-color: transparent; */
}

/* .site-header--secondary .megamenu-footer-inner {
display: flex;
align-items: center;
gap: 30px;
} */

.site-header--secondary .tab-wrap__contact ul li:not(:last-child)::after {
  right: -5px;
}

.site-header--secondary .tab-wrap__contact ul a {
  font-weight: 600;
  color: var(--BlueTextColor);
}

.site-header--secondary .tab-wrap__contact ul a:hover {
  color: var(--BluePrimary);
}

.site-header--secondary .tab-wrap__contact ul a img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%)
    hue-rotate(239deg) brightness(101%) contrast(97%);
}

.site-header--secondary .schedule-call-menu-btn a {
  font-size: 15px;
}

.site-header--secondary .megamenu-tab-image {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header--secondary .megamenu-tab-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  filter: invert(23%) sepia(111%) saturate(6750%) hue-rotate(231deg)
    brightness(101%) contrast(102%);
}

.header-nav__link-header {
  /* font-size: 20px; */
  font-size: 18px;
  margin-bottom: 15px;
  /* margin-bottom: 30px; */
  padding: 0 12px;
}

.tab-item-line {
  border-bottom: 1px solid var(--LightGrey4);
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  margin-bottom: 15px;
}

.header-nav__link-header strong {
  font-weight: 500;
  color: var(--new-theme-black-50);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.is-active {
  opacity: 1;
}

.section-title h2,
.section-title .h2,
.tech-tab-content__item-content h3,
.tech-tab-list__item a,
.industries-item h3,
.new-client-testimonial__inner .section-title p,
.esb-blog__card-title a,
.blue-new-footer-title,
.primary-content-left .h1 {
  font-family: var(--bricolage);
  color: var(--2k25-text-heading) !important;
}

@media (max-width: 1440px) {
  .site-header--secondary .header-nav__item .megamenu {
    max-width: 100%;
  }

  .site-header--secondary .tab-item-links {
    /* width: 290px; */
    padding: 20px 20px 0;
  }

  .header-nav .megamenu::after {
    left: 14%;
  }

  .header-nav .header-nav__item:nth-child(2) .megamenu::after {
    left: 30%;
  }

  .header-nav .header-nav__item:nth-child(3) .megamenu::after {
    left: 47%;
  }

  .site-header--secondary
    .header-nav__item.has-children
    .header-nav__link::after {
    opacity: 1;
  }
}

@media (max-width: 1366px) {
  .header-nav .tab-content .tab-content-item ul a {
    padding: 6px 12px;
    font-size: 14px;
  }

  .site-header--secondary .header-nav .tab-item-links ul a {
    font-size: 15px;
    padding: 4px 12px;
  }

  .site-header--secondary .megamenu-footer {
    padding: 16px 20px;
  }

  .site-header--secondary .megamenu-footer p {
    font-size: 16px;
  }

  .site-header--secondary .megamenu-footer span {
    font-size: 14px;
  }

  .header-desktop {
    min-height: 80px;
  }

  .menu-overlay {
    display: none;
  }

  .site-header--secondary
    .header-nav__item.has-children
    .header-nav__link::after {
    top: 10px;
  }

  .header-nav .megamenu::after {
    left: 20%;
  }

  .header-nav .header-nav__item:nth-child(2) .megamenu::after {
    left: 34%;
  }

  .header-nav .header-nav__item:nth-child(3) .megamenu::after {
    left: 48%;
  }
}
