@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.ttf" format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Urbanist", sans-serif;
  src: "/assets/font/Fustat/Fustat-VariableFont_wght.ttf" format("truetype");
}
@font-face {
  font-family: "Fustat", sans-serif;
  src: "/assets/font/Urbanist/Urbanist-VariableFont_wght.ttf" format("truetype");
}
/************************************/
/*****        01. General css         ****/
/************************************/
html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding {
  padding: 96px 0px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding: 48px 20px;
  }
}

.common-padding {
  padding: 48px 0px;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 48px 20px;
  }
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

.d-none {
  display: none;
}

h1 {
  font-size: 68px;
  line-height: 80px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #111;
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 74px;
    line-height: 86px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 62px;
    line-height: 74px;
  }
  h1 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 54px;
  line-height: 64px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.5px;
  color: #012525;
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 58px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.586px;
  color: #111;
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4 {
  font-size: 22px;
  line-height: 34px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.92px;
}
@media screen and (min-width: 1400px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(1, 2, 5, 0.6);
  font-weight: 500;
}

.description-header {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 1400px) {
  .description-header {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .description-header {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .description-header {
    font-size: 16px;
    line-height: 24px;
  }
}

.description-primary {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 1400px) {
  .description-primary {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .description-primary {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .description-primary {
    font-size: 14px;
    line-height: 22px;
  }
}

.description-secondary {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1400px) {
  .description-secondary {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .description-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.global-button a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 14px 28px;
  border-radius: 100px;
  display: block;
  background: #01AF67;
  border: 1px solid transparent;
  transition: all 600ms ease;
}
.global-button a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #019658;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.global-button a:hover {
  color: #ffffff;
  background: #D0FBE1;
  border: 1px solid #01AF67;
}
@media screen and (min-width: 1400px) {
  .global-button a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .global-button a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .global-button a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}

.white-button a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: #000000;
  text-align: center;
  padding: 14px 28px;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  transition: all 600ms ease;
}
.white-button a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #019658;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.white-button a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.white-button a:hover {
  color: #ffffff;
  background: #D0FBE1;
  border: 1px solid #01AF67;
}
@media screen and (min-width: 1400px) {
  .white-button a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .white-button a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .white-button a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}

.global-button-white a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #282828;
  background: transparent;
  border: 1.816px solid #DDD;
}
.global-button-white a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #019658;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: -1;
}
.global-button-white a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}

.section-bg {
  background-color: #FAF8F6;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.sub-title {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sub-title::before {
  content: url("./../images/subtitle.svg");
  width: 23px;
  height: 22px;
  opacity: 0.57;
}

.sub-title-with-border {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background-color: #ffffff;
  border-radius: 99px;
  border: 1px solid #E3E3E3;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-title-with-border::before {
  content: url("./../images/subtitle.svg");
  width: 23px;
  height: 22px;
  opacity: 0.57;
}

.navriti-counter strong {
  font-weight: 600;
}

.header {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.header .container {
  padding: 8px 0px;
}
@media screen and (max-width: 991px) {
  .header .container {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 575px) {
  .header .container {
    padding: 8px 20px;
  }
}
.header .is-layout-flex {
  display: unset;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner_menu .wp-block-navigation__submenu-container li {
  width: 100%;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 999;
  animation: stickySlideDown 1s forwards;
}
.header .request-demo-btn--blue a {
  background-color: #4844E3;
}

.qt-empty-div {
  height: 78px;
}
@media screen and (max-width: 991px) {
  .qt-empty-div {
    height: 67px;
  }
}

.qt-header-fix {
  position: absolute;
  width: 100%;
}

.header__inner_logo a .custom-logo {
  max-width: 100%;
  width: 206px;
  height: 88px;
}
@media screen and (max-width: 1199px) {
  .header__inner_logo a .custom-logo {
    width: 180px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_logo a .custom-logo {
    width: 150px;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .header__inner_logo a .custom-logo {
    width: 120px;
  }
}
@media screen and (max-width: 425px) {
  .header__inner_logo a .custom-logo {
    width: 110px;
  }
}

.header__inner-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__inner-buttons .wp-block-buttons {
  display: flex;
}
@media screen and (max-width: 991px) {
  .header__inner-buttons {
    margin: 0 12px 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .header__inner-buttons {
    margin: 0 8px 0 auto;
    gap: 8px;
  }
}
.header__inner-buttons a {
  font-size: 18px;
  line-height: 25px;
  padding: 12px 24px;
}
@media screen and (max-width: 1199px) {
  .header__inner-buttons a {
    font-size: 15px;
    line-height: 24px;
    padding: 12px 22px;
  }
}
@media screen and (max-width: 575px) {
  .header__inner-buttons a {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 425px) {
  .header__inner-buttons a {
    font-size: 11px;
    padding: 6px 14px;
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  margin: -50px 0 0;
  position: absolute;
  right: -15px !important;
  width: auto;
  top: -60%;
  visibility: hidden;
  transform: translate(105%, 0px);
  -webkit-transform: translate(105%, 0px);
  transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  opacity: 0;
  z-index: 5;
}

#modal-1-content ul li ul.wp-block-navigation__submenu-container li:first-child {
  display: none;
}
#modal-1-content li.open-on-hover-click:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  #modal-1-content li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__inner_menu {
    display: none !important;
  }
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li {
  transform: translateX(-124%);
  -webkit-transform: translateX(-124%);
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container li {
  transform: unset;
  -webkit-transform: unset;
}
.header__inner_menu .wp-block-navigation__container {
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container {
    display: none !important;
  }
}
.header__inner_menu .wp-block-navigation__container .selected:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .selected ul.wp-block-navigation__submenu-container {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
    display: block;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
  display: block;
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .services-sub-menu {
  display: none;
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .services-sub-menu {
    width: 510px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .services-sub-menu {
    width: auto;
    display: block;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .our-work-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .our-work-submenu {
    width: auto;
  }
}
.header__inner_menu .wp-block-navigation__container li.menu-item {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.menu-items-contactus {
    padding: 13px 0px;
  }
}
.header__inner_menu .wp-block-navigation__container li {
  gap: 5px;
  padding: 27px 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li {
    padding: 13px 0px;
    width: 100%;
    transition: ease all 0.8s;
    -webkit-transition: ease all 0.8s;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: heading-color;
  font-family: "Urbanist", sans-serif;
  background-image: linear-gradient(#000000, #000000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  background-position: 0 100%;
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover {
  color: #000000;
  background-size: 100% 1px;
  background-image: linear-gradient(#000000, #000000);
}
@media screen and (min-width: 1400px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
    font-size: 15px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li ul.wp-block-navigation__submenu-container li a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus {
    margin-top: auto;
  }
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a:hover {
  background-size: 0% 0px !important;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
  display: block;
  background-color: rgba(0, 0, 0, 0.83);
  padding: 12px 24px;
  color: #ffffff;
  border-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span:hover {
  transition: all 500ms;
  background-color: #000000;
  color: #ffffff;
  background-size: 0% 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a {
    width: 100%;
    text-align: center;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding: 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  margin-left: 0px;
  padding: 0px 0px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: flex;
  align-items: flex-end;
  height: unset;
  width: unset;
  margin-left: 0px;
  margin-bottom: -2px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
    position: absolute;
    top: 19px;
    right: 0px;
    transform: rotate(270deg);
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  width: 14px;
  height: 14px;
  color: #000000;
  margin-top: 0;
}
.header__inner_menu .wp-block-navigation__container li.our-work-submenu .wp-block-navigation__submenu-icon {
  left: 76px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.our-work-submenu .wp-block-navigation__submenu-icon {
    right: 0;
    left: unset;
    transform: rotate(270deg);
  }
}

.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: absolute;
  top: 78px;
  width: 250px;
  border: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li {
  display: inline-block;
  vertical-align: text-top;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 6px 0px;
  color: #111;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  background-size: 0% 1px;
  text-decoration-line: underline;
  transition: width 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    padding: 8px 0px 0px 0px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle::before {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(180deg);
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a span {
  padding-left: 15px;
}

.header__inner_menu li.wp-block-navigation-item ul.services-sub-menu {
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.services-sub-menu {
    width: 522px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.services-sub-menu li {
  width: 255px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.services-sub-menu li {
    width: 235px;
  }
}

.header__inner_menu li.wp-block-navigation-item ul.careers-sub-menu {
  width: 250px;
}

.header__inner_menu li.wp-block-navigation-item ul.our-work-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.our-work-submenu {
    margin: -100px 0 0 !important;
  }
}

@media screen and (max-width: 991px) {
  ul.qt-careers-sub-menu {
    margin: -150px 0 0 !important;
  }
}

.header__inner_menu .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: block !important;
    z-index: 99;
  }
}
html[amp] .sidebar__menu .wp-block-navigation__responsive-container-content {
  overflow: scroll;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  html[amp] .sidebar__menu .wp-block-navigation__responsive-container-content {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html[amp] .sidebar__menu .wp-block-navigation__responsive-container-content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  html[amp] .sidebar__menu ul.wp-block-navigation__container {
    height: unset;
  }
}
@media screen and (max-width: 575px) {
  html[amp] .sidebar__menu ul.wp-block-navigation__container {
    height: 100vh;
  }
}
html[amp] .sidebar__menu ul.wp-block-navigation__container li ul.wp-block-navigation-submenu {
  display: block;
}
html[amp] .desctop__menu .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content ul {
  align-items: unset;
}
html[amp] .desctop__menu .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content ul li ul.wp-block-navigation-submenu {
  top: 100%;
}
html[amp] .desctop__menu .wp-block-navigation__responsive-close .wp-block-navigation__responsive-container-content ul li:hover > ul.wp-block-navigation-submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  min-width: 250px;
}

.logged-in .sidebar__menu .wp-block-navigation__container {
  padding: 120px 0px 30px 0px;
}
.logged-in .sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  top: 70px;
}

.sidebar__menu {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sidebar__menu {
    display: block !important;
    order: 3;
  }
}
.sidebar__menu .wp-block-navigation__responsive-close {
  background: #ffffff;
}
.sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  right: 30px;
  top: 30px;
}
.sidebar__menu .wp-block-navigation__responsive-container-content {
  background: #ffffff;
  display: list-item !important;
  overflow: unset;
  padding-top: 0 !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.sidebar__menu .wp-block-navigation__container {
  display: block !important;
  margin: 0px auto;
  padding: 90px 0px 30px 0px;
  width: 80%;
  height: 100vh;
  border-top: 1px solid #c9c9c9;
}
.sidebar__menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: unset;
  top: 0;
  width: auto;
  box-shadow: none;
}
.sidebar__menu .wp-block-navigation__responsive-container {
  padding: 0;
  width: 350px !important;
  animation: none !important;
  transform: translateX(-400px);
  transition: all 500ms;
  position: fixed !important;
  overflow: visible;
  height: 100vh;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 300px !important;
  }
}
@media screen and (max-width: 360px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 100% !important;
  }
}
.sidebar__menu .wp-block-navigation__responsive-container.is-menu-open {
  transform: translateX(0px);
  flex-direction: unset;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0px;
}

.header-close-sidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(0);
  }
}
.header__top {
  margin-bottom: 5px;
}
.header__top ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
}
.header__top ul li {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #111;
  font-family: "Urbanist", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__top ul li.topbar-dropdown-parent {
  cursor: pointer;
}
.header__top ul li.topbar-dropdown-parent > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__top ul li.topbar-dropdown-parent > a::after {
  content: "\f004";
  font-family: "fontello";
  font-size: 17px;
  color: #111;
  transition: transform 0.3s ease;
  display: inline-block;
}
.header__top ul li.topbar-dropdown-parent.open > a::after {
  transform: rotate(180deg);
}
.header__top ul li a {
  color: #111;
  text-decoration: none;
}
.header__top ul li.topbar-dropdown-parent::before,
.header__top ul li.topbar-dropdown-parent ul li::before {
  font-family: "fontello";
  font-size: 20px;
  color: #01AF67;
}
.header__top ul li.topbar-dropdown-parent:first-child::before,
.header__top ul li.topbar-dropdown-parent:first-child ul li::before {
  content: "\e803";
}
.header__top ul li.topbar-dropdown-parent:nth-child(2)::before,
.header__top ul li.topbar-dropdown-parent:nth-child(2) ul li::before {
  content: "\e80d";
}
.header__top ul li.topbar-dropdown-parent:nth-child(3)::before,
.header__top ul li.topbar-dropdown-parent:nth-child(3) ul li::before {
  content: "\e80b";
}
.header__top ul .topbar-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  position: absolute;
  top: 100%;
  left: -68px;
  background: white;
  padding: 10px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  z-index: 99;
  transition: all 0.3s ease;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  min-width: 150px;
}
.header__top ul .topbar-dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.header__top ul .topbar-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(3);
}
@media (min-width: 992px) {
  .header__top .topbar-dropdown-parent:hover > .topbar-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.header-careermap .header-careermap-logo-group {
  display: flex;
  align-items: center;
}
.header-careermap .header-careermap-logo img {
  width: 154px !important;
  height: 65px !important;
}
@media screen and (max-width: 991px) {
  .header-careermap .header-careermap-logo img {
    width: 140px !important;
    height: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .header-careermap .header-careermap-logo img {
    width: 100px !important;
    height: 50px !important;
  }
}
@media screen and (max-width: 575px) {
  .header-careermap .header-careermap-logo img {
    width: 80px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 425px) {
  .header-careermap .header-careermap-logo img {
    width: 63px !important;
    height: 28px !important;
  }
}
.header-careermap .careermap-header-img {
  border-left: 2px solid #9D9FA1;
}
@media screen and (max-width: 575px) {
  .header-careermap .careermap-header-img {
    border-left: none;
  }
}
.header-careermap .careermap-header-img img {
  padding-left: 8px;
}
@media screen and (max-width: 991px) {
  .header-careermap .careermap-header-img img {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .header-careermap .careermap-header-img img {
    width: 97px;
  }
}
@media screen and (max-width: 575px) {
  .header-careermap .careermap-header-img img {
    width: 75px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 425px) {
  .header-careermap .careermap-header-img img {
    width: 59px;
  }
}
@media only screen and (max-width: 475px) {
  .header-careermap .header__careermap-contct-btn a,
  .header-careermap .request-demo-btn--blue a {
    padding: 6px 11px !important;
  }
}
@media only screen and (max-width: 450px) {
  .header-careermap .header__careermap-contct-btn a,
  .header-careermap .request-demo-btn--blue a {
    padding: 6px 8px !important;
  }
  .header-careermap .header-careermap-logo img {
    width: 70px !important;
  }
  .header-careermap .careermap-header-img img {
    width: 65px;
  }
}
@media screen and (max-width: 425px) {
  .header-careermap .header__careermap-contct-btn a,
  .header-careermap .request-demo-btn--blue a {
    padding: 6px 7px !important;
  }
}

.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
  animation: stickySlideDown 1s forwards;
}

.qt-empty-div {
  height: 157px;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .header.header-careermap .careermap-header-img img {
    width: 128px !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .header.header-careermap .header__inner_menu .wp-block-navigation__container {
    gap: 16px !important;
  }
  .header.header-careermap .white-button a {
    padding: 12px 18px !important;
  }
  .header.header-careermap .request-demo-btn--blue.global-button a {
    padding: 12px 18px !important;
  }
  .header.header-careermap .request-demo-btn--green.global-button a {
    padding: 12px 18px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .header.header-careermap .header__inner-buttons a {
    font-size: 14px !important;
    line-height: 24px;
  }
  .header.header-careermap .header-careermap .header-careermap-logo img {
    width: 135px !important;
  }
  .header.header-careermap .careermap-header-img img {
    width: 114px !important;
  }
  .header.header-careermap .header__inner_menu .wp-block-navigation__container {
    gap: 11px !important;
  }
}
@media only screen and (max-width: 1199) {
  .header.header-careermap .header__inner-buttons a {
    padding: 9px 22px !important;
  }
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 575px) {
  .footer__inner {
    gap: 30px;
  }
}
.footer__inner .row {
  justify-content: space-between;
  --bs-gutter-x: 24px;
  gap: 48px 0;
}
@media screen and (max-width: 1199px) {
  .footer__inner .row {
    --bs-gutter-x: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner .row {
    gap: 30px 0;
  }
}
.footer__inner .row .custom-col {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .footer__inner .row .custom-col {
    width: 33%;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner .row .custom-col {
    width: 100%;
  }
}
.footer__inner_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .footer__inner_box {
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer__inner_box figure {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__inner_box img {
  max-width: 260px;
}
.footer__inner_details p {
  font-weight: 500;
  color: #111;
}
@media screen and (max-width: 991px) {
  .footer__inner_details p br {
    display: none;
  }
}
.footer__inner_details p strong {
  font-weight: 700;
}
.footer__inner_links p {
  font-weight: 700;
  color: #111;
}
.footer__inner_links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner_links ul {
    align-items: center;
    text-align: center;
  }
}
.footer__inner_links ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.footer__inner_links ul li a span {
  color: rgba(1, 2, 5, 0.6);
}
.footer__inner_links ul li a:hover span {
  transition: all 300ms;
  color: #01AF67;
}
@media screen and (min-width: 1400px) {
  .footer__inner_links ul li a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer__inner_contact-details {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .footer__inner_contact-details {
    margin-top: 30px;
  }
}
.footer__inner_contact-details p {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .footer__inner_contact-details p {
    text-align: center;
    justify-content: center;
  }
}
.footer__inner_contact-details p a {
  font-weight: 500;
  color: rgba(1, 2, 5, 0.6);
  transition: all 300ms;
}
.footer__inner_contact-details p a:hover {
  transition: all 300ms;
  color: #01AF67;
}
.footer__inner_contact-details p::before {
  margin: 0;
  padding: 0;
  color: #01AF67;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__inner_logos .wp-block-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer__inner_logos .wp-block-gallery {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__inner_logos .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 185px;
}
@media screen and (max-width: 1199px) {
  .footer__inner_logos .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .footer__inner_logos .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .footer__inner_logos .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__inner_logos .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  max-height: 105px;
}
.footer .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
}
.footer .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom p a {
  font-weight: 500;
  color: rgba(1, 2, 5, 0.6);
  transition: all 600ms ease;
}
.footer__bottom p a:hover {
  color: #01AF67;
}
.footer__bottom ul.wp-block-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1199px) {
  .footer__bottom ul.wp-block-social-links {
    width: 100%;
  }
}
.footer__bottom ul.wp-block-social-links li {
  background-color: transparent;
  color: #000000;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 600ms ease;
}
.footer__bottom ul.wp-block-social-links li .wp-block-social-link-label {
  transition: all 600ms ease;
}
.footer__bottom ul.wp-block-social-links li .wp-block-social-link-label::after {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  position: absolute;
  bottom: -7px;
  left: 42%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px inset;
}
.footer__bottom ul.wp-block-social-links li a {
  position: relative;
  display: block;
}
.footer__bottom ul.wp-block-social-links li:hover {
  transform: scale(1);
  color: #01AF67;
  border-radius: 100%;
  border: 1px solid #01AF67;
}
.footer__bottom ul.wp-block-social-links li:hover .wp-block-social-link-label {
  -webkit-clip-path: none;
          clip-path: none;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 600;
  color: #111;
  top: -30px;
  left: -60%;
  padding: 12px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.footer__bottom ul.wp-block-social-links li svg {
  width: 21px;
  height: 21px;
}
.footer__bottom ul.wp-block-social-links li.playstore-icon svg {
  opacity: 0;
}
.footer__bottom ul.wp-block-social-links li.playstore-icon a::before {
  content: "\e82b";
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -2px 1px;
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .footer__inner_contact-details .footer-mail {
    word-break: break-all;
    line-height: 21px;
  }
}
.search__inner_heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.search__inner_heading h1 {
  text-align: start;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 270px;
  }
}
@media screen and (max-width: 360px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 250px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  border: 1px solid #E3E3E3 !important;
  border-radius: 100px;
  padding: 10px 20px;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(1, 2, 5, 0.6);
  display: block;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(1, 2, 5, 0.6);
  display: block;
}
@media screen and (min-width: 1400px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 14px;
    line-height: 20px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-weight: 500;
  color: #01AF67;
  background: #ffffff;
  border: 1px solid #01AF67 !important;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  transition: all 500ms;
  color: #ffffff;
  background: #01AF67;
}
.search__inner_loop ul,
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
}
.search__inner_loop ul {
  gap: 24px;
}
.search__inner_loop ul li {
  gap: 12px;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 24px;
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.search__inner_loop ul li a {
  color: #111;
  transition: all 300ms ease;
}
.search__inner_loop ul li a:hover {
  color: #01AF67;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search__inner_loop .wp-block-query-pagination a {
  font-weight: 400;
  color: #111;
  padding: 10px 25px;
  border: 1px solid #111;
  border-radius: 100px;
  display: block;
}
@media screen and (max-width: 425px) {
  .search__inner_loop .wp-block-query-pagination a {
    padding: 6px 20px;
  }
}

.common-section__content h2,
.common-section__content h3 {
  margin: 20px 0px;
}
.common-section__content h1 {
  margin-bottom: 20px;
}
.common-section__content h4 {
  margin: 10px 0px 15px 0;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 1400px) {
  .common-section__content h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .common-section__content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .common-section__content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.common-section__content ul {
  list-style: disc;
  padding-left: 20px;
}
.common-section__content p {
  margin: 10px 0;
}
.common-section__content p:last-child {
  margin-bottom: 0px;
}
.common-section__content li {
  padding: 3px 0;
}
.common-section__content p,
.common-section__content li,
.common-section__content a {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 1400px) {
  .common-section__content p,
  .common-section__content li,
  .common-section__content a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .common-section__content p,
  .common-section__content li,
  .common-section__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-section__content a {
  color: rgba(1, 2, 5, 0.6);
  text-decoration: underline;
}
.common-section__content a:hover {
  font-weight: 600;
  color: #000000;
}
.common-section__content div {
  margin-bottom: 20px;
}
.common-section__content hr {
  margin-top: 10px;
}
.common-section__content p:first-child,
.common-section__content h2:first-child,
.common-section__content h3:first-child,
.common-section__content h4:first-child,
.common-section__content div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.common-section__content p:last-child,
.common-section__content h2:last-child,
.common-section__content h3:last-child,
.common-section__content h4:last-child,
.common-section__content div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-header__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 425px) {
  .section-header__inner {
    gap: 16px;
  }
}
.section-header__inner .wp-block-buttons {
  padding-top: 10px;
}
.section-header__inner .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
}
.section-header__inner .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .section-header__inner br {
    display: none;
  }
}
.section-header ul.wp-block-categories-list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.section-header ul.wp-block-categories-list li {
  display: inline-block;
}
.section-header ul.wp-block-categories-list li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: #01AF67;
  text-align: center;
  padding: 14px 28px;
  border-radius: 100px;
  display: block;
  background: #ffffff;
  border: 1px solid #01AF67;
  transition: all 600ms ease;
}
.section-header ul.wp-block-categories-list li a:hover {
  color: #ffffff;
  background: #01AF67;
}
@media screen and (min-width: 1400px) {
  .section-header ul.wp-block-categories-list li a {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .section-header ul.wp-block-categories-list li a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .section-header ul.wp-block-categories-list li a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
.section-header ul.wp-block-categories-list li.current-cat a {
  color: #ffffff;
  background: #01AF67;
}

.zigzag-section-header .row {
  --bs-gutter-x: 48px;
  gap: 20px 0;
}
@media screen and (max-width: 425px) {
  .zigzag-section-header .row {
    gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-section-header br {
    display: none;
  }
}
.zigzag-section-header__heading, .zigzag-section-header__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .zigzag-section-header__heading, .zigzag-section-header__description {
    gap: 16px;
  }
}
.zigzag-section-header__heading .wp-block-buttons, .zigzag-section-header__description .wp-block-buttons {
  padding-top: 10px;
}
.zigzag-section-header__heading .wp-block-separator, .zigzag-section-header__description .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
}
.zigzag-section-header__heading .wp-block-separator:not(.is-style-wide):not(.is-style-dots), .zigzag-section-header__description .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}

.call-to-action {
  background-color: #172620;
}
.call-to-action__inner .row {
  --bs-gutter-x: 16px;
  align-items: center;
  gap: 36px 0;
}
.call-to-action__heading, .call-to-action__img {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .call-to-action__heading, .call-to-action__img {
    align-items: center;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.call-to-action__heading {
  flex-direction: column;
  gap: 8px;
}
.call-to-action__heading .wp-block-buttons {
  padding-top: 24px;
}
.call-to-action__heading .wp-block-buttons a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 28px;
}
.call-to-action__heading .wp-block-buttons a::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  color: #111;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
}
.call-to-action__heading h2 {
  color: #ffffff;
}
.call-to-action__heading p {
  color: rgba(255, 255, 255, 0.9490196078);
}
.call-to-action__img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .call-to-action__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .call-to-action__img {
    flex-direction: column;
    gap: 24px;
  }
}
.call-to-action__img figure.main-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px 60px 0 0;
}
@media screen and (max-width: 991px) {
  .call-to-action__img figure.main-img {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .call-to-action__img figure.main-img {
    position: absolute;
    margin: 0;
    z-index: -2;
  }
}
.call-to-action__img img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.call-to-action__img .graphcard {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .call-to-action__img .graphcard {
    left: -30%;
  }
}
@media screen and (max-width: 575px) {
  .call-to-action__img .graphcard {
    position: unset;
  }
}
.call-to-action__img .graphcard__text {
  padding: 16px 26px;
}
.call-to-action__img .graphcard__text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .call-to-action__img .graphcard__text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.call-to-action__img .image-text {
  font-weight: 700;
  color: #111;
  background-color: #D0FBE1;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  border-radius: 12px;
}
@media screen and (max-width: 575px) {
  .call-to-action__img .image-text {
    position: unset;
  }
}
.call-to-action__img .image-text::before {
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(91.88deg, #bbffdf 29.24%, #0bbe70 96.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.call-to-action__img .image-text-frontside {
  bottom: 90px;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .call-to-action__img .image-text-frontside {
    right: -10%;
  }
}
.call-to-action__img .image-text-backside {
  top: 90px;
  right: 0px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .call-to-action__img .image-text-backside {
    z-index: 1;
    top: 50px;
  }
}

.call-to-action__img.figure-mr-0 figure {
  margin-right: 0;
}

.call-to-action__img.figure-mr-0 figure.main-img {
  position: unset;
}

@media only screen and (min-width: 991px) {
  .call-to-action__btn-padding {
    padding-bottom: 48px;
  }
}
.call-to-action.certiplates-call-to-action {
  position: relative;
  overflow: hidden;
}
.call-to-action.certiplates-call-to-action .call-to-action__img {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .call-to-action.certiplates-call-to-action .call-to-action__img {
    position: unset;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .call-to-action.certiplates-call-to-action .call-to-action__img figure {
    z-index: unset;
  }
}

.call-to-action.careermap-call-to-action {
  background-color: #1c1b4b;
}
.call-to-action.careermap-call-to-action .call-to-action__heading .wp-block-buttons a {
  background: #4844e3 !important;
}

.call-to-action.solution-by-services-call-to-action figure.main-img {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .call-to-action.solution-by-services-call-to-action figure.main-img {
    position: unset;
  }
}
.call-to-action.solution-by-services-call-to-action figure.main-img img {
  width: 264px;
  height: 264px;
}
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img,
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_right-img,
.call-to-action.solution-by-services-call-to-action .image-text {
  position: absolute;
}
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img {
  left: 10%;
}
@media screen and (max-width: 1199px) {
  .call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img {
    left: 0;
  }
}
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_right-img {
  right: 0;
}
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img,
.call-to-action.solution-by-services-call-to-action .solution-by-services__cta_right-img {
  top: 0;
}
@media screen and (max-width: 575px) {
  .call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img img,
  .call-to-action.solution-by-services-call-to-action .solution-by-services__cta_right-img img {
    max-width: 175px;
  }
}
@media screen and (max-width: 425px) {
  .call-to-action.solution-by-services-call-to-action .solution-by-services__cta_left-img img,
  .call-to-action.solution-by-services-call-to-action .solution-by-services__cta_right-img img {
    max-width: 130px;
  }
}
.call-to-action.solution-by-services-call-to-action .image-text {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.call-to-action.solution-by-services-call-to-action .image-text.image-text-backside {
  top: 60%;
  left: 0;
}
@media screen and (max-width: 991px) {
  .call-to-action.solution-by-services-call-to-action .image-text.image-text-backside {
    top: 55%;
  }
}
.call-to-action.solution-by-services-call-to-action .image-text.image-text-frontside {
  bottom: 0%;
  left: 10%;
}
@media screen and (max-width: 991px) {
  .call-to-action.solution-by-services-call-to-action .call-to-action__img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .call-to-action.solution-by-services-call-to-action .call-to-action__img figure {
    z-index: unset;
  }
}

.how-It-works__inner .row {
  --bs-gutter-x: 28px;
  gap: 20px 0;
}
@media screen and (max-width: 1199px) {
  .how-It-works__inner .row {
    --bs-gutter-x: 20px;
  }
}
.how-It-works__inner_box {
  border-radius: 32px;
  border: 1px solid #E3E3E3;
  background: #ffffff;
  box-shadow: 4.055px 4.055px 4.461px 0px rgba(0, 0, 0, 0.02);
  padding: 38px;
  height: 100%;
  transition: all 0.6s ease;
}
.how-It-works__inner_box:hover {
  background-color: #ecfdf3;
}
@media screen and (max-width: 1199px) {
  .how-It-works__inner_box {
    padding: 24px;
  }
}
.how-It-works__inner_box img {
  width: auto;
  height: auto;
  max-height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-It-works__inner_box figure {
  margin-bottom: 38px;
}
.how-It-works__inner_box h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.how-It-works__inner_box h3 strong {
  font-size: 41px;
  line-height: 63px;
  font-weight: 600;
  color: #01AF67;
}
@media screen and (min-width: 1400px) {
  .how-It-works__inner_box h3 strong {
    font-size: 43px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .how-It-works__inner_box h3 strong {
    font-size: 38px;
    line-height: 48px;
  }
}
@media screen and (max-width: 425px) {
  .how-It-works__inner_box h3 strong {
    font-size: 30px;
    line-height: 40px;
  }
}

.about-navriti .row {
  --bs-gutter-x: 48px;
  gap: 36px 0;
}
.about-navriti__img {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .about-navriti__img {
    gap: 24px;
  }
}
.about-navriti__img img {
  border-radius: 14px;
}
@media screen and (max-width: 991px) {
  .about-navriti__img figure {
    display: flex;
    justify-content: center;
  }
}
.about-navriti .about-home,
.about-navriti .about-navriti__img {
  position: sticky;
  top: 20px;
}
.about-navriti__img_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  position: relative;
}
.about-navriti__img_text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 1px;
  background-color: #E3E3E3;
}
.about-navriti__img_text p {
  font-family: "Fustat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #111;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 49%;
}
@media screen and (min-width: 1400px) {
  .about-navriti__img_text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-navriti__img_text p {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
}
.about-navriti__img_text p strong {
  font-size: 38px;
  line-height: 51px;
  font-weight: 600;
  color: #01AF67;
  font-style: normal;
}
@media screen and (min-width: 1400px) {
  .about-navriti__img_text p strong {
    font-size: 40px;
    line-height: 53px;
  }
}
@media screen and (max-width: 1199px) {
  .about-navriti__img_text p strong {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 425px) {
  .about-navriti__img_text p strong {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-navriti .about-navriti-testimonial {
  padding: 28px 32px;
  box-shadow: 3.69px 3.69px 4.05px 0px rgba(0, 0, 0, 0.0196078431);
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media screen and (max-width: 425px) {
  .about-navriti .about-navriti-testimonial {
    padding: 20px;
  }
}
.about-navriti .about-navriti-testimonial__author, .about-navriti .about-navriti-testimonial__author_inner {
  display: flex;
  align-items: center;
}
.about-navriti .about-navriti-testimonial__author {
  gap: 12px 64px;
  flex-wrap: wrap;
}
.about-navriti .about-navriti-testimonial__author_inner {
  gap: 12px;
}
.about-navriti .about-navriti-testimonial__author_inner img {
  width: 58px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
@media screen and (max-width: 425px) {
  .about-navriti .about-navriti-testimonial__author_inner img {
    width: 48px;
    height: 55px;
  }
}
.about-navriti .about-navriti-testimonial__author_inner .signature-img img {
  max-width: 220px;
}
.about-navriti .about-navriti-testimonial__author_inner--text h3,
.about-navriti .about-navriti-testimonial__author_inner--text p {
  background: linear-gradient(90deg, #1b1b1b 0%, #5b5b5b 111.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.about-navriti .about-navriti-testimonial .testimonial-quotes {
  position: absolute;
  bottom: 15%;
  right: 15%;
}
.about-navriti .about-navriti-testimonial .testimonial-quotes img {
  width: 146px;
  height: 146px;
}

.statistics__inner .row {
  --bs-gutter-x: 40px;
  gap: 40px 0;
}
@media screen and (max-width: 1199px) {
  .statistics__inner .row {
    --bs-gutter-x: 24px;
    gap: 24px 0;
  }
}
.statistics__inner h3 {
  font-size: 54px;
  line-height: 82px;
}
@media screen and (max-width: 1199px) {
  .statistics__inner h3 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .statistics__inner h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .statistics__inner h3 {
    font-size: 30px;
    line-height: 42px;
  }
}
.statistics__inner p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .statistics__inner p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .statistics__inner p {
    font-size: 20px;
    line-height: 28px;
  }
}
.statistics .statistics__box {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 32px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.statistics .skills-box figure,
.statistics .skills-box img {
  width: 100%;
  height: 100%;
  max-width: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 575px) {
  .statistics .skills-box figure,
  .statistics .skills-box img {
    max-width: 230px;
  }
}
.statistics .skills-box .skills-box__text {
  position: absolute;
  z-index: 1;
}
.statistics .candidates-box {
  justify-content: space-between;
  gap: 24px 48px;
  padding: 40px;
  background: #ECFDF3;
}
@media screen and (max-width: 575px) {
  .statistics .candidates-box {
    flex-direction: column;
  }
}
.statistics .candidates-box .candidates-box__text h3 {
  font-size: 82px;
  line-height: 82px;
}
@media screen and (max-width: 1199px) {
  .statistics .candidates-box .candidates-box__text h3 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .statistics .candidates-box .candidates-box__text h3 {
    font-size: 48px;
    line-height: 60px;
  }
}
.statistics .candidates-box .candidates-box__img {
  position: relative;
  width: 60%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .statistics .candidates-box .candidates-box__img {
    width: 100%;
  }
}
.statistics .candidates-box .candidates-box__img img {
  width: 241px;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
}
.statistics .candidates-box .candidates-box__img_text-right, .statistics .candidates-box .candidates-box__img_text-left {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  border-radius: 11.49px;
  border: 1px solid #E3E3E3;
  background: #ffffff;
  padding: 10px 14px;
}
.statistics .candidates-box .candidates-box__img_text-right p, .statistics .candidates-box .candidates-box__img_text-left p {
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
}
.statistics .candidates-box .candidates-box__img_text-right p strong, .statistics .candidates-box .candidates-box__img_text-left p strong {
  color: #111;
}
.statistics .candidates-box .candidates-box__img_text-left {
  flex-direction: column;
  gap: 6px;
  width: 140px;
  top: 0;
  left: 0;
}
.statistics .candidates-box .candidates-box__img_text-left h3 {
  font-size: 20px;
  line-height: 23px;
  color: #01AF67;
}
.statistics .candidates-box .candidates-box__img_text-right {
  width: 195px;
  right: 0;
  bottom: 0;
  align-items: center;
  gap: 8px;
}
.statistics .candidates-box .candidates-box__img_text-right::before {
  content: url("./../images/in.webp");
  width: 32px;
  height: 29px;
  -o-object-fit: cover;
     object-fit: cover;
}
.statistics .candidates-box .candidates-box__img_text-right p {
  text-align: start;
}
.statistics .assessments-box {
  background: #EFF6FF;
  flex-direction: column;
  gap: 18px;
}
.statistics .assessments-box h3 {
  font-size: 48px;
  line-height: 46px;
}
@media screen and (max-width: 1199px) {
  .statistics .assessments-box h3 {
    font-size: 38px;
    line-height: 40px;
  }
}
.statistics .assessments-box p {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 1199px) {
  .statistics .assessments-box p {
    font-size: 24px;
    line-height: 30px;
  }
}
.statistics .assessments-box p strong {
  font-weight: 700;
  color: #111;
}
.statistics .clients-box {
  background: #EDECFB;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .statistics .clients-box {
    flex-direction: column-reverse;
  }
}
.statistics .clients-box .clients-box__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .statistics .clients-box .clients-box__images {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.statistics .clients-box .clients-box__images figure {
  width: 120px;
  height: 75px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11.49px;
  border: 1px solid #E3E3E3;
  background: #ffffff;
}
.statistics .clients-box .clients-box__images figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 575px) {
  .statistics .clients-box .clients-box__text {
    order: 1;
  }
}
.statistics .clients-box .clients-box__text h3 {
  font-size: 82px;
  line-height: 82px;
}
@media screen and (max-width: 1199px) {
  .statistics .clients-box .clients-box__text h3 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .statistics .clients-box .clients-box__text h3 {
    font-size: 48px;
    line-height: 60px;
  }
}
.statistics .clients-box .clients-box__text p {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .statistics .clients-box .clients-box__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.statistics .clients-box .images-left figure {
  transform: rotate(-10deg);
}
@media screen and (max-width: 575px) {
  .statistics .clients-box .images-left figure {
    transform: rotate(0deg);
  }
}
.statistics .clients-box .images-right figure {
  transform: rotate(10deg);
}
@media screen and (max-width: 575px) {
  .statistics .clients-box .images-right figure {
    transform: rotate(0deg);
  }
}

.our-solutions__inner .row {
  --bs-gutter-x: 48px;
  gap: 24px 0;
}
@media screen and (max-width: 1199px) {
  .our-solutions__inner .row {
    --bs-gutter-x: 24px;
  }
}
.our-solutions__box {
  box-shadow: 3.91px 3.91px 4.3px 0px rgba(0, 0, 0, 0.0196078431);
  border-radius: 26px;
  border: 0.98px solid #e0e0e0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 575px) {
  .our-solutions__box {
    gap: 16px;
  }
}
.our-solutions__box_heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .our-solutions__box .explore-link {
    margin-top: auto;
  }
}
.our-solutions__box p,
.our-solutions__box a {
  color: #111;
}
.our-solutions__box img {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 12px;
  background-color: transparent;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1199px) {
  .our-solutions__box img {
    margin: 0 0;
  }
}
.our-solutions__box a::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 24px;
  line-height: 24px;
  font-weight: lighter;
  color: #111;
  vertical-align: middle;
  margin: 0 0 0 12px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}
.our-solutions__box:hover img {
  background-color: #ffffff;
  transform: translate(0px, 10px);
}
.our-solutions__box:hover a::after {
  margin: 0 0 0 18px;
}
.our-solutions__box-purple, .our-solutions__box-blue, .our-solutions__box-green {
  transition: all 0.6s ease;
  background: #ffffff;
}
.our-solutions__box-green:hover {
  background-color: #ecfdf3;
}
.our-solutions__box-purple:hover {
  background-color: #edecfb;
}
.our-solutions__box-blue:hover {
  background-color: #eff6ff;
}

.our-services__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.our-services__inner .row {
  --bs-gutter-x: 28px;
  gap: 28px 0;
}
@media screen and (max-width: 1199px) {
  .our-services .section-header__inner p br {
    display: none;
  }
}
.our-services .skill-service-btn,
.our-services .platform-service-btn {
  margin-top: auto;
}
@media only screen and (min-width: 991px) {
  .our-services .skill-service-img img,
  .our-services .platform-service-img img {
    width: 100%;
  }
}
.our-services__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-services__tabs .wp-block-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgb(255, 255, 255);
  border: 0.85px solid rgb(234, 234, 234);
  border-radius: 16px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
}
.our-services__tabs .wp-block-buttons .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .our-services__tabs .wp-block-buttons .wp-block-button {
    padding: 12px;
  }
}
@media screen and (max-width: 575px) {
  .our-services__tabs .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.our-services__tabs .wp-block-buttons .wp-block-button a {
  font-family: "Fustat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.512px;
  color: #111;
  background-color: unset;
  padding: 0;
  margin: 0;
  display: contents;
}
@media screen and (max-width: 1199px) {
  .our-services__tabs .wp-block-buttons .wp-block-button a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .our-services__tabs .wp-block-buttons .wp-block-button a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .our-services__tabs .wp-block-buttons .wp-block-button a {
    font-size: 18px;
    line-height: 22px;
  }
}
.our-services__tabs .wp-block-buttons .wp-block-button::before {
  font-size: 24px;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.our-services__tabs .wp-block-buttons .wp-block-button:hover, .our-services__tabs .wp-block-buttons .wp-block-button.active {
  background: #D0FBE1;
}
.our-services__content {
  border: 1px solid #e6e6e6;
  border-radius: 21px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  overflow: hidden;
}
.our-services__content-header_text, .our-services__content-header_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
.our-services__content-header_text img, .our-services__content-header_img img {
  max-height: 168px;
}
.our-services__content-header_text h3, .our-services__content-header_img h3 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.our-services__content-header_text h3::before, .our-services__content-header_img h3::before {
  font-size: 32px;
  line-height: 32px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D0FBE1;
  border-radius: 16px;
}
.our-services__content-header_text p, .our-services__content-header_img p {
  font-weight: 500;
  color: #111;
}
.our-services .heading-row {
  padding: 24px 24px 0 24px;
}
.our-services .content-row .col-lg-6 {
  border-top: 1px solid #E3E3E3;
}
.our-services .content-row .col-lg-6:first-child {
  border-right: 1px solid #E3E3E3;
}
@media screen and (max-width: 991px) {
  .our-services .content-row .col-lg-6:first-child .our-services__content_text {
    padding-bottom: 0;
  }
}
.our-services__content_text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
  padding: 32px 24px;
}
.our-services__content_text h4 {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
.our-services__content_text h4::before {
  font-size: 24px;
  line-height: 24px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.our-services__content_text ul,
.our-services__content_text ol {
  display: flex;
}
.our-services__content_text ul li,
.our-services__content_text ol li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.our-services__content_text ul li::before,
.our-services__content_text ol li::before {
  color: #111;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.our-services__content_text ul {
  flex-direction: column;
  gap: 12px;
}
.our-services__content_text ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  .our-services__content_text ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content_text ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .our-services__content_text ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.our-services__content_text ul li::before {
  content: "\e807";
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
}
.our-services__content_text ol {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.our-services__content_text ol li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 12px;
  border: 1px solid #E3E3E3;
  border-radius: 80px;
}
@media screen and (min-width: 1400px) {
  .our-services__content_text ol li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content_text ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.our-services__content_text ol li::before {
  font-size: 18px;
  line-height: 18px;
}
.our-services__content_text ol li:first-child {
  padding: 0;
  border: none;
}
.our-services__content_text ol li:first-child::before {
  display: none;
}
.our-services__content_text .global-button a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #111;
  padding: 10px 20px;
}
.our-services__content_text .global-button a:hover {
  background: #01AF67;
}
.our-services__content_text img {
  max-width: 161px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .our-services__content-header_text p {
    margin-bottom: 16px;
  }
}
.contact-us__sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us .section-header {
  width: 100%;
}
.contact-us__details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 0;
  border-radius: 24px;
  background-color: #ffffff;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .contact-us__details {
    width: 49%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-us__details {
    width: 100%;
    margin-top: 24px;
  }
}
.contact-us__details_header {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 36px;
}
@media screen and (max-width: 1199px) {
  .contact-us__details_header {
    gap: 20px;
    padding: 0 20px;
  }
}
.contact-us__details_content .content-box {
  display: flex;
  align-items: center;
  gap: 4px 12px;
  padding: 12px 36px;
}
@media screen and (max-width: 1199px) {
  .contact-us__details_content .content-box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 360px) {
  .contact-us__details_content .content-box {
    flex-direction: column;
  }
}
.contact-us__details_content .content-box:not(:first-child) {
  border-top: 1px solid rgb(243, 243, 243);
}
.contact-us__details_content .content-box p {
  font-weight: 600;
}
.contact-us__details_content .content-box p:first-child {
  font-size: 18px;
  line-height: 30px;
  width: 45%;
}
@media screen and (min-width: 1400px) {
  .contact-us__details_content .content-box p:first-child {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-us__details_content .content-box p:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .contact-us__details_content .content-box p:first-child {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .contact-us__details_content .content-box p:first-child {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact-us__details_content .content-box p:last-child {
  font-size: 16px;
  line-height: 24px;
  width: 55%;
}
@media screen and (min-width: 1400px) {
  .contact-us__details_content .content-box p:last-child {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-us__details_content .content-box p:last-child {
    width: 100%;
    text-align: end;
  }
}
@media screen and (max-width: 991px) {
  .contact-us__details_content .content-box p:last-child {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact-us__details_content .content-box p,
.contact-us__details_content .content-box a {
  color: #282828;
}
.contact-us__details_content .content-box a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.6s ease;
}
.contact-us__details_content .content-box a:hover {
  border: 1px solid #01AF67;
  background-color: #D0FBE1;
}
.contact-us .contact-call-img img,
.contact-us .contact-mail-img img {
  max-width: 50px;
  height: auto;
}
.contact-us__form {
  padding: 36px;
  background-color: #ffffff;
  border-radius: 24px;
  position: sticky;
  top: 96px;
}
@media screen and (max-width: 991px) {
  .contact-us__form {
    margin-top: 36px;
  }
}
@media screen and (max-width: 425px) {
  .contact-us__form {
    padding: 20px;
  }
}
.contact-us__form .wpcf7 .wpcf7-form {
  display: inline-block;
}
.contact-us__form .wpcf7 .row {
  --bs-gutter-x: 36px;
  gap: 16px 0;
}
.contact-us__form .wpcf7 br {
  display: none;
}
.contact-us__form .wpcf7 span {
  display: block;
}
.contact-us__form .wpcf7 .contact-form__box {
  margin-top: 0;
}
.contact-us__form .wpcf7 label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .contact-us__form .wpcf7 label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us__form .wpcf7 label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .contact-us__form .wpcf7 label {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact-us__form .wpcf7 .contact-form__box input::-moz-placeholder, .contact-us__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
.contact-us__form .wpcf7 .contact-form__box input,
.contact-us__form .wpcf7 .contact-form__box select,
.contact-us__form .wpcf7 .contact-form__box textarea,
.contact-us__form .wpcf7 .contact-form__box option,
.contact-us__form .wpcf7 .contact-form__box input::placeholder,
.contact-us__form .wpcf7 .contact-form__box textarea::placeholder,
.contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .contact-us__form .wpcf7 .contact-form__box input::-moz-placeholder, .contact-us__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-us__form .wpcf7 .contact-form__box input,
  .contact-us__form .wpcf7 .contact-form__box select,
  .contact-us__form .wpcf7 .contact-form__box textarea,
  .contact-us__form .wpcf7 .contact-form__box option,
  .contact-us__form .wpcf7 .contact-form__box input::placeholder,
  .contact-us__form .wpcf7 .contact-form__box textarea::placeholder,
  .contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .contact-us__form .wpcf7 .contact-form__box input::-moz-placeholder, .contact-us__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-us__form .wpcf7 .contact-form__box input,
  .contact-us__form .wpcf7 .contact-form__box select,
  .contact-us__form .wpcf7 .contact-form__box textarea,
  .contact-us__form .wpcf7 .contact-form__box option,
  .contact-us__form .wpcf7 .contact-form__box input::placeholder,
  .contact-us__form .wpcf7 .contact-form__box textarea::placeholder,
  .contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-us__form .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .contact-us__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .contact-us__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
  }
}
.contact-us__form .wpcf7 .select-box p {
  position: relative;
}
.contact-us__form .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  color: #111;
  position: absolute;
  right: 20px;
  bottom: 21%;
}
.contact-us__form .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.contact-us__form .wpcf7 .contact-form__box input,
.contact-us__form .wpcf7 .contact-form__box textarea,
.contact-us__form .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px;
}
.contact-us__form .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  background: #111;
  padding: 14px 28px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  .contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .contact-us__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-us__form .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #01AF67;
}
.contact-us__form .wpcf7 .conatct-submit-button p {
  position: relative;
}
.contact-us__form .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.contact-us__form .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.trusted-organizations .row {
  --bs-gutter-x: 20px;
  gap: 36px 0;
}
@media screen and (max-width: 991px) {
  .trusted-organizations .row {
    justify-content: center;
  }
}
.trusted-organizations .main-col {
  height: 100%;
}
.trusted-organizations__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.trusted-organizations__box p {
  color: #111;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ECFDF3;
  border: 1px solid #01AF67;
  border-radius: 99px;
  padding: 5px 26px;
}
.trusted-organizations__box .inner-row {
  --bs-gutter-x: 14px;
  gap: 18px 0;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .trusted-organizations__box .custom-col {
    width: 49%;
  }
}
@media screen and (max-width: 360px) {
  .trusted-organizations__box .custom-col {
    width: 100%;
  }
}
.trusted-organizations__box .custom-col figure {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  border-radius: 14px;
  box-shadow: 13.35px 13.35px 157.04px 0px rgba(64, 69, 79, 0.0588235294);
  background: #ffffff;
  padding: 7px 14px;
}
.trusted-organizations__box .custom-col figure img {
  width: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero .row {
  align-items: center;
  gap: 36px 0;
}
@media screen and (max-width: 1199px) {
  .about-hero .row {
    align-items: flex-start;
  }
}
.about-hero__img,
.about-hero .zigzag-section-header {
  display: flex;
  align-items: end;
  height: 100%;
}
.about-hero__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-hero__img .main-img img {
  width: 381px;
  height: 441px;
}
@media screen and (max-width: 991px) {
  .about-hero__img .main-img img {
    width: auto;
    height: auto;
  }
}
.about-hero__img_absolute {
  position: absolute;
  width: 245px;
  height: 245px;
  border-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-hero__img_absolute {
    top: 15%;
  }
}
.about-hero__img_absolute img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-hero__img_text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
  width: 538px;
  transform: translate(-100px, -40px);
}
@media screen and (max-width: 1199px) {
  .about-hero__img_text {
    transform: translate(-100px, 0px);
  }
}
@media screen and (max-width: 991px) {
  .about-hero__img_text {
    transform: translate(0px, -40px);
    width: 100%;
    max-width: 538px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__img_text {
    transform: translate(0px, 0px);
  }
}
.about-hero__img_text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 1px;
  background-color: #E3E3E3;
}
.about-hero__img_text p {
  font-family: "Fustat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #111;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 49%;
}
@media screen and (min-width: 1400px) {
  .about-hero__img_text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__img_text p {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
}
.about-hero__img_text p strong {
  font-size: 38px;
  line-height: 51px;
  font-weight: 600;
  color: #01AF67;
}
@media screen and (min-width: 1400px) {
  .about-hero__img_text p strong {
    font-size: 40px;
    line-height: 53px;
  }
}
@media screen and (max-width: 1199px) {
  .about-hero__img_text p strong {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__img_text p strong {
    font-size: 30px;
    line-height: 40px;
  }
}

.our-values__inner .row {
  --bs-gutter-x: 24px;
  gap: 24px 0;
}
.our-values__box {
  box-shadow: 3.81px 3.81px 4.19px 0px rgba(0, 0, 0, 0.0196078431);
  border: 0.95px solid #E3E3E3;
  border-radius: 22px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  height: 100%;
}
@media screen and (max-width: 360px) {
  .our-values__box {
    flex-direction: column;
  }
}
.our-values__box img {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-values__box_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our-values__box_text h3,
.our-values__box_text p {
  font-weight: 600;
}

.our-vision-mission__inner .row {
  --bs-gutter-x: 20px;
  gap: 20px 0;
}
@media screen and (max-width: 1199px) {
  .our-vision-mission__inner br {
    display: none;
  }
}
.our-vision-mission__box {
  box-shadow: 3.9px 3.9px 4.29px 0px rgba(0, 0, 0, 0.0196078431);
  border: 0.95px solid #E3E3E3;
  border-radius: 22px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .our-vision-mission__box {
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  .our-vision-mission__box {
    gap: 16px;
  }
}
.our-vision-mission__box_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-vision-mission__box_header h3 {
  color: #01AF67;
}
@media screen and (min-width: 1400px) {
  .our-vision-mission__box_header h3 {
    font-size: 33px;
    line-height: 40px;
  }
}
.our-vision-mission__box_header p::before {
  font-size: 30px;
  line-height: 30px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D0FBE1;
  border-radius: 18px;
}
@media screen and (max-width: 991px) {
  .our-vision-mission__box_header p::before {
    font-size: 25px;
    line-height: 25px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) {
  .our-vision-mission__box_header p::before {
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
}
.our-vision-mission__box_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-vision-mission__box_text h4,
.our-vision-mission__box_text p {
  font-weight: 600;
}

.about-timeline {
  position: relative;
}
.about-timeline__inner {
  position: relative;
  padding: 20px 0;
}
.about-timeline__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36.45%;
  transform: translateX(-50%);
  width: 4px;
  height: var(--line-height, 0%);
  background-color: #01AF67;
  z-index: 4;
  transition: height 0.3s ease;
}
@media screen and (min-width: 1400px) {
  .about-timeline__inner::before {
    left: 36.64%;
  }
}
@media screen and (max-width: 1199px) {
  .about-timeline__inner::before {
    left: 36.1%;
  }
}
@media screen and (max-width: 991px) {
  .about-timeline__inner::before {
    left: 32.3%;
  }
}
@media screen and (max-width: 767px) {
  .about-timeline__inner::before {
    left: 31.5%;
  }
}
@media screen and (max-width: 575px) {
  .about-timeline__inner::before {
    display: none;
  }
}
.about-timeline__inner .row {
  gap: 50px 0;
  --bs-gutter-x: 150px;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  .about-timeline__inner .row {
    --bs-gutter-x: 80px;
  }
}
@media screen and (max-width: 575px) {
  .about-timeline__inner .row {
    --bs-gutter-x: 60px;
  }
}
.about-timeline__inner .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 38%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #D0FBE1;
  z-index: 3;
  transition: height 0.3s ease;
}
@media screen and (max-width: 991px) {
  .about-timeline__inner .row::before {
    left: 34%;
  }
}
.about-timeline__inner .wp-block-group.row {
  position: relative;
  align-items: flex-start;
}
.about-timeline__inner .wp-block-group.row .col-lg-3,
.about-timeline__inner .wp-block-group.row .col-lg-6 {
  position: relative;
  z-index: 2;
}
.about-timeline__inner .wp-block-group.row::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 38%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #01AF67;
  border: 4px solid #D0FBE1;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .about-timeline__inner .wp-block-group.row::after {
    left: 34%;
  }
}
.about-timeline h3,
.about-timeline h4,
.about-timeline p {
  background: linear-gradient(90deg, #1B1B1B 0%, #5B5B5B 111.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-timeline__box-year {
  text-align: end;
}
.about-timeline__box-year h3 {
  font-size: 38.512px;
  line-height: 46.764px;
}
@media screen and (max-width: 767px) {
  .about-timeline__box-year h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media screen and (max-width: 575px) {
  .about-timeline__box-year h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .about-timeline__box-year h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.about-timeline__box-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-timeline__box-text h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-timeline__box-text h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .about-timeline__box-text h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .about-timeline__box-text h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.about-timeline__box-text p {
  font-weight: 600;
}

.common-zigzag__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .common-zigzag__inner {
    gap: 24px;
  }
}
.common-zigzag__inner .row {
  gap: 36px 0;
  --bs-gutter-x: 64px;
}
@media screen and (max-width: 1199px) {
  .common-zigzag__inner .row {
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .common-zigzag__inner br {
    display: none;
  }
}
.common-zigzag__img, .common-zigzag__content {
  height: 100%;
}
.common-zigzag__img img,
.common-zigzag__img figure {
  width: 100%;
  height: 100%;
}
.common-zigzag__img img {
  border-radius: 24px;
}
.common-zigzag__content, .common-zigzag__content_description {
  display: flex;
  flex-direction: column;
}
.common-zigzag__content {
  gap: 16px;
}
.common-zigzag__content p,
.common-zigzag__content p strong {
  font-weight: 500;
}
.common-zigzag__content p strong {
  background-color: #D0FBE1;
}
.common-zigzag__content p.subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.common-zigzag__content p.subtitle::before {
  font-size: 28px;
  line-height: 28px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #01AF67 0%, rgba(1, 175, 103, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.common-zigzag__content .highlight-paragraph {
  padding-left: 12px;
  position: relative;
}
.common-zigzag__content .highlight-paragraph::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #01AF67;
  border-radius: 12px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.common-zigzag__content .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
}
.common-zigzag__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.common-zigzag__content_description {
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .common-zigzag__content_description {
    gap: 16px;
  }
}
.common-zigzag .bottom-row {
  gap: 16px 0;
  --bs-gutter-x: 20px;
}
.common-zigzag__bottom-box {
  border-radius: 36px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 3.899px 3.899px 4.289px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  padding: 35px;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .common-zigzag__bottom-box {
    padding: 24px;
  }
}
.common-zigzag__bottom-box h3 {
  padding: 20px 0 12px 0;
  font-weight: 600;
}
.common-zigzag__bottom-box p {
  font-weight: 500;
}
.common-zigzag__bottom-box p::before {
  font-size: 30px;
  line-height: 30px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #D0FBE1;
  color: #01AF67;
}

.common-zigzag.yellow-content .common-zigzag__content p.subtitle::before {
  background: linear-gradient(180deg, #FACC15 0%, rgba(250, 204, 21, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.common-zigzag.yellow-content .common-zigzag__content p strong {
  background-color: #FEF9C3;
}
.common-zigzag.yellow-content .common-zigzag__content .highlight-paragraph::before {
  background-color: #EAB308;
}
.common-zigzag.yellow-content .common-zigzag__bottom-box p::before {
  background-color: rgba(234, 179, 8, 0.1882352941);
  color: #EAB308;
}

.testimonial {
  background-color: #ffffff;
  overflow: hidden;
}
.testimonial__inner-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.testimonial__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
  border: 1px solid rgb(237, 237, 237);
  background-color: #ffffff;
  padding: 8px 16px;
}
.testimonial__title {
  text-align: center;
}
.testimonial__subtitle-text {
  color: #282828;
}
.testimonial__subtitle-content {
  display: flex;
  justify-content: center;
}
.testimonial__description {
  text-align: center;
}
.testimonial__inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.testimonial .slick-track {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1400px) {
  .testimonial .slick-track {
    gap: 47px;
  }
}
.testimonial .slick-list {
  overflow: unset;
}
.testimonial__card {
  box-shadow: 17px 17px 200px 0px rgba(64, 69, 79, 0.06);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 13px;
  padding: 32px 28px;
  margin: 35px 0 0 0;
  height: 100%;
  overflow: hidden;
}
.testimonial__card-header, .testimonial__card-main {
  margin-bottom: 21px;
}
.testimonial__card-logo {
  height: 100px;
}
.testimonial__card-logo img {
  max-height: 100%;
  width: auto;
  height: auto;
}
.testimonial__card-header {
  display: flex;
  gap: 38px;
}
.testimonial__card-header .description-secondary {
  padding: 6px 12px;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  background: #f1f3f6;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.02);
}
.testimonial__card-footer-img img {
  max-width: 56px;
  flex: 1 0 0;
  border-radius: 56px;
}
.testimonial__card-main {
  font-style: normal;
  font-weight: 300;
  color: #282828;
}
.testimonial__card-main strong {
  font-weight: 700;
  padding: 2px 0;
  background-color: #D0FBE1;
}
@media screen and (max-width: 767px) {
  .testimonial__card-main {
    min-height: 104px;
  }
}
.testimonial__card-footer {
  gap: 15px;
}
.testimonial__card-footer .description-primary {
  font-weight: 700;
  color: #0d0e10;
}
.testimonial__card-footer .description-secondary {
  font-weight: 400;
  color: #282828;
}
.testimonial .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
  position: relative;
}
.testimonial .slick-dots li,
.testimonial .slick-dots button {
  width: 130px;
  height: 7px;
  background-color: #d9d9d9;
  border: none;
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.testimonial .slick-dots li.slick-active button {
  background-color: #01AF67;
}
.testimonial .custom-arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -24px;
  top: auto;
  transform: none;
  z-index: 10;
  border: none;
  padding: 0;
  background: transparent;
}
.testimonial .slick-prev.custom-arrow {
  background: #ffffff;
  border: 1px solid #E3E3E3;
  left: 28%;
}
.testimonial .slick-next.custom-arrow {
  background: #01AF67;
  right: 28%;
}
.testimonial .slick-prev::before,
.testimonial .slick-next::before {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .testimonial .slick-prev.custom-arrow {
    left: 25%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial .slick-prev.custom-arrow {
    left: 20%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 20%;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__card {
    box-shadow: none;
    box-shadow: 1px 1px 0px 0px rgba(64, 69, 79, 0.06);
    border: 2px solid rgb(240, 240, 240);
  }
  .testimonial .slick-dots li,
  .testimonial .slick-dots button {
    width: 60px;
  }
  .testimonial .slick-prev.custom-arrow {
    left: 10%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .slick-dots li,
  .testimonial .slick-dots button {
    width: 40px;
  }
  .testimonial .slick-prev.custom-arrow {
    left: 5%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 5%;
  }
}
@media screen and (max-width: 575px) {
  .testimonial .slick-dots li,
  .testimonial .slick-dots button {
    width: 25px;
  }
  .testimonial .slick-prev.custom-arrow {
    left: 6%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 6%;
  }
}
@media screen and (max-width: 425px) {
  .testimonial .slick-dots li,
  .testimonial .slick-dots button {
    width: 10px;
  }
  .testimonial .slick-prev.custom-arrow {
    left: 5%;
  }
  .testimonial .slick-next.custom-arrow {
    right: 5%;
  }
}
.solution-call-to-action__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  border-radius: 32px;
  box-shadow: 3px 3px 32px 0px rgba(0, 0, 0, 0.09);
  padding: 54px 20px;
  position: relative;
  overflow: hidden;
}
.solution-call-to-action__inner_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  text-align: center;
}
.solution-call-to-action__inner_heading h2 {
  font-size: 48px;
  line-height: 63px;
}
@media screen and (min-width: 1400px) {
  .solution-call-to-action__inner_heading h2 {
    font-size: 48px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .solution-call-to-action__inner_heading h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .solution-call-to-action__inner_heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .solution-call-to-action__inner_heading h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 575px) {
  .solution-call-to-action__inner_heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.solution-call-to-action__inner_heading img {
  max-width: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .solution-call-to-action__inner_heading figure {
    order: 3;
    width: 100%;
    margin-top: 16px;
  }
}
.solution-call-to-action__inner a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 99px;
  background: #111;
  display: flex;
  padding: 8px 9px 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all 0.6s ease;
}
.solution-call-to-action__inner a::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 24px;
  line-height: 24px;
  color: #111;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
}
.solution-call-to-action__inner a:hover {
  background: #01AF67;
}
.solution-call-to-action__inner_bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solution-call-to-action__inner_bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-details {
  min-height: 650px;
}
.map-details__img-center {
  text-align: center;
}
.map-details__img-position {
  position: relative;
}
.map-details__inner-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 40px;
  top: 0;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .map-details__inner-content {
    gap: 24px;
  }
}
.map-details__map-img {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 991px) {
  .map-details .map-details__map-img {
    display: flex;
  }
}
.map-details__child-content {
  background-color: #fff;
  border: 0.97px solid #e6e6e6;
  border-radius: 36px;
  padding: 34px 38px 34px 34px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.map-details__direction-btn a::before {
  content: "\e82a";
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 8px;
  transition: all 500ms;
}
.map-details__direction-btn a {
  color: #FFFFFF;
  background-color: #01AF67;
  border-radius: 44px;
  padding: 12px 18px 12px 18px;
  display: flex;
  align-items: center;
}
.map-details__direction-btn a:hover {
  color: #01af67;
  background-color: #ecfdf3;
  transition: all 500ms;
}
.map-details__direction-btn a:hover::before {
  color: #01af67;
}
.map-details__call-btn a {
  color: #01af67;
  background-color: #ecfdf3;
  border-radius: 44px;
  padding: 12px 18px 12px 18px;
  display: flex;
  align-items: center;
}
.map-details__call-btn a:hover {
  color: #FFFFFF;
  background-color: #01AF67;
  transition: all 500ms;
}
.map-details__call-btn a::before {
  content: "\e01b";
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
  margin-right: 8px;
}
.map-details__card-description {
  font-weight: 500;
  background: linear-gradient(90deg, #1B1B1B 0%, #5B5B5B 111.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.map-details__inner-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map-details__child {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map-details__child .icon-location {
  margin-top: 4px;
}
.map-details__child p::before {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #171717;
}
@media screen and (max-width: 360px) {
  .map-details__city-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.map-details__title {
  font-size: 33px;
  font-weight: 700;
}
.map-details__paragraph {
  font-weight: 700;
  color: #111;
  border-radius: 37px;
  border: 0.75px solid #0bbe70;
  background-color: #ecfdf3;
  padding: 5px 18px 5px 18px;
  box-shadow: 3.9px 3.9px 4.29px 0px rgba(0, 0, 0, 0.0196078431);
}
@media screen and (max-width: 991px) {
  .map-details__img-position {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .map-details__child-content {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .map-details__title {
    font-size: 28px;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  .map-details__inner-content {
    position: unset;
  }
}
@media screen and (min-width: 1400px) {
  .map-details__title {
    font-size: 35px;
    font-weight: 700;
  }
}
.our-team {
  background-color: #faf8f6;
}
.our-team__inner {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 1199px) {
  .our-team__inner {
    gap: 24px;
  }
}
.our-team__team-member {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1.06px solid #e0e0e0;
  border-radius: 22px;
  box-shadow: 4.16px 4.16px 4.57px 0px rgba(0, 0, 0, 0.0196078431);
  height: 100%;
  overflow: hidden;
}
.our-team__team-member figure {
  background-color: #f6fffb;
  border-bottom: 1.06px solid #e0e0e0;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.our-team__team-member img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .our-team__team-member img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .our-team__first {
    margin-bottom: 24px;
  }
}
.our-team__member-row {
  gap: 34px 0;
}
@media screen and (max-width: 1199px) {
  .our-team__member-row {
    gap: 24px 0;
  }
}
.our-team__member-detail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}
.our-team__member-detail h3,
.our-team__member-detail h4 {
  color: #1b1b1b;
  background-image: linear-gradient(90deg, #1b1b1b 0%, #5b5b5b 111.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}
.our-team__member-detail h4 {
  margin-bottom: 0;
}
.our-team__member-detail p {
  font-size: 17px;
  font-weight: 600;
  color: #1b1b1b;
  background-image: linear-gradient(90deg, #1b1b1b 0%, #5b5b5b 111.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-team__member-detail .role {
  font-size: 14px;
  font-weight: 600;
}
.our-team__member-link {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.our-team__member-link-btn {
  font-size: 17px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.our-team__member-link-btn a {
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 105px;
}
.our-team__member-link-btn::before {
  opacity: 0;
  background: linear-gradient(180deg, #00e184 0%, #caffe9 100%);
  border-radius: 100px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.our-team__member-link-btn .email {
  position: relative;
  z-index: 1;
}
.our-team__member-link-btn .linkedin {
  position: relative;
  z-index: 1;
}
.our-team__member-link-btn:hover::before {
  opacity: 1;
}
.our-team__member-link-btn .email a::before {
  content: "\f0e0";
  font-family: "fontawesome";
  font-size: 20px;
  color: #1b1b1b;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .our-team__member-link-btn .email a::before {
    font-size: 16px;
  }
}
.our-team__member-link-btn .linkedin a::before {
  content: "\f08c";
  font-family: "fontawesome";
  font-size: 20px;
  color: #1b1b1b;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .our-team__member-link-btn .linkedin a::before {
    font-size: 16px;
  }
}
.our-team__member-link-btn--small a {
  padding: 4px 12px;
  border-radius: 78px;
}
.our-team__member-link-btn--small p {
  font-size: 14px;
}
.our-team__member-link-btn--small .email a::before {
  content: "\f0e0";
  font-family: "fontawesome";
  font-size: 16px;
  color: #1b1b1b;
  margin-right: 4px;
}
@media screen and (max-width: 991px) {
  .our-team__member-link-btn--small .email a::before {
    font-size: 12px;
  }
}
.our-team__member-link-btn--small .linkedin a::before {
  content: "\f08c";
  font-family: "fontawesome";
  font-size: 16px;
  color: #1b1b1b;
  margin-right: 4px;
}
@media screen and (max-width: 991px) {
  .our-team__member-link-btn--small .linkedin a::before {
    font-size: 12px;
  }
}

.join-team__container {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 36px;
  box-shadow: 3.9px 3.9px 4.29px 0px rgba(0, 0, 0, 0.0196078431);
}
@media screen and (max-width: 1199px) {
  .join-team__container {
    padding: 35px 38px;
  }
}
.join-team .row {
  gap: 12px 0;
}
@media screen and (max-width: 991px) {
  .join-team .row {
    gap: 16px 0;
  }
}
.join-team__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .join-team__image {
    text-align: center;
  }
}
.join-team__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 35px 38px 35px 0;
}
@media screen and (max-width: 991px) {
  .join-team__content {
    padding: 0;
    text-align: center;
  }
}
.join-team__content p {
  color: #4b4b4b;
}
.join-team__btn {
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 425px) {
  .join-team__btn a {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .join-team__btn {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .join-team__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.join-team__btn a {
  color: #ffffff;
  border-radius: 99px;
  background-color: #282828;
  padding: 14px 28px;
  transition: all 0.6s ease;
}
.join-team__btn a:hover {
  background-color: #01af67;
}

.solution-hero {
  background-color: #FAF8F6;
}
.solution-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.solution-hero__content-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 99px;
}
.solution-hero__content-badge p {
  color: #282828;
}
.solution-hero .badge1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 7px 15px;
  background: #F9F9F9;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.0196078431);
}
.solution-hero .badge1 p {
  font-weight: 600;
  color: #282828;
}
.solution-hero__images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.solution-hero__images-img1 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transform: translateY(50px);
}
.solution-hero__images-img1-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  top: 52px;
  left: -42%;
}
@media screen and (max-width: 767px) {
  .solution-hero__images-img1-badge {
    top: 10px;
    left: -20%;
  }
}
@media screen and (max-width: 575px) {
  .solution-hero__images-img1-badge {
    top: 0;
    left: 0%;
  }
}
.solution-hero__images-img2 {
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(175px, -110px);
}
@media screen and (max-width: 1199px) {
  .solution-hero__images-img2 {
    transform: translate(115px, -100px);
  }
}
@media screen and (max-width: 767px) {
  .solution-hero__images-img2 {
    transform: translate(120px, -95px);
  }
}
@media screen and (max-width: 575px) {
  .solution-hero__images-img2 {
    transform: translate(20px, -40px);
  }
}
.solution-hero__images-img2-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 55px;
  left: -32%;
}
@media screen and (max-width: 767px) {
  .solution-hero__images-img2-badge {
    top: 48px;
    left: -28%;
  }
}
@media screen and (max-width: 575px) {
  .solution-hero__images-img2-badge {
    top: 25px;
    left: -15%;
  }
}
.solution-hero__images-img2-badge .badge1 {
  padding: 6px 12px;
}

.office-locations__inner .row {
  --bs-gutter-x: 24px;
  gap: 24px 0;
}
@media screen and (min-width: 1400px) {
  .office-locations__inner .row {
    --bs-gutter-x: 40px;
  }
}
.office-locations__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 40px;
  border: 1px solid #E3E3E3;
  box-shadow: 4.32px 4.32px 4.75px 0px rgba(0, 0, 0, 0.0196078431);
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .office-locations__box {
    gap: 30px;
    padding: 38px;
  }
}
.office-locations__box h3,
.office-locations__box p.address-text {
  background: linear-gradient(90deg, #1B1B1B 0%, #5B5B5B 111.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.office-locations__box_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}
@media screen and (min-width: 1400px) {
  .office-locations__box_header {
    gap: 20px;
  }
}
.office-locations__box_header h3 {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (min-width: 1400px) {
  .office-locations__box_header h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .office-locations__box_header h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .office-locations__box_header h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.office-locations__box_header p {
  color: #111;
  border-radius: 40px;
  border: 1px solid #01AF67;
  background: var(--50, #ECFDF3);
  box-shadow: 0px 5.095px 54.351px 0px rgba(0, 0, 0, 0.06);
  padding: 8px 16px;
}
@media screen and (min-width: 1400px) {
  .office-locations__box_header p {
    padding: 9px 18px;
  }
}
@media screen and (max-width: 1199px) {
  .office-locations__box_header p {
    padding: 7px 14px;
  }
}
@media screen and (max-width: 575px) {
  .office-locations__box_header p {
    padding: 5px 10px;
  }
}
.office-locations__box p.address-text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
@media screen and (min-width: 1400px) {
  .office-locations__box p.address-text {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .office-locations__box p.address-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .office-locations__box p.address-text {
    font-size: 16px;
    line-height: 26px;
  }
}
.office-locations__box p.address-text::before {
  font-size: 22px;
  line-height: 22px;
  color: #111;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1400px) {
  .office-locations__box p.address-text::before {
    font-size: 26px;
    line-height: 26px;
  }
}

.apply-now-form__form {
  padding: 36px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media screen and (max-width: 425px) {
  .apply-now-form__form {
    padding: 20px;
  }
}
.apply-now-form__form .wpcf7 .wpcf7-form {
  display: inline-block;
}
.apply-now-form__form .wpcf7 .row {
  --bs-gutter-x: 36px;
  gap: 28px 0;
}
.apply-now-form__form .wpcf7 br {
  display: none;
}
.apply-now-form__form .wpcf7 span {
  display: block;
}
.apply-now-form__form .wpcf7 .contact-form__box {
  margin-top: 0;
}
.apply-now-form__form .wpcf7 label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .apply-now-form__form .wpcf7 label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .apply-now-form__form .wpcf7 label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .apply-now-form__form .wpcf7 label {
    font-size: 14px;
    line-height: 22px;
  }
}
.apply-now-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .apply-now-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
.apply-now-form__form .wpcf7 .contact-form__box input,
.apply-now-form__form .wpcf7 .contact-form__box select,
.apply-now-form__form .wpcf7 .contact-form__box textarea,
.apply-now-form__form .wpcf7 .contact-form__box option,
.apply-now-form__form .wpcf7 .contact-form__box input::placeholder,
.apply-now-form__form .wpcf7 .contact-form__box textarea::placeholder,
.apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .apply-now-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .apply-now-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .apply-now-form__form .wpcf7 .contact-form__box input,
  .apply-now-form__form .wpcf7 .contact-form__box select,
  .apply-now-form__form .wpcf7 .contact-form__box textarea,
  .apply-now-form__form .wpcf7 .contact-form__box option,
  .apply-now-form__form .wpcf7 .contact-form__box input::placeholder,
  .apply-now-form__form .wpcf7 .contact-form__box textarea::placeholder,
  .apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .apply-now-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .apply-now-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .apply-now-form__form .wpcf7 .contact-form__box input,
  .apply-now-form__form .wpcf7 .contact-form__box select,
  .apply-now-form__form .wpcf7 .contact-form__box textarea,
  .apply-now-form__form .wpcf7 .contact-form__box option,
  .apply-now-form__form .wpcf7 .contact-form__box input::placeholder,
  .apply-now-form__form .wpcf7 .contact-form__box textarea::placeholder,
  .apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.apply-now-form__form .wpcf7 .contact-form__box input::-moz-placeholder, .apply-now-form__form .wpcf7 .contact-form__box textarea::-moz-placeholder {
  color: #6B7280;
}
.apply-now-form__form .wpcf7 .contact-form__box input::placeholder,
.apply-now-form__form .wpcf7 .contact-form__box textarea::placeholder {
  color: #6B7280;
}
.apply-now-form__form .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .apply-now-form__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .apply-now-form__form .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
  }
}
.apply-now-form__form .wpcf7 .select-box p {
  position: relative;
}
.apply-now-form__form .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  color: #6B7280;
  position: absolute;
  right: 20px;
  bottom: 20%;
}
.apply-now-form__form .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.apply-now-form__form .wpcf7 .contact-form__box input,
.apply-now-form__form .wpcf7 .contact-form__box textarea,
.apply-now-form__form .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px;
}
.apply-now-form__form .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  background: #111;
  padding: 14px 28px;
  border-radius: 18px;
}
@media screen and (min-width: 1400px) {
  .apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 425px) {
  .apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
  }
}
.apply-now-form__form .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #01AF67;
}
.apply-now-form__form .wpcf7 .conatct-submit-button p {
  position: relative;
}
.apply-now-form__form .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.apply-now-form__form .wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.content-hero {
  background-color: #D0FBE1;
  background-image: url("./../images/content-hero-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-blend-mode: multiply;
}
.content-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .content-hero__inner {
    gap: 20px;
  }
}
.content-hero__inner-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.content-hero__inner-buttons a {
  font-size: 15px;
  line-height: 22.708px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  padding: 10px 21px;
  border-radius: 74.938px;
}
.content-hero__inner-buttons .white-button a {
  background: #ffffff;
  color: #000000;
}
.content-hero__inner-buttons .white-button a:hover {
  color: #01AF67;
  background: #D0FBE1;
  border: 1px solid #01AF67;
  transition: all 600ms ease;
}

.resources-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .resources-content {
    padding: 0px 20px;
  }
}
.resources-content h3 {
  padding: 20px 0 14px 0;
  display: flex;
  align-items: center;
}
.resources-content h2 {
  padding: 20px 0 12px 0;
}
.resources-content h3::before {
  content: "\e81f";
  font-family: "fontello";
  font-size: 28px;
  background: linear-gradient(180deg, #01af67 0%, rgba(1, 175, 103, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 12px;
}
.resources-content p {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .resources-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .resources-content p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.resources-content ul,
.resources-content ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #E3E3E3;
  list-style: none;
}
.resources-content ul li,
.resources-content ol li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(1, 2, 5, 0.6);
  font-family: "Urbanist", sans-serif;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .resources-content ul li,
  .resources-content ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content ul li,
  .resources-content ol li {
    font-size: 15px;
  }
}
.resources-content ul li a,
.resources-content ol li a {
  color: #2563eb;
}
.resources-content ul li::before,
.resources-content ol li::before {
  font-family: "fontello";
  font-size: 18px;
  color: #01AF67;
  position: absolute;
  left: 0;
}
.resources-content ul li::before {
  content: "\e815";
}
.resources-content ol li::before {
  content: "\e806";
}
@media screen and (max-width: 767px) {
  .resources-content .wp-block-spacer {
    height: 40px !important;
  }
}
.resources-content .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
  margin: 24px 0px 24px 0px;
}
.resources-content .resources-tabs {
  gap: 24px;
}
.resources-content .resources-tabs ul.gutena-tabs-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-top: unset;
}
.resources-content .resources-tabs ul.gutena-tabs-tab li {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #6b7280;
  font-family: "Urbanist", sans-serif;
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
}
@media screen and (max-width: 991px) {
  .resources-content .resources-tabs ul.gutena-tabs-tab li {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs ul.gutena-tabs-tab li {
    font-size: 15px;
    line-height: 16px;
    padding: 10px 14px;
  }
}
.resources-content .resources-tabs ul.gutena-tabs-tab li::before {
  display: none;
}
.resources-content .resources-tabs ul.gutena-tabs-tab li.active {
  color: #01AF67;
  border-bottom-color: #01AF67;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block {
  border: unset !important;
  padding: 0px;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
  margin: 31px 0px 36px 0px;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #111;
  padding: 24px 0 16px 0;
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
    font-size: 15px;
    line-height: 28px;
  }
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p a {
  color: rgba(1, 2, 5, 0.6);
  border-bottom: 2px solid #01AF67;
}
.resources-content h4 {
  font-size: 20px;
  line-height: 28px;
  color: #111;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}
.resources-content h4::before {
  font-size: 18px;
  line-height: 18px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01AF67;
  border-radius: 12px;
}
@media screen and (max-width: 425px) {
  .resources-content h4::before {
    font-size: 16px;
    line-height: 16px;
    height: 32px;
    width: 32px;
  }
}
.resources-content .wp-block-table {
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  overflow-x: auto;
}
.resources-content table thead {
  border-bottom: unset;
}
.resources-content table thead th {
  background: rgba(1, 175, 103, 0.1019607843);
  color: #01AF67;
}
.resources-content table tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.resources-content table th,
.resources-content table td {
  border: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #374151;
  font-family: "Urbanist", sans-serif;
  padding: 16px 24px;
}
.resources-content table th a,
.resources-content table td a {
  color: #2563eb;
}
.resources-content .wpcf7 {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 {
    width: 100%;
  }
}
.resources-content .wpcf7 .wpcf7-form {
  display: inline-block;
}
.resources-content .wpcf7 .row {
  --bs-gutter-x: 36px;
  gap: 28px 0;
}
.resources-content .wpcf7 br {
  display: none;
}
.resources-content .wpcf7 span {
  display: block;
}
.resources-content .wpcf7 .contact-form__box {
  margin-top: 0;
}
.resources-content .wpcf7 label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 label {
    font-size: 14px;
    line-height: 22px;
  }
}
.resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
.resources-content .wpcf7 .contact-form__box input,
.resources-content .wpcf7 .contact-form__box select,
.resources-content .wpcf7 .contact-form__box textarea,
.resources-content .wpcf7 .contact-form__box option,
.resources-content .wpcf7 .contact-form__box input::placeholder,
.resources-content .wpcf7 .contact-form__box textarea::placeholder,
.resources-content .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .resources-content .wpcf7 .contact-form__box input,
  .resources-content .wpcf7 .contact-form__box select,
  .resources-content .wpcf7 .contact-form__box textarea,
  .resources-content .wpcf7 .contact-form__box option,
  .resources-content .wpcf7 .contact-form__box input::placeholder,
  .resources-content .wpcf7 .contact-form__box textarea::placeholder,
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .resources-content .wpcf7 .contact-form__box input,
  .resources-content .wpcf7 .contact-form__box select,
  .resources-content .wpcf7 .contact-form__box textarea,
  .resources-content .wpcf7 .contact-form__box option,
  .resources-content .wpcf7 .contact-form__box input::placeholder,
  .resources-content .wpcf7 .contact-form__box textarea::placeholder,
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
  color: #6b7280;
}
.resources-content .wpcf7 .contact-form__box input::placeholder,
.resources-content .wpcf7 .contact-form__box textarea::placeholder {
  color: #6b7280;
}
.resources-content .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
  }
}
.resources-content .wpcf7 .select-box p {
  position: relative;
}
.resources-content .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  color: #6b7280;
  position: absolute;
  right: 20px;
  bottom: 20%;
}
.resources-content .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.resources-content .wpcf7 .contact-form__box input,
.resources-content .wpcf7 .contact-form__box textarea,
.resources-content .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px;
}
.resources-content .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.resources-content .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  background: #01AF67;
  padding: 14px 28px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
  }
}
.resources-content .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #111;
}
.resources-content .wpcf7 .conatct-submit-button p {
  position: relative;
}
.resources-content .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.resources-content .wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.datatable table thead {
  border-bottom: unset;
}
.datatable table thead th {
  background: rgba(1, 175, 103, 0.1019607843);
  color: #01AF67;
}
.datatable table tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.datatable table th,
.datatable table td {
  border: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #374151;
  font-family: "Urbanist", sans-serif;
  padding: 16px 24px;
}
.datatable table th a,
.datatable table td a {
  color: #2563eb;
}
.datatable .dataTables_paginate,
.datatable .dataTables_paginate span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.datatable .dataTables_wrapper .dataTables_paginate {
  padding-top: 24px;
  margin: 0;
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  font-family: "Urbanist", sans-serif;
  border-radius: 8px;
}
.datatable .dataTables_length label,
.datatable .dataTables_filter label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 16px;
}
.datatable .dataTables_wrapper .dataTables_filter input {
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
}

.about-gallery__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .about-gallery__inner {
    gap: 36px;
  }
}
.about-gallery__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-gallery__tabs .wp-block-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgb(255, 255, 255);
  border: 0.85px solid rgb(234, 234, 234);
  border-radius: 16px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.05);
  padding: 8px;
}
.about-gallery__tabs .wp-block-buttons .wp-block-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  border-radius: 12px;
  background: transparent;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-gallery__tabs .wp-block-buttons .wp-block-button {
    padding: 12px;
  }
}
.about-gallery__tabs .wp-block-buttons .wp-block-button a {
  font-family: "Fustat", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.512px;
  color: #111;
  background-color: unset;
  padding: 0;
  margin: 0;
  display: contents;
}
@media screen and (max-width: 1199px) {
  .about-gallery__tabs .wp-block-buttons .wp-block-button a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about-gallery__tabs .wp-block-buttons .wp-block-button a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .about-gallery__tabs .wp-block-buttons .wp-block-button a {
    font-size: 18px;
    line-height: 22px;
  }
}
.about-gallery__tabs .wp-block-buttons .wp-block-button::before {
  font-size: 24px;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.about-gallery__tabs .wp-block-buttons .wp-block-button:hover, .about-gallery__tabs .wp-block-buttons .wp-block-button.active {
  background: #D0FBE1;
}
.about-gallery__slider {
  cursor: pointer;
  overflow: hidden;
}
.about-gallery__slider .row {
  flex-wrap: nowrap;
  --bs-gutter-x: 22px;
  gap: 22px 0;
}
.about-gallery__slider .row img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about-gallery__slider .splide__arrows {
  display: none;
}
.about-gallery__img {
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
}

.careermap-hero__inner {
  position: relative;
}
.careermap-hero__inner .row {
  gap: 48px 0;
}
@media screen and (max-width: 767px) {
  .careermap-hero__inner .row {
    gap: 36px 0;
  }
}
.careermap-hero__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px 0;
}
.careermap-hero__heading_subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 125px;
  border: 1px solid #F1F1F1;
  background: #ffffff;
  padding: 10px 20px;
}
.careermap-hero__heading_subtitle img {
  max-width: 105px;
}
.careermap-hero__heading_subtitle p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.careermap-hero__heading_subtitle p::before {
  font-size: 28px;
  line-height: 28px;
  background: linear-gradient(180deg, #4844E3 0%, #CAFFE9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.careermap-hero__heading_subtitle--green p::before {
  font-size: 28px;
  line-height: 28px;
  background: linear-gradient(180deg, #00E184 0%, #CAFFE9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.careermap-hero__heading .know-more-btn a,
.careermap-hero__heading .know-more-btn--blue a {
  background-color: #F9F9F9;
  color: #282828;
  box-shadow: 3.22px 3.22px 32.16px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 12px 23px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.careermap-hero__heading .know-more-btn a:hover,
.careermap-hero__heading .know-more-btn--blue a:hover {
  color: white;
}
.careermap-hero__heading .know-more-btn a:hover::after {
  color: white;
}
.careermap-hero__heading .know-more-btn a::after {
  content: "\e806";
  font-family: fontello;
  font-weight: 300;
  color: #01AF67;
  height: 15px;
  width: 15px;
}
.careermap-hero__heading .know-more-btn--blue a:hover::after {
  color: white;
}
.careermap-hero__heading .know-more-btn--blue a::after {
  content: "\e806";
  font-family: fontello;
  font-weight: 300;
  color: #4844E3;
  height: 15px;
  width: 15px;
}
.careermap-hero__img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.careermap-hero__img figure {
  width: 100%;
}
.careermap-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.careermap-hero__img_text-1, .careermap-hero__img_text-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0%;
}
@media screen and (max-width: 1199px) {
  .careermap-hero__img_text-1, .careermap-hero__img_text-2 {
    position: unset;
  }
}
.careermap-hero__img_text-1 figure, .careermap-hero__img_text-2 figure {
  width: -moz-fit-content;
  width: fit-content;
}
.careermap-hero__img_text-1 img, .careermap-hero__img_text-2 img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.careermap-hero__img_text-1 p, .careermap-hero__img_text-2 p {
  font-weight: 600;
  color: #111;
}
.careermap-hero__img_text-1 {
  bottom: 62%;
}
.careermap-hero__img_text-2 {
  bottom: 52%;
}

.expert-guides__inner {
  overflow: hidden;
}
.expert-guides__inner .row {
  --bs-gutter-x: 24px;
  gap: 36px 0;
}
@media screen and (min-width: 1400px) {
  .expert-guides__inner .row {
    --bs-gutter-x: 48px;
  }
}
.expert-guides__content, .expert-guides__heading {
  height: 100%;
}
.expert-guides__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.expert-guides__heading p {
  font-weight: 500;
}
.expert-guides__content {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  box-shadow: 0px 4.24px 6.36px -1.06px rgba(0, 0, 0, 0.1019607843);
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .expert-guides__content {
    flex-direction: column;
  }
}
.expert-guides__content figure {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .expert-guides__content figure {
    width: 100%;
  }
}
.expert-guides__content img {
  min-width: 295px;
  max-width: 295px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .expert-guides__content img {
    min-width: 210px;
    max-width: 210px;
  }
}
@media screen and (max-width: 575px) {
  .expert-guides__content img {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .expert-guides__content {
    gap: 28px;
  }
}
.expert-guides__content_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 48px 24px 24px;
}
@media screen and (min-width: 1400px) {
  .expert-guides__content_inner {
    gap: 16px;
    padding: 36px;
  }
}
@media screen and (max-width: 575px) {
  .expert-guides__content_inner {
    padding: 24px 24px 48px 24px;
  }
}
.expert-guides__content_subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #4844E3;
  padding: 4px 12px;
  font-weight: 600;
  border-radius: 100px;
  background: #E0E8FF;
  width: -moz-fit-content;
  width: fit-content;
}
.expert-guides__content_btn a {
  color: #4844E3;
}
.expert-guides__content_btn a::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 24px;
  line-height: 24px;
  font-weight: lighter;
  color: #4844E3;
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}
.expert-guides__content_btn a:hover::after {
  margin: 0 0 0 12px;
}
.expert-guides .expert-guides__slider {
  overflow: hidden;
}
.expert-guides .splide__pagination {
  bottom: 0;
  right: -20px;
  padding: 0;
  position: absolute;
  left: unset;
  top: 0;
  z-index: 1;
  transform: rotate(90deg);
  margin: auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .expert-guides .splide__pagination {
    transform: rotate(0deg);
    bottom: 10px;
    right: 0;
    left: 0;
    width: 100%;
    top: unset;
  }
}
.expert-guides .splide__pagination .splide__pagination__page {
  margin: 0;
  padding: 0;
}
.expert-guides .splide__pagination .is-active {
  background-color: #4844E3;
  width: 28px;
  border-radius: 12px;
}

.expert-guides.green .expert-guides__content_subtitle {
  color: #01AF67;
  background: #ECFDF3;
}
.expert-guides.green .expert-guides__content_btn a {
  color: #01AF67;
}
.expert-guides.green .expert-guides__content_btn a::after {
  color: #01AF67;
}
.expert-guides.green .splide__pagination .is-active {
  background-color: #01AF67;
}

.faq-section__inner .row {
  justify-content: space-between;
  gap: 48px 0;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .row {
    gap: 30px 0;
  }
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list {
    gap: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
  position: relative;
  border-radius: 18px;
  border: 1px solid #E5E7EB;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 24px;
  transition: gap 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .faq-section__inner .rank-math-list .rank-math-list-item {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list .rank-math-list-item {
    padding: 12px 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item::before {
  content: "\f004";
  font-size: 18px;
  font-weight: 400;
  color: rgba(1, 2, 5, 0.6);
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 25px;
  transform: translateY(35px);
  transition: transform 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  .faq-section__inner .rank-math-list .rank-math-list-item::before {
    transform: translateY(25px);
  }
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list .rank-math-list-item::before {
    transform: translateY(20px);
    font-size: 16px;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section__inner .rank-math-list .rank-math-list-item .rank-math-answer p {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq-section__inner .rank-math-list .rank-math-question {
  font-size: 18px;
  line-height: 30px;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  margin-right: 60px;
}
@media screen and (min-width: 1400px) {
  .faq-section__inner .rank-math-list .rank-math-question {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section__inner .rank-math-list .rank-math-question {
    font-size: 16px;
    line-height: 26px;
    padding: 6px 0;
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item.active {
  gap: 10px;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active::before {
  transform: translateY(35px) rotate(180deg);
}
@media screen and (max-width: 991px) {
  .faq-section__inner .rank-math-list .rank-math-list-item.active::before {
    transform: translateY(25px) rotate(180deg);
  }
}
@media screen and (max-width: 575px) {
  .faq-section__inner .rank-math-list .rank-math-list-item.active::before {
    transform: translateY(20px) rotate(180deg);
  }
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-question {
  border-bottom: 1px solid #EEEEEE;
}
.faq-section__inner .rank-math-list .rank-math-list-item.active .rank-math-answer p {
  opacity: 1;
}

.industries {
  background-color: #ffffff;
}
.industries__title {
  text-align: center;
}
.industries__description {
  text-align: center;
  font-weight: 500;
}
.industries__inner-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.industries__inner {
  gap: 40px;
}
.industries__inner .row {
  gap: 24px 0;
  --bs-gutter-x: 24px;
}
.industries__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 18px;
  border: 0.908px solid #e0e0e0;
  background: #fff;
  box-shadow: 3.633px 3.633px 3.996px 0px rgba(0, 0, 0, 0.02);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .industries__card {
    height: 100%;
  }
}
.industries__card_content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .industries__card_content {
    padding: 20px;
    gap: 10px;
  }
}
.industries__card-img, .industries__card-img img {
  width: 100%;
  height: 150px;
  border-radius: 18px 18px 0 0;
}
@media screen and (max-width: 575px) {
  .industries__card-img, .industries__card-img img {
    height: auto;
  }
}
.industries__inner_content {
  position: relative;
}
.industries__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.industries__logo {
  display: flex;
  justify-content: center;
}
.industries__logo img {
  z-index: 1;
  width: 240px;
  padding: 18px 36px;
  box-shadow: 6.05px 6.05px 60.5px 0px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0px 4px 13px 0px rgba(1, 175, 103, 0.1803921569);
  border-radius: 24px;
  background: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .industries__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .industries__logo img {
    margin-bottom: 36px;
  }
}
.industries__bg-img {
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.industries__bg-img img {
  width: 84%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .industries__bg-img {
    display: none;
  }
}

.home-hero__inner-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.home-hero__inner-content-desc {
  width: 573px;
}
.home-hero__inner-map {
  position: relative;
}
.home-hero .image-bottom-box {
  position: absolute;
  bottom: 35px;
  left: 70px;
  width: 164px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 3.35px 35.7px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 24px 0;
}
.home-hero .image-bottom-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  margin: 0 24px 24px 24px;
}
.home-hero .image-bottom-box-content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #242424;
}
.home-hero .image-bottom-box-content p {
  font-weight: 700;
  font-size: 14px;
  color: #383838;
}
.home-hero .image-left-box {
  position: absolute;
  top: 26%;
  left: -20px;
  width: 143px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 12px 15px;
  border: 1px solid #f2f2f2;
  border-radius: 14px;
  background: #ffffff;
}
.home-hero .image-left-box h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #242424;
}
.home-hero .image-left-box p {
  font-weight: 600;
  font-size: 14px;
  color: #383838;
}
.home-hero .image-top-box {
  position: absolute;
  top: 18%;
  right: 25px;
  width: 265px;
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 3.18px 27.52px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 15px 20px;
}
.home-hero .image-top-box-content {
  display: flex;
  flex-direction: column;
}
.home-hero .image-top-box-content img {
  margin-bottom: 10px;
}
.home-hero .image-top-box-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 6px;
}
.home-hero .image-right-box {
  position: absolute;
  top: 44%;
  right: 20px;
  width: 166px;
  padding: 14px 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
}
.home-hero .image-right-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
.home-hero .image-right-box-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-hero .image-right-box-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.home-hero .image-right-box-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #377e36;
  background: #e0f0e4;
  padding: 3px 5px;
  border-radius: 5px;
}

@media screen and (min-width: 1400px) {
  .home-hero .image-bottom-box {
    bottom: 35px;
    left: 90px;
  }
  .home-hero .image-left-box {
    top: 30%;
    left: -30px;
  }
  .home-hero .image-top-box {
    top: 22%;
    right: 90px;
  }
  .home-hero .image-right-box {
    top: 52%;
    right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero .image-bottom-box {
    bottom: 24px;
    left: 14%;
  }
  .home-hero .image-left-box {
    top: 28%;
    left: 0;
  }
  .home-hero .image-top-box {
    top: 21%;
    right: 25px;
  }
  .home-hero .image-right-box {
    top: 46%;
    right: 35px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero__inner-content {
    margin-bottom: 18px;
  }
  .home-hero__inner-content-desc {
    width: 100%;
  }
  .home-hero__inner-map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .home-hero .image-bottom-box {
    bottom: 54px;
    left: 24%;
    padding: 18px 0;
  }
  .home-hero .image-bottom-box-content {
    margin: 0 18px 18px 18px;
  }
  .home-hero .image-left-box {
    top: 33%;
    left: 30px;
  }
  .home-hero .image-top-box {
    top: 21%;
    right: 24%;
  }
  .home-hero .image-right-box {
    top: 53%;
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .image-bottom-box {
    bottom: 54px;
    left: 82px;
  }
  .home-hero .image-left-box {
    top: 33%;
    left: 0px;
  }
  .home-hero .image-top-box {
    top: 21%;
    right: 12%;
  }
  .home-hero .image-right-box {
    top: 53%;
    right: 10%;
  }
}
@media screen and (max-width: 575px) {
  .home-hero .image-bottom-box {
    bottom: 25px;
    left: 60px;
    padding: 14px 0;
  }
  .home-hero .image-bottom-box-content {
    margin: 0 14px 14px 14px;
  }
  .home-hero .image-left-box {
    top: 28%;
    left: 0px;
  }
  .home-hero .image-top-box {
    top: 6%;
    right: 5%;
  }
  .home-hero .image-right-box {
    top: 40%;
    right: 0;
  }
}
@media screen and (max-width: 425px) {
  .home-hero .image-top-box {
    position: unset;
    order: -2;
  }
  .home-hero .image-left-box {
    position: absolute;
    order: -1;
  }
  .home-hero .image-bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home-hero .image-right-box {
    position: absolute;
  }
  .home-hero__inner-map {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 360px) {
  .home-hero .image-top-box {
    position: unset;
    order: -2;
  }
  .home-hero .image-left-box {
    position: unset;
    order: -1;
  }
  .home-hero .image-bottom-box {
    position: absolute;
    bottom: 3%;
  }
  .home-hero .image-right-box {
    position: absolute;
    top: 45%;
  }
  .home-hero__inner-map {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.service-hero {
  background-color: #faf8f6;
}
.service-hero__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.service-hero__content-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 99px;
}
.service-hero__content-badge p {
  color: #282828;
}
.service-hero__img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .service-hero__img-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .service-hero__img-container {
    margin-top: 28px;
  }
}
.service-hero__image {
  position: relative;
}
.service-hero__image-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 23%;
  right: -6%;
}
@media screen and (min-width: 1400px) {
  .service-hero__image-badge {
    bottom: 23%;
    right: -6%;
  }
}
@media screen and (max-width: 1199px) {
  .service-hero__image-badge {
    bottom: 23%;
    right: -3%;
  }
}
@media screen and (max-width: 425px) {
  .service-hero__image-badge {
    right: -3%;
    top: -12%;
  }
}
@media screen and (max-width: 360px) {
  .service-hero__image-badge {
    right: -3%;
    top: -28%;
  }
}
.service-hero__image-badge .badge1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 21px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 4px 4.07px 43.45px 0px rgba(0, 0, 0, 0.0392156863);
}
@media screen and (max-width: 575px) {
  .service-hero__image-badge .badge1 {
    width: 100%;
  }
}
.service-hero__image-badge .badge1 p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #282828;
}
.service-hero__image-box1 {
  position: absolute;
  top: 5%;
  left: -9%;
}
@media screen and (max-width: 1199px) {
  .service-hero__image-box1 {
    top: 3%;
  }
}
@media screen and (max-width: 575px) {
  .service-hero__image-box1 {
    left: -3%;
  }
}
.service-hero__image-box2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 14px;
  position: absolute;
  bottom: -13%;
  left: -2%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  box-shadow: 0px 2.72px 4.09px 0px rgba(0, 0, 0, 0.0901960784);
}
@media screen and (min-width: 1400px) {
  .service-hero__image-box2 {
    bottom: 6%;
    left: -18%;
  }
}
@media screen and (max-width: 1199px) {
  .service-hero__image-box2 {
    bottom: -15%;
    left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .service-hero__image-box2 {
    left: -10%;
    bottom: -5%;
  }
}
@media screen and (max-width: 575px) {
  .service-hero__image-box2 {
    left: -3%;
    bottom: -9%;
  }
}
@media screen and (max-width: 425px) {
  .service-hero__image-box2 {
    width: 150px;
    left: -3%;
    bottom: -22%;
  }
}
.service-hero__image-box2 p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.we-help {
  background-image: url("http://localhost/navriti/wp-content/uploads/2025/05/we-help-bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .we-help {
    background-image: none;
  }
}
.we-help__content {
  width: 545px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 1199px) {
  .we-help__content {
    width: 100%;
  }
}
.we-help__content-badge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.we-help__content-badge p {
  color: #282828;
}
.we-help__content-title {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .we-help__boxes {
    margin-top: 30px;
  }
}
.we-help__box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 19px;
  box-shadow: 3.9px 3.9px 4.29px 0px rgba(0, 0, 0, 0.0196078431);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .we-help__box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.we-help__box img {
  width: 100%;
  height: 146px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.we-help__box-content {
  padding: 30px 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1199px) {
  .we-help__box-content {
    padding: 22px 24px;
  }
}

.certiplate-combine {
  background-color: #faf8f6;
}
.certiplate-combine__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .certiplate-combine__inner {
    gap: 38px;
  }
}
@media screen and (max-width: 425px) {
  .certiplate-combine__inner {
    gap: 28px;
  }
}
.certiplate-combine__title {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .certiplate-combine__title {
    width: 745px;
  }
}
@media screen and (max-width: 991px) {
  .certiplate-combine__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .certiplate-combine__title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .certiplate-combine__title {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .certiplate-combine__desc p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .certiplate-combine__desc p br {
    display: none;
  }
}
.certiplate-combine .col-md-12 .certiplate-combine__box-col .certiplate-combine__box {
  height: 100%;
}
.certiplate-combine__box-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .certiplate-combine__box-col {
    gap: 12px;
  }
}
.certiplate-combine__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 3.76px 3.76px 4.13px 0px rgba(0, 0, 0, 0.0196078431);
  height: 50%;
}
@media screen and (max-width: 575px) {
  .certiplate-combine__box {
    padding: 30px;
  }
}
.certiplate-combine__box-icon {
  width: 76px;
  height: 76px;
  padding: 10px 15px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f8f8f8;
  border-radius: 14px;
}
.certiplate-combine__box--icon1 {
  color: #9333ea;
  background: #f3e8ff;
}
.certiplate-combine__box--icon2 {
  color: #eab308;
  background: #fef9c3;
}
.certiplate-combine__box--icon3 {
  color: #22d3ee;
  background: #cffafe;
}
.certiplate-combine__box--icon4 {
  color: #01af67;
  background: #d0fbe1;
}
.certiplate-combine__box h3 {
  margin-bottom: 15px;
}
.certiplate-combine__middle-box {
  justify-content: space-between;
}

.organization-carousel {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow-x: hidden;
}
.organization-carousel__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.organization-carousel__title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 56px;
}
@media screen and (max-width: 767px) {
  .organization-carousel__title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .organization-carousel__title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.organization-carousel__row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.organization-carousel__row .slick-slide {
  margin-right: 10px;
}
.organization-carousel__row2 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.organization-carousel__row2 .slick-slide {
  margin-right: 10px;
}
.organization-carousel__item {
  width: 156px;
  height: 85px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  border-radius: 9px;
  box-shadow: 12.69px 12.69px 149.26px 0px rgba(64, 69, 79, 0.0588235294);
}
.organization-carousel__item img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70px;
  padding: 5px;
}
.organization-carousel__item :hover img {
  filter: grayscale(0);
}

.solution-services__inner .row {
  --bs-gutter-x: 24px;
  gap: 24px 0;
}
.solution-services__box {
  box-shadow: 3.9px 3.9px 4.29px 0px rgba(0, 0, 0, 0.0196078431);
  border: 0.97px solid #E0E0E0;
  border-radius: 24px;
  background: #ffffff;
  padding: 12px 36px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 425px) {
  .solution-services__box {
    padding: 0px 24px 24px 24px;
  }
}
.solution-services__box img {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .solution-services__box img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .solution-services__box img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 425px) {
  .solution-services__box img {
    width: 50px;
    height: 50px;
  }
}
.solution-services__box_top-img img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  margin: 0;
  transform: translate(100px, 36px);
}
@media screen and (max-width: 1199px) {
  .solution-services__box_top-img img {
    transform: translate(80px, 36px);
  }
}
.solution-services__box_top-img,
.solution-services__box p,
.solution-services__box h3,
.solution-services__box figure {
  position: relative;
  z-index: 1;
}
.solution-services__box p {
  font-weight: 500;
}
.solution-services__box .box-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: unset;
}
.solution-services__box .box-bg-img img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-zigzag__overlay {
  overflow: hidden;
}
.other-zigzag__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .other-zigzag__content {
    gap: 24px;
  }
}
@media screen and (max-width: 575px) {
  .other-zigzag__content {
    gap: 18px;
  }
}
.other-zigzag__content h2 {
  margin-bottom: 12px;
}
.other-zigzag__content-desc {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .other-zigzag__content-desc {
    width: 100%;
  }
}
.other-zigzag__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.other-zigzag__list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}
.other-zigzag__list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  padding: 13px 10px;
  background-color: #ffffff;
  border: 1px solid #e0e9ff;
  border-radius: 108px;
  color: #4844e3;
}
.other-zigzag__list-text {
  font-weight: 500;
  color: #010205;
}
.other-zigzag__btn {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  background-color: #4844e3;
  border-radius: 85px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.other-zigzag__btn p {
  z-index: 2;
}
.other-zigzag__btn a {
  padding: 16px 82px;
  border-radius: 85px;
  font-weight: 600;
  color: #ffffff;
}
.other-zigzag__img, .other-zigzag__img-container, .other-zigzag__img {
  width: 100%;
  height: 100%;
}
.other-zigzag__img {
  position: relative;
}
.other-zigzag__img figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .other-zigzag__img figure {
    position: unset;
    width: 100%;
  }
}
.other-zigzag__img img {
  border-radius: 24px;
  width: auto;
  height: auto;
  max-height: 100%;
  border-top: 48px solid #eef3ff;
  border-left: 48px solid #eef3ff;
}
.other-zigzag .button-circle-fill:before {
  position: absolute;
  transition: all 0.4s ease-in-out;
  content: "";
  background: #01af67;
  border-radius: inherit;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform-origin: center;
  transform: translate(-50%, 0);
}
.other-zigzag .button-circle-fill:hover:before {
  width: 100%;
  height: 100%;
}
.other-zigzag .global-button.get-started a {
  padding: 14px 74px;
}

.other-zigzag.other-zigzag__content--green .other-zigzag__list-icon {
  color: #01af67;
}
.other-zigzag.other-zigzag__content--green .other-zigzag__btn {
  background-color: #01af67;
}
.other-zigzag.other-zigzag__content--green .other-zigzag__img img {
  border-top: 48px solid #d0fbe1;
  border-left: 48px solid #d0fbe1;
}

.pricing-plans {
  background-color: #FAF8F6;
}
.pricing-plans__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 25px;
  border: 1px solid #F3F3F3;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0px 2.09px 4.17px -2.09px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4.17px 6.26px -1.04px rgba(0, 0, 0, 0.1019607843);
}
.pricing-plans__title {
  margin-bottom: 14px;
}
.pricing-plans__desc {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 1400px) {
  .pricing-plans__desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .pricing-plans__desc {
    font-size: 17px;
  }
}
.pricing-plans__badge-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing-plans__price-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  position: relative;
  border-radius: 17px;
  box-shadow: 0px 4.1px 43.77px 0px rgba(0, 0, 0, 0.0588235294);
}
.pricing-plans__price-badge::before {
  background: linear-gradient(91.88deg, #BBFFDF 29.24%, #0BBE70 96.34%);
  border-radius: 17px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.pricing-plans__price-icon::before {
  content: "\f5fd";
  font-family: "fontawesome";
  font-size: 18px;
  color: #1B1B1B;
  background-image: linear-gradient(260deg, #2FD889 9.97%, #63FBB4 49.58%, #2FD889 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-plans__price-icon-2::before {
  content: "\f02c";
  font-family: "fontawesome";
  font-size: 18px;
  color: #1B1B1B;
  background-image: linear-gradient(260deg, #2FD889 9.97%, #63FBB4 49.58%, #2FD889 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-plans__price-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #282828;
}
@media screen and (min-width: 1400px) {
  .pricing-plans__price-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .pricing-plans__price-text {
    font-size: 15px;
    line-height: 21px;
  }
}
.pricing-plans__btn {
  border-radius: 85px;
  background-color: #383838;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pricing-plans__btn:hover {
  background-color: #01AF67;
}
.pricing-plans__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  color: #ffffff;
}
.pricing-plans__featured {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #E5E7EB;
}
.pricing-plans__featured-title {
  font-weight: 600;
  color: #000;
}
.pricing-plans__featured-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 16px;
}
.pricing-plans__featured-item-list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #374151;
  padding-left: 8px;
}
.pricing-plans__featured-item-list li::marker {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 18px;
  color: #22C553;
}
.pricing-plans__featured-not-include {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 16px;
  margin-top: 8px;
}
.pricing-plans__featured-not-include li {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #9CA3AF;
  padding-left: 8px;
}
.pricing-plans__featured-not-include li::marker {
  content: "\f00d";
  font-family: "fontawesome";
  font-size: 18px;
  color: #D1D5DB;
}

.career-post__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 0;
}
.career-post__content .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
}
.career-post__content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.career-post__content ul,
.career-post__content ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-post__content ol {
  list-style: disc;
  padding-left: 20px;
}
.career-post__content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.career-post__content ul li::before {
  content: "\e822";
  font-family: "fontello";
  font-size: 18px;
  line-height: 18px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.career-post__content h3,
.career-post__content h4 {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.career-post__content h3::before,
.career-post__content h4::before {
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.career-post__content h3 {
  gap: 12px;
}
.career-post__content h3::before {
  font-size: 32px;
  line-height: 32px;
  background: linear-gradient(180deg, #01AF67 0%, rgba(1, 175, 103, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.career-post__content h4 {
  gap: 16px;
}
.career-post__content h4::before {
  font-size: 18px;
  line-height: 18px;
  color: #01AF67;
}
.career-post__content p,
.career-post__content li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  .career-post__content p,
  .career-post__content li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .career-post__content p,
  .career-post__content li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .career-post__content p,
  .career-post__content li {
    font-size: 14px;
    line-height: 22px;
  }
}
.career-post__content li {
  color: #374151;
}
.career-post__content a {
  color: #111;
  transition: all 0.6s ease;
}
.career-post__content a:hover {
  color: #01AF67;
}

.solution-plans {
  background-color: #FAF8F6;
  position: relative;
}
.solution-plans .row {
  gap: 36px 0;
}
.solution-plans .row .row {
  gap: 24px 0;
}
.solution-plans__content {
  position: sticky;
  top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solution-plans__content-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 99px;
}
.solution-plans__content-badge p {
  color: #282828;
}
.solution-plans__content-badge-icon {
  font-size: 22px;
  background-image: linear-gradient(180deg, #4844E3 0%, #C5C3FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution-plans__content-title {
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .solution-plans__content-title {
    width: 480px;
  }
}
.solution-plans__content-title h2 {
  margin-bottom: 17px;
}
.solution-plans__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px;
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 2.4px 4.8px -2.4px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4.8px 7.2px -1.2px rgba(0, 0, 0, 0.1019607843);
}
.solution-plans__title {
  margin-bottom: 14px;
}
.solution-plans__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #4B5563;
}
@media screen and (min-width: 1400px) {
  .solution-plans__desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 32px;
  }
}
.solution-plans__badge-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solution-plans__highlight-badge {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 4.72px 50.34px 0px rgba(0, 0, 0, 0.0588235294);
}
.solution-plans__highlight-badge::before {
  background: linear-gradient(91.88deg, #4844E3 29.24%, #C4C2FF 96.34%);
  border-radius: 20px;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.solution-plans__badge-icon::before {
  content: "\f5fd";
  font-family: "fontawesome";
  font-size: 20px;
  color: #1B1B1B;
  background-image: linear-gradient(260deg, #4844E3 9.97%, #5550FF 49.58%, #2FD889 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution-plans__badge-icon-2::before {
  content: "\f02c";
  font-family: "fontawesome";
  font-size: 20px;
  color: #1B1B1B;
  background-image: linear-gradient(260deg, #4844E3 9.97%, #5550FF 49.58%, #2FD889 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution-plans__badge-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  color: #282828;
}
@media screen and (min-width: 1400px) {
  .solution-plans__badge-text {
    font-size: 17px;
    line-height: 24px;
  }
}
.solution-plans__btn {
  background-color: #383838;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 98px;
}
.solution-plans__btn:hover {
  background-color: #4844E3;
}
.solution-plans__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 27px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 98px;
}
.solution-plans__featured {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #E5E7EB;
}
.solution-plans__featured-title {
  font-weight: 600;
  color: #000;
}
.solution-plans__featured-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 16px;
}
.solution-plans__featured-item-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #374151;
  padding-left: 14px;
}
.solution-plans__featured-item-list li::marker {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 18px;
  color: #4844E3;
}

.resources-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .resources-content {
    padding: 0px 20px;
  }
}
.resources-content h3 {
  padding: 20px 0 14px 0;
  display: flex;
  align-items: center;
}
.resources-content h2 {
  padding: 20px 0 12px 0;
}
.resources-content h3::before {
  content: "\e81f";
  font-family: "fontello";
  font-size: 28px;
  background: linear-gradient(180deg, #01af67 0%, rgba(1, 175, 103, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-right: 12px;
}
.resources-content p {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .resources-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .resources-content p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.resources-content ul,
.resources-content ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #E3E3E3;
  list-style: none;
}
.resources-content ul li,
.resources-content ol li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(1, 2, 5, 0.6);
  font-family: "Urbanist", sans-serif;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .resources-content ul li,
  .resources-content ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content ul li,
  .resources-content ol li {
    font-size: 15px;
  }
}
.resources-content ul li a,
.resources-content ol li a {
  color: #2563eb;
}
.resources-content ul li::before,
.resources-content ol li::before {
  font-family: "fontello";
  font-size: 18px;
  color: #01AF67;
  position: absolute;
  left: 0;
}
.resources-content ul li::before {
  content: "\e815";
}
.resources-content ol li::before {
  content: "\e806";
}
@media screen and (max-width: 767px) {
  .resources-content .wp-block-spacer {
    height: 40px !important;
  }
}
.resources-content .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
  margin: 24px 0px 24px 0px;
}
.resources-content .resources-tabs {
  gap: 24px;
}
.resources-content .resources-tabs ul.gutena-tabs-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-top: unset;
}
.resources-content .resources-tabs ul.gutena-tabs-tab li {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #6b7280;
  font-family: "Urbanist", sans-serif;
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
}
@media screen and (max-width: 991px) {
  .resources-content .resources-tabs ul.gutena-tabs-tab li {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs ul.gutena-tabs-tab li {
    font-size: 15px;
    line-height: 16px;
    padding: 10px 14px;
  }
}
.resources-content .resources-tabs ul.gutena-tabs-tab li::before {
  display: none;
}
.resources-content .resources-tabs ul.gutena-tabs-tab li.active {
  color: #01AF67;
  border-bottom-color: #01AF67;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block {
  border: unset !important;
  padding: 0px;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block .wp-block-separator {
  border-bottom: 1px solid #E3E3E3;
  margin: 31px 0px 36px 0px;
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #111;
  padding: 24px 0 16px 0;
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p {
    font-size: 15px;
    line-height: 28px;
  }
}
.resources-content .resources-tabs .gutena-tabs-content .gutena-tab-block p a {
  color: rgba(1, 2, 5, 0.6);
  border-bottom: 2px solid #01AF67;
}
.resources-content h4 {
  font-size: 20px;
  line-height: 28px;
  color: #111;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 10px;
}
.resources-content h4::before {
  font-size: 18px;
  line-height: 18px;
  color: #01AF67;
  margin: 0;
  padding: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #01AF67;
  border-radius: 12px;
}
@media screen and (max-width: 425px) {
  .resources-content h4::before {
    font-size: 16px;
    line-height: 16px;
    height: 32px;
    width: 32px;
  }
}
.resources-content .wp-block-table {
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  overflow-x: auto;
}
.resources-content table thead {
  border-bottom: unset;
}
.resources-content table thead th {
  background: rgba(1, 175, 103, 0.1019607843);
  color: #01AF67;
}
.resources-content table tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.resources-content table th,
.resources-content table td {
  border: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #374151;
  font-family: "Urbanist", sans-serif;
  padding: 16px 24px;
}
.resources-content table th a,
.resources-content table td a {
  color: #2563eb;
}
.resources-content .wpcf7 {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 {
    width: 100%;
  }
}
.resources-content .wpcf7 .wpcf7-form {
  display: inline-block;
}
.resources-content .wpcf7 .row {
  --bs-gutter-x: 36px;
  gap: 28px 0;
}
.resources-content .wpcf7 br {
  display: none;
}
.resources-content .wpcf7 span {
  display: block;
}
.resources-content .wpcf7 .contact-form__box {
  margin-top: 0;
}
.resources-content .wpcf7 label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 label {
    font-size: 14px;
    line-height: 22px;
  }
}
.resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
.resources-content .wpcf7 .contact-form__box input,
.resources-content .wpcf7 .contact-form__box select,
.resources-content .wpcf7 .contact-form__box textarea,
.resources-content .wpcf7 .contact-form__box option,
.resources-content .wpcf7 .contact-form__box input::placeholder,
.resources-content .wpcf7 .contact-form__box textarea::placeholder,
.resources-content .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .resources-content .wpcf7 .contact-form__box input,
  .resources-content .wpcf7 .contact-form__box select,
  .resources-content .wpcf7 .contact-form__box textarea,
  .resources-content .wpcf7 .contact-form__box option,
  .resources-content .wpcf7 .contact-form__box input::placeholder,
  .resources-content .wpcf7 .contact-form__box textarea::placeholder,
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .resources-content .wpcf7 .contact-form__box input,
  .resources-content .wpcf7 .contact-form__box select,
  .resources-content .wpcf7 .contact-form__box textarea,
  .resources-content .wpcf7 .contact-form__box option,
  .resources-content .wpcf7 .contact-form__box input::placeholder,
  .resources-content .wpcf7 .contact-form__box textarea::placeholder,
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.resources-content .wpcf7 .contact-form__box input::-moz-placeholder, .resources-content .wpcf7 .contact-form__box textarea::-moz-placeholder {
  color: #6b7280;
}
.resources-content .wpcf7 .contact-form__box input::placeholder,
.resources-content .wpcf7 .contact-form__box textarea::placeholder {
  color: #6b7280;
}
.resources-content .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 18px;
  }
}
.resources-content .wpcf7 .select-box p {
  position: relative;
}
.resources-content .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  color: #6b7280;
  position: absolute;
  right: 20px;
  bottom: 20%;
}
.resources-content .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.resources-content .wpcf7 .contact-form__box input,
.resources-content .wpcf7 .contact-form__box textarea,
.resources-content .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #E3E3E3 !important;
  border-radius: 10px;
}
.resources-content .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.resources-content .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  background: #01AF67;
  padding: 14px 28px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
}
@media screen and (min-width: 1400px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .resources-content .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
  }
}
.resources-content .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #111;
}
.resources-content .wpcf7 .conatct-submit-button p {
  position: relative;
}
.resources-content .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.resources-content .wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.datatable table thead {
  border-bottom: unset;
}
.datatable table thead th {
  background: rgba(1, 175, 103, 0.1019607843);
  color: #01AF67;
}
.datatable table tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.datatable table th,
.datatable table td {
  border: unset;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #374151;
  font-family: "Urbanist", sans-serif;
  padding: 16px 24px;
}
.datatable table th a,
.datatable table td a {
  color: #2563eb;
}
.datatable .dataTables_paginate,
.datatable .dataTables_paginate span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.datatable .dataTables_wrapper .dataTables_paginate {
  padding-top: 24px;
  margin: 0;
}
.datatable .dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  font-family: "Urbanist", sans-serif;
  border-radius: 8px;
}
.datatable .dataTables_length label,
.datatable .dataTables_filter label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 16px;
}
.datatable .dataTables_wrapper .dataTables_filter input {
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #111;
}

.casestudy-list__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.casestudy-list__inner--heading {
  font-size: 24px;
  line-height: 30px;
  color: #111;
}
.casestudy-list__inner ul.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 58px;
}
.casestudy-list__inner ul.wp-block-post-template li {
  width: 47.4%;
  padding: 24px 26px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border: 0.64px solid #FFFFFF;
  border-radius: 12px;
  background: #ffffff;
}
.casestudy-list__inner ul.wp-block-post-template li figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.casestudy-list__inner ul.wp-block-post-template li figure img {
  border-radius: 12px;
  transition: all 500ms;
  height: 300px;
}
.casestudy-list__inner ul.wp-block-post-template li .excerpt {
  padding-bottom: 16px;
}
.casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title {
  padding: 26px 0px 16px 0px;
}
.casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title a {
  color: #000000;
}
.casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category {
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
.casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category .wp-block-post-terms__separator {
  display: none;
}
.casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #707070;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  display: block;
  border: 1px solid #c9c9c9;
  border-radius: 29px;
  text-align: center;
}
.casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #000000;
  position: relative;
}
.casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more::after {
  content: "\e800";
  position: absolute;
  font-family: fontello;
  right: -22px;
  top: 3px;
  font-size: 22px;
  font-weight: 500;
  transition: all 500ms;
}
.casestudy-list__inner ul.wp-block-post-template li:hover {
  cursor: pointer;
}
.casestudy-list__inner ul.wp-block-post-template li:hover figure a img {
  transform: scale(1.1);
}
.casestudy-list__inner ul.wp-block-post-template li:hover a.wp-block-read-more::after {
  transform: translateX(6px);
}
@media screen and (min-width: 1400px) {
  .casestudy-list__inner h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .casestudy-list__inner ul.wp-block-post-template li {
    width: 47.7%;
  }
  .casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title {
    font-size: 24px;
    line-height: 34px;
  }
  .casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category a {
    padding: 7px 14px;
  }
  .casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more {
    font-size: 20px;
    line-height: 26px;
  }
  .casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more::after {
    right: -26px;
    top: 2px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .casestudy-list__inner ul.wp-block-post-template {
    gap: 36px 49px;
  }
  .casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .casestudy-list__inner ul.wp-block-post-template {
    gap: 36px 37px;
  }
  .casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
  }
  .casestudy-list__inner ul.wp-block-post-template li div.taxonomy-case-studies_category a {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 13px;
  }
}
@media screen and (max-width: 767px) {
  .casestudy-list__inner ul.wp-block-post-template {
    gap: 25px;
  }
  .casestudy-list__inner ul.wp-block-post-template li {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .casestudy-list__inner ul.wp-block-post-template {
    gap: 30px 0px;
    margin: 25px 0 30px 0px;
  }
  .casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title {
    line-height: 28px;
  }
  .casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 425px) {
  .casestudy-list__inner--heading {
    font-size: 22px;
    line-height: 28px;
  }
  .casestudy-list__inner ul.wp-block-post-template li h3.wp-block-post-title {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 0 16px;
  }
  .casestudy-list__inner ul.wp-block-post-template li a.wp-block-read-more {
    font-size: 15px;
  }
}

.company-list__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
.company-list__inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.company-list__inner ul .global-button a {
  border-radius: 12px;
}
.company-list__inner ul .global-button a:hover {
  color: #01AF67;
}

.request-demo .main-row {
  gap: 36px 0;
  --bs-gutter-x: 36px;
}
.request-demo h2 {
  margin-bottom: 10px;
}
.request-demo__content {
  display: flex;
  flex-direction: column;
  gap: 36px 0;
}
@media screen and (max-width: 991px) {
  .request-demo__content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.request-demo__content p {
  width: 100%;
}
.request-demo__content-image {
  position: relative;
}
@media screen and (max-width: 991px) {
  .request-demo__content-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .request-demo__content-image {
    justify-content: center;
    gap: 10px;
  }
}
.request-demo__content-image .main-img {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .request-demo__content-image .main-img {
    padding: 0;
  }
}
.request-demo__content-image .main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.request-demo__content-image_box {
  position: absolute;
  width: 158px;
  box-shadow: 1.98px 1.98px 2.18px 0px rgba(0, 0, 0, 0.0196078431);
  border: 0.49px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 20px;
}
@media screen and (max-width: 575px) {
  .request-demo__content-image_box {
    position: unset;
    width: 32%;
    height: 100%;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 425px) {
  .request-demo__content-image_box {
    width: 48%;
  }
}
@media screen and (max-width: 360px) {
  .request-demo__content-image_box {
    width: 100%;
  }
}
.request-demo__content-image_box figure {
  padding: 5px;
  background-color: #ffffff;
}
.request-demo__content-image_box img {
  max-width: 50px;
  max-height: 50px;
}
.request-demo__content-image_box p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #111111;
}
@media screen and (min-width: 1400px) {
  .request-demo__content-image_box p {
    font-size: 15px;
    line-height: 21px;
  }
}
.request-demo__content-image .box-up {
  top: 0;
  left: 0;
}
.request-demo__content-image .box-right {
  bottom: 0;
  right: 0;
}
.request-demo__content-image .box-left {
  bottom: 0;
  left: 0;
}
.request-demo__content_bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.request-demo__content_bottom-image figure {
  max-width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-demo__content_bottom-image figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.request-demo__form-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 40px;
}
@media screen and (max-width: 991px) {
  .request-demo__form-content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.request-demo__form-content-title {
  font-weight: 600;
  font-size: 41px;
  line-height: 45px;
}
.request-demo__form-content .description-primary {
  color: #9d9fa1;
}
@media screen and (min-width: 1400px) {
  .request-demo__form-content .description-primary {
    width: 545px;
    margin-top: 9px;
  }
}
.request-demo__form .contact-form__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-demo__page-footer {
  width: 100%;
  height: 30px;
  background: linear-gradient(91.88deg, #0bbe70 29.24%, #bbffdf 96.34%);
}
.request-demo .wpcf7 .wpcf7-form {
  display: inline-block;
}
.request-demo .wpcf7 .row {
  --bs-gutter-x: 12px;
  gap: 20px 0;
}
.request-demo .wpcf7 br {
  display: none;
}
.request-demo .wpcf7 span {
  display: block;
}
.request-demo .wpcf7 .contact-form__box {
  margin-top: 0;
}
.request-demo .wpcf7 label {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
  text-align: start;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .request-demo .wpcf7 label {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .request-demo .wpcf7 label {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .request-demo .wpcf7 label {
    font-size: 14px;
    line-height: 22px;
  }
}
.request-demo .wpcf7 .contact-form__box {
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.0392156863);
  border-radius: 13px;
  padding: 11px 18px;
}
.request-demo .wpcf7 .contact-form__box.select-box p {
  width: 100%;
}
.request-demo .wpcf7 .contact-form__box input::-moz-placeholder, .request-demo .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
.request-demo .wpcf7 .contact-form__box input,
.request-demo .wpcf7 .contact-form__box select,
.request-demo .wpcf7 .contact-form__box textarea,
.request-demo .wpcf7 .contact-form__box option,
.request-demo .wpcf7 .contact-form__box input::placeholder,
.request-demo .wpcf7 .contact-form__box textarea::placeholder,
.request-demo .wpcf7 .contact__date p,
.request-demo .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}
@media screen and (min-width: 1400px) {
  .request-demo .wpcf7 .contact-form__box input::-moz-placeholder, .request-demo .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .request-demo .wpcf7 .contact-form__box input,
  .request-demo .wpcf7 .contact-form__box select,
  .request-demo .wpcf7 .contact-form__box textarea,
  .request-demo .wpcf7 .contact-form__box option,
  .request-demo .wpcf7 .contact-form__box input::placeholder,
  .request-demo .wpcf7 .contact-form__box textarea::placeholder,
  .request-demo .wpcf7 .contact__date p,
  .request-demo .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .request-demo .wpcf7 .contact-form__box input::-moz-placeholder, .request-demo .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .request-demo .wpcf7 .contact-form__box input,
  .request-demo .wpcf7 .contact-form__box select,
  .request-demo .wpcf7 .contact-form__box textarea,
  .request-demo .wpcf7 .contact-form__box option,
  .request-demo .wpcf7 .contact-form__box input::placeholder,
  .request-demo .wpcf7 .contact-form__box textarea::placeholder,
  .request-demo .wpcf7 .contact__date p,
  .request-demo .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
  }
}
.request-demo .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .request-demo .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .request-demo .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
  }
}
.request-demo .wpcf7 .select-box p {
  position: relative;
}
.request-demo .wpcf7 .select-box p select {
  position: relative;
  z-index: 1;
  background: transparent;
}
.request-demo .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 20px;
  line-height: 16px;
  color: #111;
  position: absolute;
  right: 0;
  bottom: 21%;
  opacity: 0.9;
}
.request-demo .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.request-demo .wpcf7 .contact__date p input,
.request-demo .wpcf7 .contact-form__box p select {
  padding-right: 0;
}
.request-demo .wpcf7 .contact-form__box input,
.request-demo .wpcf7 .contact-form__box textarea,
.request-demo .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 12px 9px 12px 0px;
  border-radius: 10px;
  border: none;
}
.request-demo .wpcf7 .contact-form__box input:focus,
.request-demo .wpcf7 .contact-form__box textarea:focus {
  padding-left: 9px;
}
.request-demo .wpcf7 .contact-form__box .icon {
  font-size: 20px;
}
.request-demo .wpcf7 .contact__date {
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.request-demo .wpcf7 .contact__date p {
  color: #111;
  font-weight: 400;
}
@media screen and (max-width: 425px) {
  .request-demo .wpcf7 .contact__date p {
    width: 100%;
  }
}
.request-demo .wpcf7 input:focus {
  border-bottom: 2px solid #01af67 !important;
  border-radius: 0px;
}
.request-demo .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.request-demo .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #ffffff;
  background: #111;
  padding: 14px 28px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 13px;
}
@media screen and (min-width: 1400px) {
  .request-demo .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .request-demo .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 425px) {
  .request-demo .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 24px;
  }
}
.request-demo .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  background: #01AF67;
}
.request-demo .wpcf7 .conatct-submit-button {
  padding: 0;
}
.request-demo .wpcf7 .conatct-submit-button p {
  position: relative;
}
.request-demo .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.request-demo .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}
.request-demo .wpcf7 .conatct-submit-button p,
.request-demo .wpcf7 .conatct-submit-button .wpcf7-submit {
  width: 100%;
}/*# sourceMappingURL=main.css.map */