@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter 28pt";
  font-weight: normal;
  background: #fffffa;
  padding: 0;
}

*::-moz-selection {
  color: #002025;
  background: #aaea28;
}

*::selection {
  color: #002025;
  background: #aaea28;
}

*::-moz-selection {
  color: #002025;
  background: #aaea28;
}

*::-webkit-selection {
  color: #002025;
  background: #aaea28;
}

*::-ms-selection {
  color: #002025;
  background: #aaea28;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

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

body a {
  font-family: "Inter 28pt";
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
  font-family: "Inter 28pt";
  font-weight: normal;
}

input,
select,
textarea,
.site textarea {
  font-family: "Inter 28pt";
  font-weight: normal;
  width: 100%;
  background: #fff;
}

body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=range],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color],
body .site textarea,
body .site select {
  background: #fff;
  font-family: "Inter 28pt";
  height: 55px;
  line-height: normal;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  box-shadow: none;
  margin: 0;
  border: 1px solid #e6e6e6;
  color: #4d4d4d;
  outline-offset: unset;
  border-radius: 5px;
  font-size: 15px;
  outline: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  outline: none;
}

body textarea {
  resize: none;
  overflow: auto;
  height: 115px !important;
  padding-top: 15px !important;
}

b,
strong {
  font-weight: 700;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #001f25;
  font-family: "Inter 28pt";
  font-weight: 600;
}

body h1 {
  letter-spacing: -2px !important;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Inter 28pt";
  font-weight: normal;
}

img {
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
  max-width: 100%;
}

body p {
  color: #2c323f;
  font-family: "Inter 28pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

body p:last-child {
  margin-bottom: 0;
}

body a {
  font-family: "Inter 28pt";
}

.container {
  width: 1400px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto !important;
  position: relative;
  float: none !important;
}

body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}

html #wpadminbar {
  display: none !important;
}

html[lang=en-US] {
  margin-top: 0 !important;
}

.center {
  text-align: center;
}

@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Black.eot");
  src: url("fonts/Inter28pt-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Black.woff2") format("woff2"), url("fonts/Inter28pt-Black.woff") format("woff"), url("fonts/Inter28pt-Black.ttf") format("truetype"), url("fonts/Inter28pt-Black.svg#Inter28pt-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-ExtraBoldItalic.eot");
  src: url("fonts/Inter28pt-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Inter28pt-ExtraBoldItalic.woff") format("woff"), url("fonts/Inter28pt-ExtraBoldItalic.ttf") format("truetype"), url("fonts/Inter28pt-ExtraBoldItalic.svg#Inter28pt-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-BlackItalic.eot");
  src: url("fonts/Inter28pt-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-BlackItalic.woff2") format("woff2"), url("fonts/Inter28pt-BlackItalic.woff") format("woff"), url("fonts/Inter28pt-BlackItalic.ttf") format("truetype"), url("fonts/Inter28pt-BlackItalic.svg#Inter28pt-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-BoldItalic.eot");
  src: url("fonts/Inter28pt-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-BoldItalic.woff2") format("woff2"), url("fonts/Inter28pt-BoldItalic.woff") format("woff"), url("fonts/Inter28pt-BoldItalic.ttf") format("truetype"), url("fonts/Inter28pt-BoldItalic.svg#Inter28pt-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-ExtraBold.eot");
  src: url("fonts/Inter28pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-ExtraBold.woff2") format("woff2"), url("fonts/Inter28pt-ExtraBold.woff") format("woff"), url("fonts/Inter28pt-ExtraBold.ttf") format("truetype"), url("fonts/Inter28pt-ExtraBold.svg#Inter28pt-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Bold.eot");
  src: url("fonts/Inter28pt-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Bold.woff2") format("woff2"), url("fonts/Inter28pt-Bold.woff") format("woff"), url("fonts/Inter28pt-Bold.ttf") format("truetype"), url("fonts/Inter28pt-Bold.svg#Inter28pt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-ExtraLightItalic.eot");
  src: url("fonts/Inter28pt-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-ExtraLightItalic.woff2") format("woff2"), url("fonts/Inter28pt-ExtraLightItalic.woff") format("woff"), url("fonts/Inter28pt-ExtraLightItalic.ttf") format("truetype"), url("fonts/Inter28pt-ExtraLightItalic.svg#Inter28pt-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Light.eot");
  src: url("fonts/Inter28pt-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Light.woff2") format("woff2"), url("fonts/Inter28pt-Light.woff") format("woff"), url("fonts/Inter28pt-Light.ttf") format("truetype"), url("fonts/Inter28pt-Light.svg#Inter28pt-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-ExtraLight.eot");
  src: url("fonts/Inter28pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-ExtraLight.woff2") format("woff2"), url("fonts/Inter28pt-ExtraLight.woff") format("woff"), url("fonts/Inter28pt-ExtraLight.ttf") format("truetype"), url("fonts/Inter28pt-ExtraLight.svg#Inter28pt-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Italic.eot");
  src: url("fonts/Inter28pt-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Italic.woff2") format("woff2"), url("fonts/Inter28pt-Italic.woff") format("woff"), url("fonts/Inter28pt-Italic.ttf") format("truetype"), url("fonts/Inter28pt-Italic.svg#Inter28pt-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-LightItalic.eot");
  src: url("fonts/Inter28pt-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-LightItalic.woff2") format("woff2"), url("fonts/Inter28pt-LightItalic.woff") format("woff"), url("fonts/Inter28pt-LightItalic.ttf") format("truetype"), url("fonts/Inter28pt-LightItalic.svg#Inter28pt-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Regular.eot");
  src: url("fonts/Inter28pt-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Regular.woff2") format("woff2"), url("fonts/Inter28pt-Regular.woff") format("woff"), url("fonts/Inter28pt-Regular.ttf") format("truetype"), url("fonts/Inter28pt-Regular.svg#Inter28pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-MediumItalic.eot");
  src: url("fonts/Inter28pt-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-MediumItalic.woff2") format("woff2"), url("fonts/Inter28pt-MediumItalic.woff") format("woff"), url("fonts/Inter28pt-MediumItalic.ttf") format("truetype"), url("fonts/Inter28pt-MediumItalic.svg#Inter28pt-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Medium.eot");
  src: url("fonts/Inter28pt-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Medium.woff2") format("woff2"), url("fonts/Inter28pt-Medium.woff") format("woff"), url("fonts/Inter28pt-Medium.ttf") format("truetype"), url("fonts/Inter28pt-Medium.svg#Inter28pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-ThinItalic.eot");
  src: url("fonts/Inter28pt-ThinItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-ThinItalic.woff2") format("woff2"), url("fonts/Inter28pt-ThinItalic.woff") format("woff"), url("fonts/Inter28pt-ThinItalic.ttf") format("truetype"), url("fonts/Inter28pt-ThinItalic.svg#Inter28pt-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-SemiBold.eot");
  src: url("fonts/Inter28pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-SemiBold.woff2") format("woff2"), url("fonts/Inter28pt-SemiBold.woff") format("woff"), url("fonts/Inter28pt-SemiBold.ttf") format("truetype"), url("fonts/Inter28pt-SemiBold.svg#Inter28pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-SemiBoldItalic.eot");
  src: url("fonts/Inter28pt-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-SemiBoldItalic.woff2") format("woff2"), url("fonts/Inter28pt-SemiBoldItalic.woff") format("woff"), url("fonts/Inter28pt-SemiBoldItalic.ttf") format("truetype"), url("fonts/Inter28pt-SemiBoldItalic.svg#Inter28pt-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("fonts/Inter28pt-Thin.eot");
  src: url("fonts/Inter28pt-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Inter28pt-Thin.woff2") format("woff2"), url("fonts/Inter28pt-Thin.woff") format("woff"), url("fonts/Inter28pt-Thin.ttf") format("truetype"), url("fonts/Inter28pt-Thin.svg#Inter28pt-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  display: block;
  transform: translateY(0);
  transition: all 0.3s ease;
  z-index: 99;
}

#header.blur {
  transform: translateY(-100%);
}

#header.fixed {
  z-index: 9;
  background-color: rgba(0, 32, 37, 0.8);
  border-radius: 0 0px 20px 20px;
  backdrop-filter: blur(8px);
}

.header-main {
  display: flex;
  align-items: center;
}

.header-main .header-right {
  margin-left: auto;
  padding-left: 25px;
}

.header-main .header-right .wrap {
  display: flex;
  align-items: center;
}

.header-main .header-right ul.menu {
  display: flex;
}

.header-main .header-right ul.menu li {
  padding-right: 46px;
}

.header-main .header-right ul.menu li:last-child {
  padding-right: 0;
}

.header-main .header-right ul.menu li a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header-main .header-right .header-btn {
  margin-left: 39px;
}

.header-btn .outline-btn a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  border-radius: 50px;
  padding: 0px 35px;
  position: relative;
  line-height: 42px;
}

.header-btn .outline-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/border-img.png) no-repeat;
}

.header-main .logo img.black {
  display: none;
}

body.custom-header .header-main .logo img.white {
  display: none;
}
body.custom-header .header-main .logo img.black {
  display: block;
}
body.custom-header .header-main .header-right ul.menu li a {
  color: #001f25;
}
body.custom-header .header-btn .outline-btn a {
  color: #001f25;
}
body.custom-header #header.fixed .header-main .logo img.white {
  display: block;
}
body.custom-header #header.fixed .header-main .logo img.black {
  display: none;
}
body.custom-header #header.fixed .header-main .header-right ul.menu li a {
  color: #fff;
}
body.custom-header #header.fixed .header-btn .outline-btn a {
  color: #fff;
}

.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

body.custom-header .header-main .header-right .main-menu a,
body.custom-header .header-main .header-right .main-menu a::after {
  color: #001f25;
  transition: all 0.5s ease 0s;
}

body.custom-header #header.fixed .header-main .header-right .main-menu > li > a {
  color: #fff;
}

body.custom-header .header-main .header-right .main-menu > a:hover,
body.custom-header .header-main .header-right .main-menu > a:hover::after,
body.custom-header #header.fixed .header-main .header-right .main-menu > li > a:hover {
  color: #aaea28;
  opacity: 1;
}

#header.fixed .header-main .logo img.white {
  display: block;
}

.header-main .header-right .wrap > .main-menu {
  display: flex;
  width: 100%;
}

.header-main .header-right .wrap > .main-menu > li:not(:last-child) {
  margin-right: 28px;
  align-items: center;
  display: flex;
}

.header-main .header-right .wrap > .main-menu > li:not(:last-of-type) > a {
  padding-right: 20px;
}

.header-main .header-right .wrap > .main-menu > li,
.header-main .header-right .wrap > .main-menu > div {
  padding-bottom: 25px;
  margin-top: 25px;
}

.header-main .header-right .main-menu > li a {
  color: #fff;
}

.header-main .header-right .main-menu > li > a {
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}

.header-main .header-right .main-menu > li > a span::after {
  content: "\f107";
  position: absolute;
  top: 1px;
  left: auto;
  right: 0px;
  bottom: 0;
  font-family: "fontawesome";
  color: #fff;
  font-size: 18px;
  opacity: 0.6;
}

#header.fixed .header-main .header-right .main-menu > li > a span::after {
  color: #fff;
  opacity: 1;
}

.header-main .header-right .wrap > .main-menu > li.expertise a {
  padding-right: 0;
}

#header.fixed .header-main .header-right .main-menu > li > a:hover span::after {
  color: #aaea28;
}

.header-main .header-right .main-menu > li > a:hover,
.header-main .header-right .main-menu > li > a:hover span::after {
  color: #aaea28;
  opacity: 1;
}

.header-main .header-right .wrap > .main-menu > li > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1050px;
  height: 446px;
  position: absolute;
  top: 90%;
  left: auto;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 0px 0px 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform-origin: bottom;
  transform: translateY(30px);
  transition: transform 0.2s ease;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
}

.header-main .header-right .main-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transform: translateY(0);
}

.header-main .header-right .main-menu > li > ul.service-ul > li {
  padding: 0 50px 0 0;
}

.header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(3),
.header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(6) {
  padding-right: 30px;
}

.header-main .header-right .main-menu > li > ul.service-ul > li > div > a,
.header-main .header-right .main-menu > li > ul.service-ul > li > a > h3 {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
  padding: 0 0 0 40px;
  position: relative;
}

.header-main .header-right .main-menu > li > ul.service-ul > li:not(.bottom) > div > a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: url(../images/sub-menu-icon.svg) no-repeat;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.mobile-application > div > a::before {
  background: url(../images/mobile-application.svg) no-repeat;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.digital-stretegy > div > a::before {
  background: url(../images/digital-stretegy.svg) no-repeat;
}

.header-main .header-right .main-menu > li > ul.service-ul > li > .service-sub_menu li > a,
.header-main .header-right .main-menu > li > ul.service-ul > li > .service-sub_menu li > a h3,
.header-main .header-right .main-menu > li > a + ul.company-ul a {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.header-main .header-right .main-menu > li > a + ul.company-ul a {
  padding: 7px 9px;
}

.header-main .header-right .main-menu > li > a + ul.company-ul a:hover {
  background: #f1f6f2;
  border-radius: 10px;
  width: 100%;
  color: #000;
}

.header-main .header-right .main-menu > li > ul.service-ul > li p,
.header-main .header-right .main-menu > li > ul.service-ul > li p > a {
  color: #666;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.13px;
  margin: 4px 0 0px 0;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.bottom a h3 {
  padding: 0;
  margin: 0;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.bottom .service-sub_menu li a {
  padding: 0;
  cursor: pointer;
  pointer-events: all;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.bottom .service-sub_menu li a:hover {
  background: unset;
}

.header-main .header-right .main-menu > li > ul.service-ul > li:not(.bottom) > .service-sub_menu {
  margin: 12px 0 0 0;
}

.header-main .header-right .main-menu > li > ul.service-ul > li > .service-sub_menu > li a {
  padding: 9px 10px 11px 11px;
}

.header-main .header-right .main-menu > li > ul.service-ul > li > .service-sub_menu > li a:hover {
  background: #f1f6f2;
  border-radius: 10px;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.bottom a {
  padding: 0 0 0 10px;
}

.header-main .header-right .main-menu > li > ul.service-ul > li.bottom {
  background: #f5f4eb;
  padding: 26px 0;
}

.header-main .header-right .main-menu > li > ul.service-ul > li:first-child,
.header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(4) {
  padding-left: 30px;
}

/*End of the day 18-12-2024*/
.header-main .header-right .wrap > .main-menu > li.our-work {
  margin-right: 0;
}

.header-main .header-right .wrap > .main-menu > li.our-work a::after,
.header-main .header-right .wrap .contact-details {
  display: none;
}

.header-main .header-right .main-menu > li > a + ul.company-ul {
  display: flex;
  flex-direction: column;
  margin: unset;
  left: auto;
  right: 140px;
  width: 210px;
  height: 162px;
  padding: 12px 12px 12px 12px;
}

.header-main .header-right .wrap > .main-menu > li.mob-view {
  display: none;
}

.header-main .header-right .wrap > .main-menu > li.submenu > a,
.header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

.header-main .header-right .wrap > .main-menu > li.submenu > a::before,
.header-main .header-right .wrap > .main-menu > li.submenu > div > a::before {
  position: absolute;
  content: "";
  top: 8px;
  right: 0;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  transition: all ease 0.5s;
}

.header-main .header-right .wrap > .main-menu > li.submenu:hover > a,
.header-main .header-right .wrap > .main-menu > li.submenu:hover > div > a {
  color: #aaea28 !important;
}

.header-main .header-right .wrap > .main-menu > li.submenu:hover > a::before,
.header-main .header-right .wrap > .main-menu > li.submenu:hover > div > a::before {
  filter: brightness(0) saturate(100%) invert(81%) sepia(50%) saturate(729%) hue-rotate(25deg) brightness(106%) contrast(84%);
  transform: scaleY(-1);
}

.home .header-main .header-right .wrap > .main-menu > li.submenu > a,
.home .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  color: #fff;
}

.error404 .header-main .header-right .wrap > .main-menu > li.submenu > a,
.error404 .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  color: #fff;
}

.page-template-culture .header-main .header-right .wrap > .main-menu > li.submenu > a,
.page-template-culture .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  color: #fff;
}

.page-template-flutter-app-development .header-main .header-right .wrap > .main-menu > li.submenu > a,
.page-template-flutter-app-development .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  color: #fff;
}

.page-template-ios-app-development .header-main .header-right .wrap > .main-menu > li.submenu > a,
.page-template-ios-app-development .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
  color: #fff;
}

.header-main .header-right .wrap > .main-menu > li.listthree {
  position: relative;
  top: 1px;
  cursor: pointer;
}

.header-main .header-right .wrap > .main-menu > li.listthree ul.company-ul.sublist {
  display: inline-block;
  padding: 10px;
  max-width: 210px !important;
  height: -moz-fit-content;
  height: fit-content;
  width: 150px !important;
}

.header-main .header-right .wrap > .main-menu > li.listthree ul.company-ul.sublist li a.company-menu {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
}

.header-main .header-right .wrap > .main-menu > li.listthree ul.company-ul.sublist li a.company-menu:hover {
  background: #f1f6f2;
}

header.fixed .header-main .header-right .wrap > .main-menu a {
  color: #fff;
}

header.fixed .header-main .header-right .main-menu li ul li a,
.header-main .header-right .main-menu li ul li a {
  color: #333333 !important;
}

/* section css start */
.banner-section .left-right-wrap {
  display: flex;
}

.banner-section .left-wrap {
  min-width: 100% !important;
  padding-top: 74px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
}
.banner-section .left-wrap .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.banner-section .left-wrap .inner .right {
  padding-left: 48px;
}

.banner-section .left-wrap h1 {
  color: #fff;
  font-size: 86px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -3.44px;
  margin-bottom: 50px;
}
.banner-section .left-wrap h1 b {
  font-size: 165px;
  line-height: 80%;
  letter-spacing: -4.1px;
}
.banner-section .left-wrap h1 span {
  float: left;
  width: 100%;
  text-align: right;
  padding-top: 8px;
}

span.common-border-text {
  position: relative;
}

span.common-border-text::before {
  content: "";
  position: absolute;
  top: auto;
  left: 4px;
  right: 0;
  bottom: 3px;
  width: 100%;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  border-image-slice: 1;
  height: 2px;
  z-index: -1;
}

.page-template-home .banner-section span.common-border-text {
  position: relative;
  z-index: 1;
}

.banner-section .left-wrap p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.46px;
  margin: 0;
  max-width: 100% !important;
  opacity: 0.6;
}

.banner-section .left-wrap .btn-wrap {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 499px;
}

.banner-section .left-wrap .btn-wrap .view-all-btn {
  margin-left: 65px;
}

.banner-section .right-wrap .bottom-img-wrap .left-img > img {
  margin: 0 0 -85px 0;
}

.consultation-btn a {
  color: #001f25;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  padding: 19px 29px 19px 27px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.icon-button_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
}

.button:not(:hover) .icon-button.is-1 {
  transform: translate(0%, 0%);
  transition: transform 0.5s ease;
}

.button:hover .icon-button.is-1 {
  transform: translate(130%, 0%);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.15, 1);
}

.button:not(:hover) .icon-button.is-2 {
  transform: translate(-210%, -100%);
  transition: transform 0.5s ease;
}

.button:hover .icon-button.is-2 {
  transform: translateX(0%) translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.15, 1);
}

.view-all-btn a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.17px;
  position: relative;
  z-index: 1;
  display: flex;
}

.view-all-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: -30px;
  right: auto;
  bottom: auto;
  background-image: url("../images/view-all-circle.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  z-index: -1;
  background-size: contain;
}

.view-all-btn.black a::before {
  background-image: url("../images/view-all-circle-black.svg");
}

.view-all-btn a:hover::before {
  animation: dotBorderAnimation 10s linear infinite;
}

@keyframes dotBorderAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-section .right-wrap .top-img {
  padding-left: 130px;
}

.banner-section .right-wrap .bottom-img-wrap {
  min-width: 855px;
  display: flex;
  padding-top: 35px;
  margin-left: -18%;
}

.banner-section .right-wrap .bottom-img-wrap .right-img {
  padding-left: 35px;
  padding-top: 41px;
}

.creative-code-culture-section {
  padding-top: 108px;
  padding-bottom: 150px;
  overflow: hidden;
}

.creative-code-culture-section .content-section {
  max-width: 900px;
  margin-left: auto;
}

.creative-code-culture-section .content-section span {
  display: block;
  color: #75797b;
  font-size: 15px;
  line-height: 213%;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}

.creative-code-culture-section .content-section span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/title-icon.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 13px;
  margin-right: 10px;
}

.creative-code-culture-section .content-section p {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.32px;
}

.creative-code-culture-section .name-wrap {
  padding-top: 88px;
}

.creative-code-culture-section .name-wrap .bottom {
  margin-top: -80px;
}

.creative-code-culture-section .name-wrap .bottom ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0px 60px;
}

.creative-code-culture-section .name-wrap .bottom ul li {
  color: #001f25;
  font-size: 124px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -4.96px;
  position: relative;
  font-family: "Plus Jakarta Sans";
}

.creative-code-culture-section .name-wrap .bottom ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: -2px;
  bottom: -20px;
  background: #aaea28;
  width: 19px;
  height: 19px;
  border-radius: 100%;
}

.services-section {
  border-radius: 40px;
  background: #002025;
  padding-top: 104px;
  padding-bottom: 108px;
}

.services-section .main-section-title-btn-wrap .view-all-btn {
  margin-left: auto;
  padding-left: 25px;
}

.services-section .main-section-title-btn-wrap h2 {
  margin: 0;
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3.44px;
}

h1 span.text-bg,
h2 span.text-bg,
h4 span.text-bg {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: inherit;
  padding: 0 3px 13px;
  margin-bottom: -13px;
}

.services-list-section {
  padding-top: 54px;
}

.services-list-section .trending-services.common-services {
  padding-bottom: 52px;
}

.services-list-section .common-services h4 {
  color: #6e8488;
  font-size: 15px;
  font-weight: 400;
  line-height: 213%;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 8px;
}

.services-list-section .common-services ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 40px;
}

.services-list-section .common-services ul::after {
  display: none;
}

.services-list-section .trending-services.common-services ul li {
  background: #fffffa;
}

.services-list-section .trending-services.common-services ul li:hover {
  background: #f5f4eb;
}

.services-list-section .common-services ul li {
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.services-list-section .common-services ul li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 1;
}

.services-list-section .common-services ul li .icon-title-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
}

.services-list-section .common-services ul li h3 {
  padding-left: 15px;
}

.services-list-section .common-services ul li h3,
.services-list-section .common-services ul li h3 a {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
  position: relative;
  display: block;
  width: 100%;
}

.services-list-section .common-services ul li h3 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background-image: url("../images/round-arrow.svg");
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}

.services-list-section .common-services ul li p {
  color: #78786c;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: -0.36px;
}

.services-list-section .standard-services.common-services ul li {
  background: #244348;
  position: relative;
}

.services-list-section .standard-services.common-services ul li:hover {
  background: #2d4f54;
}

.services-list-section .standard-services.common-services ul li h3,
.services-list-section .standard-services.common-services ul li h3 a {
  color: #fff;
}

.services-list-section .standard-services.common-services ul li p {
  color: #fff;
}

.services-list-section .standard-services.common-services ul li h3 a::before {
  background-image: url("../images/white-round-arrow.svg");
}

.services-list-section .tools-tab {
  padding-top: 80px;
  max-width: 1101px;
  margin: 0px auto;
}

.services-list-section .tools-tab h4 {
  color: #fff;
  font-size: 43px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.29px;
}

.services-list-section .tools-tab .toggle .panels .panel {
  display: none;
}

.services-list-section .tools-tab .toggle .panels .panel:first-child {
  display: block;
}

.services-list-section .tabs {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 0px 15px;
  max-width: 700px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

.services-list-section .tabs .tab {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.04px;
  border-radius: 50px;
  border: 1px solid #244348;
  padding: 9px 35px;
  cursor: pointer;
}

.services-list-section .tabs .tab.active {
  background: #fffffa;
  color: #001f25;
  border: 0;
}

.services-list-section .tools-tab .title-tab-wrap {
  position: relative;
}

.services-list-section .tools-tab .panels {
  padding-top: 31px;
}

.services-list-section .tools-tab .panels .panel ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
  justify-content: center;
}

.services-list-section .tools-tab .panels .panel ul li {
  padding: 0px 5px 10px 5px;
}

.services-list-section .tools-tab .panels .panel ul li a {
  display: block;
  color: #b7c6c9;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border-radius: 30px;
  background: #0e2e33;
  padding: 7px 21px;
  pointer-events: none;
}

.work-section {
  padding-top: 118px;
  padding-bottom: 207px;
}

.work-section .sticky-sidebar h2 span {
  position: relative;
}

.work-section .left-right-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.work-section .left-wrap {
  min-width: 340px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
}

.work-section .left-wrap h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.work-section .left-wrap p {
  letter-spacing: -0.36px;
  margin-bottom: 55px;
}

.work-section .left-wrap .view-all-btn.black {
  margin-left: 31px;
}

.view-all-btn.black a {
  color: #001f25;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17px;
}

.view-all-btn.black a::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(5405%) hue-rotate(148deg) brightness(88%) contrast(103%);
}

.work-section .right-wrap {
  width: 100%;
  padding-left: 90px;
}

.work-section .right-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px 45px;
}

.work-section .right-wrap ul::after {
  display: none;
}

.work-section .right-wrap ul li .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.work-section .right-wrap ul li .img-wrap a {
  width: 100%;
}

.work-section .right-wrap ul li .img-wrap a:hover {
  cursor: url("../images/webforest-arrow.png"), auto;
  box-shadow: none !important;
  border: 0 !important;
}

.work-section .right-wrap ul li .img-wrap img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}

.work-section .right-wrap ul .img-wrap:hover img {
  transform: scale(1.1);
}

.work-section .right-wrap ul li .content-wrap {
  padding-top: 15px;
}

.cursorImg {
  transition: transform 0.08s linear;
  height: auto !important;
}

.work-section .right-wrap ul li .content-wrap h3 {
  margin-bottom: 0px;
}

.work-section .right-wrap ul li .content-wrap h3,
.work-section .right-wrap ul li .content-wrap h3 a {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.68px;
}

.work-section .right-wrap ul li .content-wrap p {
  letter-spacing: -0.36px;
  margin-bottom: 10px;
}

.work-section .right-wrap ul li .content-wrap .list {
  display: flex;
  flex-wrap: wrap;
}

.work-section .right-wrap ul li .content-wrap .list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0px -5px;
}

.work-section .right-wrap ul li .content-wrap .list span {
  display: block;
  margin: 0px 5px;
  color: #2c323f;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  border-radius: 20px;
  border: 1px solid #bfc7c4;
  padding: 4px 15px;
}

.counter-section {
  padding-bottom: 117px;
}

.counter-section .left-right-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.counter-section .left-wrap {
  min-width: 700px;
  max-width: 700px;
}

.counter-section .left-wrap .colum-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.counter-section .left-wrap .colum-wrap .left {
  min-width: 260px;
  max-width: 260px;
}

.counter-section .left-wrap .colum-wrap .right {
  margin-left: 30px;
  margin-top: 155px;
}

.counter-section .left-wrap .colum-wrap .left .bottom {
  padding-top: 30px;
}

.counter-section .left-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.counter-section .right-wrap {
  width: 100%;
  padding-left: 112px;
}

.counter-section .right-wrap h2 {
  font-size: 86px;
  font-weight: 600;
  line-height: 96%;
  letter-spacing: -4.3px;
  margin-top: -70px;
  width: -moz-max-content;
  width: max-content;
  margin-left: -374px;
  margin-bottom: 50px;
}

.counter-section span.common-border-text::before {
  bottom: 0;
}

.counter-section .right-wrap .section-content {
  padding-bottom: 50px;
}

.counter-section .right-wrap .section-content p {
  line-height: 166%;
  letter-spacing: -0.36px;
}

.counter-section .right-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px 70px;
}

.counter-section .right-wrap ul li {
  padding-left: 10px;
  position: relative;
}

.counter-section .right-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  background: #bdbfc7;
  width: 1px;
  height: 70px;
}

.counter-section .right-wrap ul li p {
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.26px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.counter-section .right-wrap ul li span.counter-desc {
  color: #4e5360;
  font-size: 16px;
  font-weight: 500;
  line-height: 187%;
}

.counter-section .right-wrap .view-all-btn.black {
  margin-left: 31px;
  margin-top: 70px;
}

.choose-option-section {
  border-radius: 40px;
  background: #002025;
  padding-top: 120px;
  padding-bottom: 120px;
}

.choose-option-section .left-right-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.choose-option-section .left-wrap {
  min-width: 541px;
  max-width: 540px;
  position: relative;
}

.choose-option-section .left-wrap h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.choose-option-section .left-wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.36px;
  opacity: 0.7;
  margin-bottom: 40px;
}

.choose-option-section .right-wrap {
  width: 100%;
  padding-left: 85px;
}

.choose-option-section .right-wrap ul li {
  margin-bottom: 25px;
  border-radius: 20px;
  border: 2px solid #244348;
  padding: 20px 40px 30px 40px;
  display: block;
  transition: 0.3s all;
  position: relative;
}
.choose-option-section .right-wrap ul li:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url("../images/arrow-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  opacity: 0;
}
.choose-option-section .right-wrap ul li:hover:before {
  opacity: 1;
}

.choose-option-section .right-wrap ul li:hover {
  background: #244348;
}

.choose-option-section .right-wrap ul li:hover::before {
  opacity: 1;
  transform: translateX(0%) translateY(0%);
  transition: transform 0.35s cubic-bezier(0.3, 0, 0.15, 1);
}

.choose-option-section .right-wrap ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.choose-option-section .right-wrap ul li:last-child {
  margin-bottom: 0;
}

.choose-option-section .right-wrap ul li .number-title-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.choose-option-section .right-wrap ul li .number {
  color: #334d51;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.36px;
  position: relative;
}

.choose-option-section .right-wrap ul li:hover .number {
  color: #50696d;
}

.choose-option-section .right-wrap ul li .number::after {
  content: "";
  display: inline-block;
  background: #244348;
  width: 1px;
  height: 25px;
  margin: 0 0px;
  left: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  right: -13px;
}

.choose-option-section .right-wrap ul li h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 194%;
  letter-spacing: -0.68px;
  padding-left: 23px;
  margin-bottom: 0;
}

.choose-option-section .right-wrap ul li p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.36px;
  opacity: 0.7;
  margin-bottom: 0;
}

.case-study-section {
  padding-top: 104px;
  padding-bottom: 100px;
}

.case-study-section h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 50px;
}

.case-study-section .slick-arrow {
  position: absolute;
  top: -87px;
  left: auto;
  right: 0;
  bottom: auto;
  display: block;
  font-size: 0;
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  width: 41px;
  height: 25px;
  background-color: transparent;
  outline: none;
  border: 0;
}

.case-study-section .slick-arrow.slick-next {
  background-image: url("../images/right-arrow.svg");
}

.case-study-section .slick-prev.slick-arrow {
  right: 60px;
}

.case-study-section .icon-slider-wrap {
  border-radius: 20px;
  background: #002025;
  padding: 30px 13px;
  position: relative;
  padding-bottom: 13px;
}

.case-study-section .icon-slider-wrap .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px;
  position: relative;
}

.case-study-section .icon-slider-wrap .wrap .bottom {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.case-study-section .icon-slider-wrap .wrap .bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.case-study-section .slick-list {
  margin: 0px -20px;
}

.case-study-section .slick-slide {
  height: inherit;
  margin: 0px 20px;
}

.case-study-section .icon-slider-wrap .wrap .icon {
  min-width: 44px;
  width: 44px;
  height: 44px;
  max-width: 44px;
  background: #244348;
  border-radius: 100%;
  display: flex;
  float: left;
}

.case-study-section .icon-slider-wrap .wrap .icon img {
  margin: auto;
}

.case-study-section .gallery-slider-wrap {
  text-align: right;
}

.case-study-section .gallery-slider-wrap .slick-list {
  margin: 0;
}

.case-study-section .gallery-slider-wrap .slick-list .slick-slide {
  margin: 0;
}

.case-study-section .gallery-slider-wrap img {
  padding-left: 45px;
  border-radius: 20px !important;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-section .gallery-slider-wrap ul.slick-dots {
  margin-top: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.case-study-section .gallery-slider-wrap ul.slick-dots li {
  margin-right: 7px;
  line-height: 0;
}

.case-study-section .gallery-slider-wrap ul.slick-dots li button {
  width: 7px;
  height: 7px;
  font-size: 0;
  border-radius: 7px;
  background: #264145;
}

.case-study-section .gallery-slider-wrap ul.slick-dots li.slick-active button {
  background: #46e90a;
}

.case-study-section .content-wrap {
  margin-top: 0px !important;
  padding: 0 16px;
}

.case-study-section .content-wrap p {
  color: #66797c;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  margin: 0;
  padding-top: 7px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-study-section .icon-slider-wrap .wrap .img-wrap {
  display: flex;
}

.case-study-section .icon-slider-wrap .wrap .img-wrap img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.case-study-section .content-wrap h3,
.case-study-section .content-wrap h3 a {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.26px;
  margin-bottom: 0;
}

.case-study-section .content-wrap h3 a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-study-section .content-wrap .left-right {
  margin-top: 40px;
}

.case-study-section .content-wrap .left-right {
  margin-top: 40px;
  display: flex;
}

.case-study-section .content-wrap .left {
  display: flex;
}

.case-study-section .content-wrap .left span {
  color: #66797c;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.case-study-section .content-wrap .left span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #66797c;
  border-radius: 100%;
  margin-left: 9px;
  margin-right: 9px;
  position: relative;
  top: -2px;
}

.case-study-section .content-wrap .left span:first-child::before {
  display: none;
}

.case-study-section .content-wrap .right {
  margin-left: auto;
  padding-left: 15px;
}

.case-study-section .content-wrap .right span {
  color: #66797c;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
}

.logo-section {
  padding-bottom: 90px;
}

.logo-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px 150px;
}

.logo-section ul li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-section ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: -32%;
  bottom: auto;
  opacity: 0.5;
  background: #bdbfc7;
  width: 1px;
  height: 107px;
}

.logo-section ul li:last-child::before {
  display: none;
}

.logo-section ul li .logo-wrap {
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.logo-section ul li .logo-wrap img {
  margin: 0px auto;
}

.logo-section ul li .logo-wrap img.black {
  position: relative;
  z-index: 9;
  transition: all 0.5s;
}

.logo-section ul li .logo-wrap img.black:hover {
  opacity: 0;
}

.logo-section ul li .logo-wrap img.colors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}

.logo-section ul li .logo-wrap img.black:hover + img.colors {
  opacity: 1;
}

.logo-section ul li p {
  text-align: center;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.36px;
  max-width: 300px;
}

.logo-section ul li p br {
  display: none;
}

.client-section {
  padding-bottom: 100px;
}

.client-section h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 35px;
}

#html5box-html5-lightbox #html5-watermark {
  display: none !important;
}

html.no-video-scroll {
  overflow: hidden;
  pointer-events: none;
}

html.no-video-scroll #html5-lightbox-box {
  margin: 0px auto !important;
  position: fixed !important;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}

html #html5-close {
  background: #244348;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #333;
  color: #fff;
  font-size: 26px;
  height: 32px;
  margin: -14px !important;
  line-height: 22px;
  transition: all 0.5s;
  text-align: center;
  width: 32px;
}

html.no-video-scroll #html5-close,
html.no-video-scroll #html5lightbox-video {
  pointer-events: auto;
}

html #html5-close::before {
  content: "×";
  display: block;
}

html #html5-close img {
  display: none;
}

.client-section .video-wrap {
  border-radius: 20px;
  background: #f5f4eb;
  padding: 30px 50px 30px 30px;
}

.client-section .video-wrap .left-right-wrap {
  display: flex !important;
  flex-wrap: nowrap;
}

.client-slider .video-wrap .slick-slide {
  margin: 0 15px;
  /* GAP size */
}

.client-slider .video-wrap .slick-list {
  margin: 0 -15px;
  /* must match slide margin */
}

.client-section .video-wrap .left-wrap {
  min-width: 600px;
  max-width: 600px;
}

.client-section .video-wrap .left-wrap a.video-popup {
  display: block;
  position: relative;
}

.client-section .video-wrap .left-wrap a.video-popup::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 20px;
  right: 0;
  bottom: 20px;
  background-image: url("../images/play-video-btn.svg");
  background-repeat: no-repeat;
  width: 170px;
  height: 60px;
  backdrop-filter: blur(5px);
  border-radius: 50px;
}

.client-section .video-wrap .left-wrap a.video-popup img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.client-section .right-wrap {
  width: 100%;
  padding-left: 55px;
}

.client-section .right-wrap .left h4 {
  margin: 0;
  color: #2c323f;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
}

.client-section .right-wrap .left span {
  color: #78786c;
  font-size: 16px;
  font-weight: 400;
  line-height: 187%;
  letter-spacing: -0.32px;
}

.client-section .right-wrap .right {
  margin-left: auto;
  padding-left: 15px;
  max-width: 150px;
}

.client-section .right-wrap .wrap {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
}

.client-section .right-wrap p {
  color: #001f25;
  font-size: 20px;
  font-style: italic;
  line-height: 178%;
  letter-spacing: -0.23px;
  margin-top: 21px;
}

.client-section .right-wrap p::before {
  content: "";
  display: inline-block;
  background-image: url("../images/quote-icon.svg");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.client-section .slick-arrow {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -50px;
  display: block;
  font-size: 0;
  background-image: url("../images/left-arrow.svg");
  background-repeat: no-repeat;
  width: 41px;
  height: 25px;
  background-color: transparent;
  outline: none;
  border: 0;
}

.client-section .slick-arrow.slick-next {
  background-image: url("../images/right-arrow.svg");
}

.client-section .slick-prev.slick-arrow {
  right: 60px;
}

.client-section ul.slick-dots {
  margin-top: 20px;
}

.cta-section {
  padding-bottom: 120px;
}

.cta-section .wrap {
  text-align: center;
}

.cta-section h2 {
  font-size: 98px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -3px;
  margin-bottom: 30px;
}

.cta-section h2 span.color-change {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  line-height: inherit;
}

.cta-section h2 span.color-change::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  border: 1px dashed #b3bdbb;
  border-radius: 20px;
  pointer-events: none;
}

.cta-section p {
  text-align: center;
  line-height: 26px;
  letter-spacing: -0.36px;
  margin-bottom: 35px;
}

.cta-section .consultation-btn a {
  margin: 0 auto;
}

/*Start of the day 04-12-2024*/
.culture-banner-section {
  padding-top: 149px;
  border-radius: 0px 0px 40px 40px;
  background: #002025;
  height: 100%;
  min-height: 630px;
}

.culture-banner-section .left-wrap h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 20px;
}

.culture-banner-section .left-right-wrap p {
  color: #b2bcbd;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.22px;
  max-width: 790px;
}

.culture-bottom-section .img-wrap {
  background: #d9d9d9;
  width: 100%;
  height: 750px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

.culture-bottom-section .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.culture-bottom-section {
  margin: -208px 0 0 0;
}

.culture-workplace-section {
  padding: 100px 0 0 0;
}

.culture-workplace-section .content-section span {
  color: #75797b;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  display: block;
}

.culture-workplace-section .content-section p {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.88px;
}

.culture-workplace-section .content-section {
  max-width: 100%;
  margin-left: auto;
}

.culture-cloud-wrap {
  position: relative;
  z-index: 1;
  margin: -50px 0 0 0;
}

.cloud-wrap {
  border-radius: 20px;
  background: #f5cfc2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 40px 81px;
  margin-top: -50px;
}

body.page-template-culture {
  overflow: visible;
}

.culture-cloud-wrap .culture-content-wrap .common-wrap {
  position: sticky;
  top: 100px;
}

.culture-cloud-wrap .culture-content-wrap .sport-wrap.common-wrap {
  top: 120px;
}

.culture-cloud-wrap .culture-content-wrap .communication-wrap.common-wrap {
  top: 140px;
}

.cloud-wrap .left-wrap,
.communication-wrap .left-wrap {
  width: 35.4%;
}

.cloud-wrap .right-wrap,
.communication-wrap .right-wrap {
  width: 64.6%;
  padding-left: 135px;
}

.cloud-wrap .colum-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.cloud-wrap .right-wrap .left {
  margin-right: 30px;
}

.cloud-wrap .colum-wrap .top {
  margin: -40px 0 30px 0;
}

.cloud-wrap .colum-wrap .top img {
  border-radius: 0px 0px 20px 20px;
}

.cloud-wrap img,
.sport-wrap .colum-wrap img,
.communication-wrap img,
.matheran-wrap .colum-wrap img {
  border-radius: 20px;
  overflow: hidden;
}

.content h2.common {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 70px 0 0;
  margin: 0 0 21px 0;
}

.content h2.common::before {
  content: "";
  position: absolute;
  top: -50px;
  left: auto;
  right: -30px;
  bottom: 0;
  background: url(../images/culture-ten-yrs-icon.svg) no-repeat;
  width: 85.9px;
  height: 80.4px;
}

.sport-wrap {
  border-radius: 20px;
  background: #d8c5d3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 80px 0px 30px;
  margin: 80px 0 0 0;
}

.sport-wrap .left-wrap {
  width: 63.4%;
  padding-right: 118px;
}

.sport-wrap .right-wrap {
  width: 36.6%;
}

.sport-wrap .colum-wrap,
.sport-wrap .colum-wrap .right .bottom {
  display: flex;
}

.sport-wrap .colum-wrap .left .bottom img {
  border-radius: 20px 20px 0px 0px;
}

.sport-wrap .colum-wrap .top {
  margin-bottom: 30px;
}

.sport-wrap .colum-wrap .left {
  margin-right: 30px;
}

.sport-wrap h1.common::before {
  left: 0;
  right: -82px;
  background: url(../images/culture-sport-icon.svg) no-repeat;
  margin: 0 auto;
}

.communication-wrap {
  border-radius: 20px;
  background: #aad9e2;
  padding: 0px 30px 0px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0 0;
}

.communication-wrap .content h2.common::before {
  background: url(../images/culture-communication-icon.svg) no-repeat;
  right: -20px;
}

.communication-wrap .colum-wrap {
  display: flex;
  flex-direction: column;
}

.communication-wrap .colum-wrap > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.communication-wrap .colum-wrap > div.top {
  align-items: flex-end;
  margin-bottom: 30px;
}

.communication-wrap .colum-wrap > div .left {
  margin-right: 30px;
}

.communication-wrap .colum-wrap > div.top .right img {
  border-radius: 0px 0px 20px 20px;
}

.communication-wrap .colum-wrap > div.bottom .left img {
  border-radius: 20px 20px 0px 0px;
}

.matheran-wrap {
  border-radius: 20px;
  background: #d3dec3;
  padding: 0px 88px 34px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 0 0;
}

.matheran-wrap .colum-wrap {
  display: flex;
  align-items: flex-end;
}

.matheran-wrap .left-wrap {
  width: 63.4%;
  padding-right: 118px;
}

.matheran-wrap .right-wrap {
  width: 36.6%;
}

.matheran-wrap .colum-wrap .right .bottom {
  display: flex;
}

.matheran-wrap .colum-wrap .top {
  margin-bottom: 30px;
}

.matheran-wrap .colum-wrap .left {
  margin-right: 30px;
}

.matheran-wrap .colum-wrap .left .top img {
  border-radius: 0px 0px 20px 20px;
}

.matheran-wrap .content h2.common::before {
  background: url(../images/cursor-Matheran-icon.svg) no-repeat;
  right: -20px;
}

.culture-team-section {
  padding: 120px 0 120px 0;
}

.culture-team-section .team-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.culture-team-section .team-wrap .right .content {
  border-radius: 20px;
  background: #d8c5d3;
  padding: 35px 36px 28px 35px;
}

.culture-team-section .team-wrap .content-section p {
  color: #001f25;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1.2px;
  width: 100%;
  max-width: 978px;
  margin: 0 0 40px 0;
}

.culture-team-section .team-wrap .content-section p span {
  color: #75797b;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  padding-right: 114px;
  margin: 5px 0 0 0;
}

.culture-team-section .consultation-btn a {
  max-width: 260px;
}

.culture-team-section .team-wrap .right .content h3 {
  color: #001f25;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
  max-width: 190px;
  padding: 60px 0 0 0;
}

/*End of the day 04-12-2024*/
/*Start of the day 05-12-2024*/
.colum-wrap.responsive {
  display: none;
}

.culture-team-section .team-wrap .content-section .content.responsive {
  display: none;
}

/*Start of the day 06-12-2024*/
.team-banner-section,
.work-banner-section {
  padding: 156px 0 0 0;
}

.team-banner-section h1,
.work-banner-section h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 86px;
  letter-spacing: -3px;
  width: 100%;
  max-width: 828px;
  margin-bottom: 32px;
}

.work-banner-section h1 {
  width: 100%;
  max-width: 730px;
}

.team-banner-section h1 span.common-border-text,
.choose-option-section .left-wrap h2 span.common-border-text,
.work-banner-section h1 span {
  position: relative;
  border-bottom: unset;
  -o-border-image: unset;
  border-image: unset;
  z-index: 1;
}

.team-banner-section h1 span.common-border-text::before,
.choose-option-section .left-wrap h2 span.common-border-text::before {
  content: "";
  position: absolute;
  top: auto;
  left: 5px;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  z-index: -1;
}

.work-banner-section h1 span.common-border-text::before {
  bottom: 0;
}

.choose-option-section .left-wrap h2 span.common-border-text::before {
  left: 0;
}

.team-banner-section p {
  color: #2c323f;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.23px;
  width: 100%;
  max-width: 790px;
}

.team-section {
  margin: -60px 0 0 0;
  padding: 0;
}

.team-section .team-wrap {
  padding: 0 0 101px 0px;
  position: relative;
}

.team-section .team-wrap::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -5px;
  background: url("../images/value-line.svg") no-repeat;
  height: 12px;
}

.team-wrap .common .box-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 52px 24px;
}

.team-wrap .common:not(:last-child) {
  margin-bottom: 52px;
}

.team-wrap .common .box-wrap a.team-box-img {
  border-radius: 20px;
  background: #c5c5c5;
  overflow: hidden;
  height: 300px;
}

.team-wrap .common .box-wrap a.team-box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-wrap .common .box-wrap h3 {
  color: #001f25;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
  margin: 10px 0 0 0;
}

.team-wrap .common .box-wrap .team-content p {
  color: #78786c;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 4px 0 0 0;
}

.team-wrap .common.team-box2 .box-wrap {
  grid-template-columns: repeat(4, auto);
}

.team-wrap .common .box-wrap .content {
  border-radius: 20px;
  background: #f5cfc2;
  padding: 55px 89px 69px 61px;
}

.team-wrap .common .box-wrap .team-box {
  position: relative;
}

.team-wrap .common .box-1 {
  grid-column: 6/4;
  grid-row: 2/3;
}

.team-wrap .common .box-2 {
  grid-column: 1/3;
  grid-row: 5/4;
}

.team-wrap .common .box-wrap .team-content:hover + .linkdin {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.team-wrap .common .box-wrap .content h2 {
  font-size: 43px;
  font-weight: 600;
  line-height: 109.091%;
  letter-spacing: -2px;
  margin: 0 0 24px 0;
  position: relative;
}

.team-wrap .common .box-wrap .content h2::before {
  content: "";
  position: absolute;
  top: -27px;
  left: auto;
  right: 45px;
  bottom: auto;
  background: url(../images/team-strategy-icon.png) no-repeat;
  width: 57px;
  height: 74px;
}

.team-wrap .common .box-wrap .content p > span {
  font-weight: 600;
}

.team-wrap .common.team-box4 .box-wrap {
  grid-template-columns: repeat(4, auto);
}

.team-wrap .common .box-wrap .content.green {
  background: #d3dec3;
  padding: 57px 68px 34px 63px;
}

.team-wrap .common .box-wrap .content.green h2 {
  width: 100%;
  max-width: 350px;
}

.team-wrap .common .box-wrap .content.green h2::before {
  background: url(../images/team-we-live-icon.png) no-repeat;
  top: -30px;
  right: -10px;
}

.choose-option-section.team {
  padding-bottom: 117px;
}

.cta-section.team .wrap {
  max-width: unset;
}

.choose-option-section.team .left-wrap p {
  margin-bottom: 0;
}

.choose-option-section.team .left-wrap::before {
  margin-top: 82px;
}

.choose-option-section .right-wrap ul li:last-child a {
  margin-bottom: 0;
}

.cta-section.team {
  padding: 109px 0 118px 0;
}

.cta-section.team h2 {
  margin-bottom: 33px;
}

.cta-section.team p {
  margin-bottom: 38px;
}

/*End of the day 06-12-2024*/
/*Start of the day 09-12-2024*/
.work-banner-section .left-right-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work-banner-section ul > li:not(:last-child) {
  margin-bottom: 6px;
}

.work-banner-section ul > li {
  color: #2c323f;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  opacity: 0.6;
  position: relative;
  cursor: pointer;
}

.work-banner-section ul > li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -18px;
  right: auto;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}

.work-banner-section ul > li.current,
.work-banner-section ul > li.current::before {
  opacity: 1;
}

.work-banner-section ul > li span {
  color: #191f26;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
  opacity: 0.6;
  margin: 0 0 0 6px;
}

.work-bottom-section {
  padding: 89px 0 124px 0;
}

.work-bottom-section .work-wrap ul {
  display: none;
}

.work-bottom-section .work-wrap ul.current {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 87px 35px;
}

.work-bottom-section .work-wrap ul > li > div > a:hover {
  cursor: url(../images/webforest-arrow.png), auto;
  box-shadow: none !important;
  border: 0 !important;
}

.work-bottom-section .work-wrap ul .img-wrap:hover img {
  transform: scale(1.1);
}

.work-bottom-section .work-wrap ul > li > div > a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #d9d9d9;
  height: 510px;
  border: 0;
}

.work-bottom-section .work-wrap ul > li > div > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: all ease-in-out 0.5s;
}

.work-bottom-section .work-wrap ul > li .content-wrap {
  padding: 28px 0 0 0;
}

.work-bottom-section .work-wrap ul > li h3,
.work-bottom-section .work-wrap ul > li h3 a {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.68px;
}

.work-bottom-section .work-wrap ul > li h3 {
  margin-bottom: 8px;
}

.work-bottom-section .work-wrap ul > li p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 17px;
}

.work-bottom-section .work-wrap ul > li .list a {
  color: #001f25;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.42px;
  padding: 4px 15px;
  border-radius: 100px;
  border: 1px solid rgba(0, 32, 37, 0.25);
  pointer-events: all;
  cursor: pointer;
}

.work-bottom-section .work-wrap ul > li .list a:not(:last-child) {
  margin-right: 10px;
}

.cta-section.work .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.cta-section.work {
  padding-bottom: 118px;
}

.banner-section .right-wrap .bottom-img-wrap .mobile-view {
  display: none;
}

.creative-code-culture-section .name-wrap .top ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: -250px;
}

#scroll-creative .image-wrap {
  width: 2800px;
  margin: 0 0 0 -300px;
}

#scroll-creative .image-wrap img,
#list-believe .image-wrap img,
#team-creative .image-wrap img,
#culture-scroll .image-wrap img {
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
  width: -moz-fit-content;
  width: fit-content;
}

#team-creative {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 -70px 0 auto;
}

#team-creative h2 {
  margin: 0;
}

.view-all-btn.mobile {
  display: none;
}

/*End of the day 09-12-2024*/
.services-list-section .common-services ul li .icon-title-wrap .icon,
.services-list-section .standard-services.common-services ul li .icon {
  width: 22px;
  height: 22px;
}

.client-section .video-wrap .left-wrap > div {
  border-radius: 10px;
  overflow: hidden;
  height: 327px;
  width: 100%;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.client-section .right-wrap .button {
  display: none;
}

.client-section .video-wrap .left-wrap > div .button {
  position: relative;
  top: auto;
  left: 19px;
  right: auto;
  bottom: 80px;
  height: 60px;
  width: 170px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  text-align: center;
  line-height: 60px;
  padding: 0px 29px 0 57px;
  pointer-events: all;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.client-section .video-wrap .left-wrap > div .button::before {
  content: "\f04b";
  position: absolute;
  top: 0;
  left: 40px;
  right: auto;
  bottom: 0;
  font-family: "fontawesome";
}

.client-section .video-wrap .left-wrap > div .button:hover,
.client-section .video-wrap .left-wrap > div .button:hover::before {
  color: #002025;
}

button:focus {
  outline: 0 !important;
}

/*Start of the day 18-12-2024*/
body.home,
body.page-template-blog-detail {
  overflow: visible !important;
}

#sticky-sidebar {
  position: sticky !important;
  top: 6rem;
}

.work-section .right-wrap ul li:nth-child(2) {
  position: relative;
}

.work-section .right-wrap ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -42px;
  left: auto;
  right: -40px;
  bottom: 0;
  background-image: url(../images/webiste-award.svg);
  background-repeat: no-repeat;
  border-radius: 120px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(37, 37, 37, 0.22);
  backdrop-filter: blur(5px);
  width: 120px;
  height: 120px;
  background-position: 10px 10px;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.client-section .video-wrap .left-wrap > div > img {
  height: 327px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner-section {
  padding: 150px 0 62px 0;
}

.about-banner-section .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-banner-section h1,
.career-banner-section h1 {
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 100.512%;
  letter-spacing: -5.16px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.about-banner-section span.common-border-text::before {
  bottom: -3px;
}

.about-banner-section p,
.career-banner-section p {
  max-width: 1000px;
  margin: 0px auto;
  color: #2c323f;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
}

.about-banner-section .banner-img {
  height: 266px;
  margin: 63px 0 0 0;
}

.about-banner-section .banner-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-banner-section h3 {
  color: #001f25;
  font-size: 44px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -0.88px;
  margin-top: 14px;
}

.about-value-section {
  padding-bottom: 64px;
}

.about-building-section {
  height: 450px;
}

.about-value-section .container {
  padding-top: 101px;
  position: relative;
}

.about-value-section .container::before,
.career-scroll-section .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/value-line.svg");
  background-repeat: no-repeat;
  height: 12px;
}

.about-value-section .section-content {
  padding-bottom: 10px;
}

.about-value-section .section-content p {
  color: #001f25;
  font-size: 60px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -1.8px;
  max-width: 100%;
}

.about-value-section .section-content p span {
  color: #75797b;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  padding-right: 54px;
  margin: 12px 0 0 0;
}

#what-scroll li {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #e1e0d0;
  font-family: sans-serif;
  font-size: 244px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -4.88px;
  -webkit-text-stroke: 1px #e1e0d0;
  color: transparent;
}

.about-building-section ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  padding-top: 50px;
}

.about-building-section ul li {
  border-radius: 20px;
  background: #aad9e2;
  padding: 40px;
  min-width: 326px;
  max-width: 326px;
  height: 390px;
  position: relative;
}

.about-building-section ul li:hover {
  z-index: 1;
}

.about-building-section ul li .content {
  position: absolute;
  bottom: 40px;
  max-width: 200px;
}

.about-building-section ul li:nth-child(4) .content {
  padding-top: 80px;
}

.about-building-section ul li .content span {
  color: #2c323f;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
}

.about-building-section ul li .content h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 108.824%;
  letter-spacing: -0.68px;
  margin-top: 20px;
}

.about-building-section ul li:nth-child(2) {
  background: #f5cfc2;
  margin-top: -146px;
  margin-left: -58px;
}

.about-building-section ul li:nth-child(3) {
  background: #d3dec3;
  margin-top: 115px;
  margin-left: -58px;
}

.about-building-section ul li:nth-child(4) {
  background: #f9a669;
  margin-top: -105px;
  margin-left: -58px;
}

.about-building-section ul li:nth-child(5) {
  background: #5e9697;
  margin-top: 10px;
  margin-left: -58px;
}

.about-building-section ul li:nth-child(5) .content span {
  color: #fff;
}

.about-building-section ul li:nth-child(5) .content h4 {
  color: #fff;
}

.about-strength-section {
  padding-bottom: 110px;
}

.about-strength-section .left-right-wrap {
  padding-top: 17px;
  align-items: center;
}
.about-strength-section .left-right-wrap .inners {
  display: grid;
  grid-template-columns: auto 550px;
  gap: 50px;
  padding-top: 17px;
  align-items: center;
}
.about-strength-section .left-right-wrap .inners .left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-strength-section .left-right-wrap h2 {
  font-size: 60px;
  letter-spacing: -3.6px;
  text-align: center;
}

.about-strength-section .left-wrap {
  min-width: 830px;
  max-width: 830px;
}

.about-strength-section .left-wrap h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3px;
  margin: 0 0 36px 0;
}

.about-strength-section .left-wrap .right-wrap.desktop {
  display: none;
}

.about-strength-section .left-wrap p {
  margin-bottom: 25px;
}

.about-strength-section .left-wrap p:last-child {
  margin: 0;
}

.about-strength-section .right-wrap {
  padding-left: 140px;
  width: 100%;
}

.about-strength-section .right-wrap img {
  border-radius: 20px;
  overflow: hidden;
  height: 682px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-strength-section .right-wrap .innerimage {
  position: relative;
  overflow: hidden;
  max-width: 420px;
  width: 100%;
  height: 100%;
}

.about-strength-section .right-wrap .innerimage video {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.about-strength-section .right-wrap img.iphone-img {
  position: absolute;
}

.about-strength-section .right-wrap .innerimage span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  padding: 15px 33px;
  z-index: 8;
  cursor: pointer;
}
.about-strength-section .right-wrap .innerimage span img {
  width: auto;
  height: auto;
  overflow: visible;
}

.about-customer-section {
  border-radius: 40px;
  background: #002025;
  padding: 104px 0 105px 0;
  overflow: hidden;
}

.about-customer-section .wrap {
  max-width: 1100px;
  margin: 0 auto 50px;
}

.about-customer-section .wrap span {
  position: relative;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: -1.76px;
}

.about-customer-section .wrap span:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: auto;
  right: -210px;
  bottom: auto;
  background-image: url("../images/big-arrow.svg");
  background-repeat: no-repeat;
  width: 180px;
  height: 62px;
}

.about-customer-section .wrap span:last-child {
  padding-left: 230px;
}

.about-performance-section {
  padding: 92px 0 111px 0;
}

.about-performance-section .about-wrap h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  margin-bottom: 0;
  width: 100%;
  max-width: 560px;
}

.about-performance-section span.common-border-text::before {
  bottom: 1px;
  left: 2px;
}

.about-performance-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 80px;
  margin: 54px 0 0 0;
}

.about-performance-section ul li .content h4 {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 23px 0 13px 0;
}

.about-performance-section ul li .content p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
}

.about-work-section ul {
  display: grid;
  gap: 30px;
  grid-template-columns: 18.6% 28.2% 18.2% 28.2%;
  justify-content: space-between;
}

.about-work-section ul li .img-wrap img {
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-work-section {
  padding: 0 0 115px 0;
}

.about-reviews-section {
  padding: 92px 0px 105px 0;
  background-color: #f5f4eb;
  border-radius: 20px;
}

.about-reviews-section .heading-wrap {
  display: flex;
  margin: 0 auto 56px;
  width: 1400px;
}

.about-reviews-section .heading-wrap h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  width: 100%;
  max-width: 810px;
}

.qsb__slider {
  position: relative;
  padding: 0;
  display: flex;
  margin: 0;
  will-change: transform;
}

.qsb__slide {
  box-sizing: border-box;
  transform: none !important;
}

.qsb__slide {
  box-sizing: border-box;
  transform: none !important;
}

.qsb__slider .slick-slide {
  width: 346px !important;
}

.qsb__slider .slick-slide:nth-child(5n+1) {
  padding-top: 60px;
}

.qsb__slider .slick-slide:nth-child(5n+2) {
  padding-top: 0;
}

.qsb__slider .slick-slide:nth-child(5n+3) {
  padding-top: 30px;
}

.qsb__slider .slick-slide:nth-child(5n+4) {
  padding-top: 60px;
}

.qsb__slider .slick-slide:nth-child(5n+5) {
  padding-top: 8px;
}

.qsb__slider .slick-slide:nth-child(5n+6) {
  padding-top: 0;
}

.qsb__slide--item {
  padding: 31px 23px 30px 23px;
  box-sizing: border-box;
  background-color: #fffffa;
  box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.12);
  margin-right: 20px;
  height: auto;
  border-radius: 20px;
  width: 326px;
}

.qsb__slide--item:nth-child(n+2) {
  margin-top: 16px;
}

.qsb__slide--item p {
  color: #001f25;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin: 0 0 25px 0;
}

.qsb__slide .qsb__slide--item p span {
  border-radius: 3px;
  padding: 0 2px;
  margin: 0 3px;
  line-height: 27px;
  display: inline;
}

.qsb__slide:nth-child(5n+1) .qsb__slide--item:nth-child(1) p span {
  background-color: #d8c5d3;
}

.qsb__slide:nth-child(5n+1) .qsb__slide--item:nth-child(2) p span {
  background-color: #d3dec3;
}

.qsb__slide:nth-child(5n+2) .qsb__slide--item:nth-child(1) p span {
  background-color: #f5cfc2;
}

.qsb__slide:nth-child(5n+2) .qsb__slide--item:nth-child(2) p span {
  background-color: #aad9e2;
}

.qsb__slide:nth-child(5n+3) .qsb__slide--item:nth-child(1) p span {
  background-color: #d3dec3;
}

.qsb__slide:nth-child(5n+3) .qsb__slide--item:nth-child(2) p span {
  background-color: #d8c5d3;
}

.qsb__slide:nth-child(5n+4) .qsb__slide--item:nth-child(1) p span {
  background-color: #aad9e2;
}

.qsb__slide:nth-child(5n+4) .qsb__slide--item:nth-child(2) p span {
  background-color: #f5cfc2;
}

.qsb__slide:nth-child(5n+5) .qsb__slide--item:nth-child(1) p span {
  background-color: #d8c5d3;
}

.qsb__slide:nth-child(5n+5) .qsb__slide--item:nth-child(2) p span {
  background-color: #d3dec3;
}

.qsb .profile__author {
  width: 100%;
}

.profile__author--name {
  color: #001f25;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
}

.about-cta-section.cta-section {
  padding: 115px 0 115px 0;
}

.about-cta-section .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.about-reviews-section .container {
  width: unset;
}

.logo-slider .marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}

.logo-slider .marquee .marquee__group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: scroll 600s linear infinite;
}

.logo-slider .marquee:nth-child(2) .marquee__group {
  animation: scrollreverse 700s linear infinite;
}

.logo-slider .marquee:nth-child(3) .marquee__group {
  animation: scroll 800s linear infinite;
}

.logo-slider .marquee:nth-child(4) .marquee__group {
  animation: scrollreverse 900s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollreverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.logo-slider .marquee .marquee__group p {
  margin: 0 30px;
  display: block;
  font-size: 86px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: sans-serif;
  color: transparent;
  -webkit-text-stroke: 1px #566963;
  text-shadow: none;
  letter-spacing: -1.72px;
  line-height: 100%;
  width: -moz-max-content;
  width: max-content;
}

.logo-slider .marquee .marquee__group p:hover {
  color: #fff;
  border: 0;
  -webkit-text-stroke: unset;
}

/*Career Page Start*/
.career-banner-section {
  padding: 150px 0 92px 0;
}

.career-banner-section h1 {
  max-width: 100% !important;
  margin: 0 auto;
}

.career-banner-section h1 .common-border-text {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fds-scroll-section .wrap .common a img {
  border-radius: 15px;
}

.career-banner-section h1 .common-border-text::before {
  display: none;
}

.career-banner-section p {
  max-width: 960px;
}

.career-scroll-section .container {
  padding-top: 144px;
  position: relative;
}

.career-scroll-section #what-scroll {
  display: flex;
  grid-gap: 56px;
  transform: translateX(927.733px);
}

.career-scroll-section {
  padding: 0 0 111px 0;
}

.career-scroll-section ul.cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 94px 0 0px 0;
  position: relative;
  z-index: 1;
}

.career-scroll-section ul.cards li {
  border-radius: 20px;
  background: #aad9e2;
  padding: 30px 30px 31px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 326px;
  height: 200px;
}

.career-scroll-section ul.cards li:nth-child(2) {
  background: #f5cfc2;
  margin: -101px 0 0 -56px;
}

.career-scroll-section ul.cards li:nth-child(3) {
  background: #d3dec3;
  margin: 45px 0 0 -58px;
}

.career-scroll-section ul.cards li:nth-child(4) {
  background: #f9a669;
  margin: -59px 0 0 -55px;
}

.career-scroll-section ul.cards li:nth-child(5) {
  background: #5e9697;
  margin: 3px 0 0 -55px;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
}

.career-scroll-section ul.cards li:nth-child(5) a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.career-scroll-section ul.cards li:nth-child(5) .icon img {
  margin: 120px 30px 0 auto;
}

.career-scroll-section ul.cards li:nth-child(5) .content h4 {
  color: #fff;
}

.career-scroll-section ul.cards li .content h4 {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.26px;
}

.career-scroll-section .section-content {
  padding: 108px 0 0 0;
}

.career-scroll-section .section-content p {
  width: 100%;
  max-width: 100%;
  color: #001f25;
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: -1.8px;
}

.career-scroll-section .section-content p span {
  color: #75797b;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
  padding-right: 130px;
  margin: 7px 0 0 0;
}

.career-opening-section {
  padding: 0 0 117px 0;
}

.career-opening-section .wrap {
  display: grid;
  grid-template-columns: 430px auto;
}

.career-opening-section .wrap .right-wrap {
  padding: 0px 0 0 215px;
}

.career-opening-section .left-wrap h2 {
  color: #001f25;
  font-size: 80px;
  font-weight: 600;
  line-height: 83px;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.career-opening-section span.common-border-text::before {
  bottom: -3px;
}

.career-opening-section .left-wrap p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  width: 100%;
  max-width: 410px;
}

.career-opening-section .left-wrap p a.bold {
  font-weight: 700;
}

.career-opening-section .right-wrap ul li {
  border-bottom: 1px solid #c4cbc9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 21px 0;
}

.career-opening-section .right-wrap ul li:not(:last-child) {
  margin: 0 0 20px 0;
}

.career-opening-section .right-wrap ul li h3 {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -0.68px;
  margin: 0;
  position: relative;
}

.career-opening-section .right-wrap ul li .opening-right a {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px dashed #b3bdbb;
  border-radius: 50%;
}

.career-opening-section .right-wrap ul li .opening-right a:hover {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  border: 0;
}

.career-opening-section .right-wrap ul li .opening-right a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/current-opening-arrow.svg);
  background-position: 14px 16px;
  background-repeat: no-repeat;
}

.career-opening-section .right-wrap ul li .opening-right a:hover::before {
  background-position: 15px 17px;
}

.career-opening-section .right-wrap ul li p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.36px;
  margin: -8px 0 0 0;
}

.career-appoint-section {
  padding: 106px 0 120px 0;
  border-radius: 40px;
  background: #f5f4eb;
}

.career-appoint-section h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  text-align: center;
  margin: 0 0 59px 0;
}

.career-opening-section .left-wrap p a:hover {
  color: #aaea28;
}

.career-appoint-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.career-appoint-section ul li:nth-child(2n+2) {
  display: flex;
  flex-direction: column-reverse;
}

.career-appoint-section ul li .content-wrap {
  border-radius: 20px;
  background: #fffffa;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  margin: 20px 0 0 0;
  padding: 33px 34px 39px 40px;
}

.career-appoint-section ul li:nth-child(2n+2) .content-wrap {
  margin: 0 0 20px 0;
  background: #002025;
}

.career-appoint-section ul li img {
  height: 210px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.career-appoint-section ul li .content-wrap h3 {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 0 0 13px 0;
}

.career-appoint-section ul li .content-wrap p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.36px;
}

.career-appoint-section ul li:nth-child(2n+2) .content-wrap h3 {
  color: #fff;
}

.career-appoint-section ul li:nth-child(2n+2) .content-wrap p {
  color: #b7c6c9;
}

.career-selection-section {
  padding: 119px 0 120px 0;
}

.career-selection-section ul.selection-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 73px;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
}

.career-selection-section ul.selection-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.career-selection-section ul.selection-steps li .content h4 {
  color: #001f25;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 29px 0 0 0;
}

.career-selection-section ul.selection-steps li .content p {
  color: #2c323f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
  margin: 15px 0 0 0;
}

.career-selection-section .reveiew-details {
  display: grid;
  grid-template-columns: auto 418px;
  grid-gap: 0 39px;
  margin: 111px 0 0 0;
}

.career-selection-section .reveiew-details .left-wrap {
  display: grid;
  grid-template-columns: 235px auto;
  grid-gap: 46px;
  border-radius: 20px;
  background: #f5f4eb;
  padding: 66px 47px 64px 31px;
  position: relative;
}

.career-selection-section .reveiew-details .img-wrap,
.career-selection-section .reveiew-details .content-wrap {
  position: relative;
  z-index: 1;
}

.career-selection-section .reveiew-details .left-wrap::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 254px;
  height: 389px;
  background: url(../images/career-review-bg.svg) no-repeat;
}

.career-selection-section .reveiew-details .left-wrap p {
  color: #001f25;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.22px;
  margin: 0 0 19px 0;
}

.career-selection-section .reveiew-details .left-wrap p::before {
  content: "";
  position: relative;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/quote-icon.svg) no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
}

.career-selection-section .reveiew-details .left-wrap h5 {
  color: #001f25;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.4px;
  margin: 0;
}

.career-selection-section .reveiew-details .left-wrap span {
  color: #78786c;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.32px;
  margin: -6px 0 0 0;
}

.career-selection-section .reveiew-details .right-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #002025;
  padding: 35px 30px 31px 30px;
  position: relative;
}

.career-selection-section .reveiew-details .right-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 226px;
  width: 329px;
  background: url(../images/career-glassdoor-bg.svg) no-repeat;
  border-radius: 0 20px 0 0;
}

.career-selection-section .reveiew-details .right-wrap a img {
  display: block;
  height: 57px;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-selection-section .reveiew-details .right-wrap p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  margin: 23px 0 0 0;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap {
  background: #244348;
  border-radius: 0px 20px 20px 20px;
  position: relative;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 20px 29px 20px;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 20px;
  height: 20px;
  background: url(../images/corner.svg) no-repeat;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap span img {
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap p {
  color: #a7b4b6;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 6px 0 20px 0;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap .consultation-btn {
  width: 100%;
}

.career-selection-section .reveiew-details .right-wrap .review-wrap a {
  max-width: 293px;
  text-align: center;
  padding: 19px 26px 19px 64px;
  margin: 0 auto;
}

/*Career Page End*/
html {
  scroll-behavior: smooth;
}

.contact-top-section {
  padding: 154px 0 75px 0;
}

.contact-top-section {
  padding-bottom: 15px !important;
}

.contact-top-section .contact-top-wrap {
  display: grid;
  grid-template-columns: auto 690px;
  grid-gap: 0 150px;
}

.contact-top-section .contact-top-wrap .left-wrap h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  margin: 0 0 45px 0;
}

.contact-top-section .contact-top-wrap .left-wrap h4 {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.52px;
  margin: 0;
  position: relative;
  padding: 0 0 20px 0;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-top-section .contact-top-wrap .left-wrap h4::before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: 29px;
  bottom: 12px;
  background: url(../images/relationship-bg.svg) no-repeat;
  width: 129px;
  height: 7px;
}

.contact-top-section .contact-top-wrap .left-wrap ul li {
  color: #2c323f;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.36px;
  position: relative;
  padding: 0 0 14px 38px;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-top-section .contact-top-wrap .left-wrap ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  background: url(../images/check-img.svg) no-repeat;
}

.contact-steps-section .steps-wrap h2 {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  text-align: left;
  margin: 0 0 31px 0;
}

.contact-top-section .contact-top-wrap .right-wrap .form-wrap {
  background: #002025;
  border-radius: 20px;
  padding: 31px 50px 50px 50px;
  position: relative;
  height: 451px;
  display: flex;
  flex-direction: column;
}

div#gform_confirmation_wrapper_1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#gform_confirmation_message_1 h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.76px;
  margin-bottom: 8px;
  margin-top: 20px;
}

#gform_confirmation_message_1 br {
  display: none;
}

#gform_confirmation_message_1 {
  text-align: center;
}

#gform_confirmation_message_1 .links {
  color: #aaea28;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17px;
  padding-top: 5px;
  background-image: url("../images/arrowright.svg");
  background-repeat: no-repeat;
  background-position: right 10px;
  padding-right: 20px;
}
#gform_confirmation_message_1 .links:hover {
  filter: brightness(0) saturate(100%) invert(98%) sepia(45%) saturate(0%) hue-rotate(348deg) brightness(110%) contrast(100%);
}

#gform_confirmation_message_1 strong {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.588%;
  letter-spacing: -0.34px;
  width: 100%;
  float: left;
}

.contact-top-section .contact-top-wrap .right-wrap .form-wrap::before {
  content: "";
  position: absolute;
  inset: 0px 0px 0px auto;
  height: 226px;
  width: 329px;
  background: url("../images/career-glassdoor-bg.svg") no-repeat;
  border-radius: 0px 20px 0px 0px;
}

.contact-top-section .contact-top-wrap .right-wrap h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  position: relative;
  z-index: 1;
}

.contact-top-section .contact-top-wrap .right-wrap .gform_fields {
  grid-gap: 20px 30px;
}

.contact-top-section .contact-top-wrap .right-wrap .gfield {
  position: relative;
}

.contact-top-section .contact-top-wrap .right-wrap label {
  letter-spacing: -0.32px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #99a6a8;
  position: absolute;
  left: 0;
  top: 16px;
  right: auto;
  bottom: auto;
  transition: 0.5s all;
  margin: 0;
}

.contact-top-section .contact-top-wrap .right-wrap .gfield#field_1_4 label {
  top: 76px;
}

.contact-top-section .contact-top-wrap .right-wrap .gfield#field_1_4.value_focus label,
.contact-top-section .contact-top-wrap .right-wrap .gfield#field_1_4.input_focus label {
  top: 0px;
}

div#field_1_7 label.gfield_label {
  top: -10px;
  font-size: 14px;
}

.contact-top-section .contact-top-wrap .right-wrap .gfield.value_focus label,
.contact-top-section .contact-top-wrap .right-wrap .gfield.input_focus label {
  top: -10px;
  font-size: 14px;
}

div#field_1_7 .ginput_container.ginput_container_select {
  position: relative;
  top: 11px;
}

.contact-top-section .contact-top-wrap .right-wrap input,
.contact-top-section .contact-top-wrap .right-wrap textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0 !important;
  color: #fff;
}

.contact-top-section .contact-top-wrap .right-wrap textarea {
  padding: 30px 0 0 0 !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.6;
  font-family: "Inter 28pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}

.contact-top-section .contact-top-wrap .right-wrap .gform_footer {
  padding: 0 !important;
  width: 100%;
  max-width: 153px;
  position: relative;
  margin: 41px 0 0 0;
}

.contact-top-section .contact-top-wrap .right-wrap .gform_footer::before {
  content: "";
  position: absolute;
  top: 23px;
  left: auto;
  right: 27px;
  bottom: 0;
  width: 15px;
  height: 13px;
  background: url(../images/submit-arrow.svg) no-repeat;
}

.contact-top-section .contact-top-wrap .right-wrap input.button {
  margin: 0;
  border: 0;
  opacity: 1;
  width: 100%;
  max-width: 153px;
  padding: 19px 63px 19px 27px !important;
  color: #001f25;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  border-radius: 50px;
}

.contact-top-section .contact-top-wrap .right-wrap input.button:hover {
  background: linear-gradient(90deg, #ebe645 0%, #74f857 50.5%, #30d7f1 100%);
}

.contact-top-section .contact-top-wrap .gform_wrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_description {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent;
  font-size: 12px !important;
  line-height: normal;
  font-family: "Inter 28pt" !important;
}

#gform_confirmation_message_1 {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.contact-steps-section {
  padding: 0 0 102px 0;
}
.contact-steps-section .innerhide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.contact-steps-section .innerhide.active {
  max-height: 500px;
}

.contact-steps-section .steps-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-steps-section .steps-wrap ul li {
  padding: 22px 25px 0 25px;
  border-top: 1px solid #ccd2cf;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}

.contact-steps-section .steps-wrap ul li::before,
.contact-steps-section .steps-wrap ul li:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -1px;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 78px;
  background: url(../images/fadded-square.png) no-repeat;
}

.contact-steps-section .steps-wrap ul li:nth-child(3)::after {
  left: auto;
  right: 0px;
}

.contact-steps-section .steps-wrap ul li span {
  color: #001f25;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  border-radius: 60px;
  background: #f5cfc2;
  width: 87px;
  text-align: center;
  padding: 2px 16px 5px 16px;
}

.contact-steps-section .steps-wrap ul li:nth-child(2) span {
  background: #d8c5d3;
}

.contact-steps-section .steps-wrap ul li:nth-child(3) span {
  background: #aad9e2;
}

.contact-steps-section .steps-wrap ul li p {
  color: #2c323f;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  padding: 24px 0 0 0;
}

.contact-steps-section .proud-wrap {
  padding: 92px 0 0 0;
}

.contact-steps-section .proud-wrap img {
  height: 620px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.contact-availability-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.contact-availability-section ul li {
  background: #f5f4eb;
  border-radius: 20px;
  padding: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-availability-section ul li:nth-child(2) {
  background: #d3dec3;
}

.contact-availability-section ul li:nth-child(3) {
  background: #f5f4eb;
}

.contact-availability-section ul li h3 {
  color: #001f25;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0 0 10px 0;
}

.contact-availability-section ul li p {
  color: #2c323f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
  width: 100%;
  max-width: 310px;
  margin: 0 auto 12px;
}

.contact-availability-section ul li .img-wrap {
  margin: 35px 0 0 0;
}

.contact-availability-section ul li:nth-child(2) .img-wrap {
  margin: 35px 0 65px 0;
}

.contact-availability-section ul li:nth-child(3) .img-wrap {
  margin: 0;
}

.contact-availability-section ul li img {
  margin: 0 auto;
}

.contact-availability-section {
  padding: 0 0 108px 0;
}

#gform_1 input::-moz-placeholder, #gform_1 textarea::-moz-placeholder {
  font-size: 0;
}

#gform_1 input::placeholder,
#gform_1 textarea::placeholder {
  font-size: 0;
}

.gform_validation_error label {
  display: none !important;
}

.gform_validation_error input::-moz-placeholder, .gform_validation_error textarea::-moz-placeholder {
  font-size: 16px !important;
}

.gform_validation_error input::placeholder,
.gform_validation_error textarea::placeholder {
  font-size: 16px !important;
}

.blog-top-section {
  padding: 157px 0 110px 0;
}

.blog-top-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 40px;
}

.blog-top-section ul li .img-wrap a img {
  display: block;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.blog-top-section ul li .img-wrap a {
  position: relative;
  width: 100%;
}

.blog-top-section ul li .img-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 226px;
  width: 329px;
  background: url("../images/career-glassdoor-bg.svg") no-repeat;
  border-radius: 0px 20px 0px 0px;
}

.blog-top-section ul li p.date {
  color: #191f26;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 20px 0 10px 0;
}

.blog-top-section ul li h3 {
  margin: 0;
}

.blog-top-section ul li h3,
.blog-top-section ul li h3 a {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 119.231%;
  letter-spacing: -0.78px;
}

.cta-section.blog {
  padding-bottom: 100px;
}

.cta-section.blog .wrap {
  max-width: 1090px;
}

.blog-det-section {
  padding: 157px 0 100px 0;
}

.blog-det-section .blog-det-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 0 38px;
}

.blog-det-section .blog-det-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 0 38px;
  width: 100%;
  max-width: 958px;
  margin: 0 auto;
}

.blog-det-section .blog-det-wrap .left-wrap {
  padding: 173px 0 0 0;
}

.blog-det-section .blog-det-wrap .left-wrap a {
  position: sticky;
  top: 6rem;
}

.blog-det-section .blog-det-wrap .right-wrap p.date {
  color: #191f26;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  opacity: 0.6;
  margin: 0 0 12px 0;
}

.blog-det-section .blog-det-wrap .right-wrap p.date span {
  padding-left: 28px;
}

.blog-det-section .blog-det-wrap .right-wrap h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 109.091%;
  letter-spacing: -1.32px;
  margin: 0 0 44px 0;
  max-width: 710px;
}

.blog-det-section .blog-det-wrap .right-wrap .img-wrap a {
  position: relative;
  margin: 0 0 30px 0;
}

.blog-det-section .blog-det-wrap .right-wrap .img-wrap a img {
  border-radius: 20px;
}

.blog-det-section .blog-det-wrap .right-wrap .img-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 478.448px;
  height: 483.28px;
  background: url(../images/blog-details-bg.svg) no-repeat;
  border-radius: 0 20px 0 0;
}

.blog-det-section .blog-det-wrap .right-wrap p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.54px;
  margin: 0 0 20px 0;
}

.blog-det-section .blog-det-wrap .right-wrap h2 {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 79.412%;
  letter-spacing: -0.68px;
  margin: 50px 0 20px 0;
}

.blog-det-section .blog-det-wrap .right-wrap h3 {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 115.385%;
  letter-spacing: -0.52px;
  margin: 33px 0 15px 0;
}

.blog-det-section .blog-det-wrap .right-wrap ul {
  padding: 0 0 20px 0;
}

.blog-det-section .blog-det-wrap .right-wrap ul li {
  position: relative;
  padding: 0 0 8px 30px;
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 161.111%;
  letter-spacing: -0.54px;
}

.blog-det-section .blog-det-wrap .right-wrap ul li:last-child {
  padding-bottom: 0;
}

.blog-det-section .blog-det-wrap .right-wrap ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  bottom: 0;
  right: auto;
  width: 20px;
  height: 20px;
  background: url(../images/blog-check.svg) no-repeat;
}

.blog-det-section .blog-det-wrap .right-wrap .img-wrap.second a {
  position: relative;
  margin: 32px 0 12px 0;
}

.blog-det-section .blog-det-wrap .right-wrap p a.quote {
  color: #69b636;
  position: relative;
}

.blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #69b636;
}

.blog-det-section .blog-det-wrap .right-wrap div.review {
  display: grid;
  grid-template-columns: 100px auto;
  border-radius: 20px;
  background: #f5f4eb;
  padding: 45px 50px 42px 45px;
  margin: 60px 0 0 0;
}

.blog-det-section .blog-det-wrap .right-wrap div.review .content-wrap {
  padding: 0 0 0 25px;
}

.blog-det-section .blog-det-wrap .right-wrap div.review .content-wrap h3 {
  margin: 0px 0 9px 0;
}

.blog-det-section .blog-det-wrap .right-wrap div.review .content-wrap p {
  margin: 0;
  color: #696d73;
}

.blog-det-recent-section {
  border-radius: 40px;
  background: #f5f4eb;
  padding: 98px 0 105px 0;
}

.blog-det-recent-section h2 {
  color: #001f25;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -3.6px;
  margin: 0 0 41px 0;
}

.blog-det-recent-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 40px;
}

.blog-det-recent-section ul li .img-wrap a {
  position: relative;
}

.blog-det-recent-section ul li .img-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 226px;
  width: 329px;
  background: url("../images/career-glassdoor-bg.svg") no-repeat;
  border-radius: 0px 20px 0px 0px;
}

.blog-det-recent-section ul li .img-wrap a img {
  display: block;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.blog-det-recent-section ul li p.date {
  color: #191f26;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin: 20px 0 10px 0;
}

.blog-det-recent-section ul li h3,
.blog-det-recent-section ul li h3 a {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 119.231%;
  letter-spacing: -0.78px;
}

.cta-section.blog-det {
  padding: 110px 0 100px 0;
}

.cta-section.blog-det .wrap {
  max-width: 1080px;
}

/*Frontend development service page start*/
.fds-banner-section h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -4.2px;
  margin-bottom: 20px;
}

.fds-banner-section p {
  color: #b2bcbd;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin: 0;
  padding-right: 30%;
}

.fds-banner-section {
  /* position: relative; */
  background-image: url("https://webcheckdemo.com/myforest/wp-content/uploads/2025/01/fds-banner-img.svg)");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0 80px 0;
  border-radius: 0 0 40px 40px;
  min-height: 530px;
}

.fds-banner-section .home-bnner-img img {
  width: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 0 0px 40px 40px;
}

.fds-banner-section .rating-wrap {
  padding: 70px 0 0 0;
}

.fds-banner-section .btn-wrap {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.fds-bottom-section {
  padding: 70px 0 0 0;
}

.fds-bottom-section .content-wrap {
  padding: 0 0 70px 0;
  position: relative;
}

.fds-bottom-section .content-wrap::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.2;
  background: #002025;
}

.fds-bottom-section p {
  color: #001f25;
  font-size: 26px;
  font-weight: 400;
  line-height: 153.846%;
  letter-spacing: -0.78px;
}

.fds-manage-section h2 {
  color: #001f25;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  margin: 0;
}

.fds-manage-section p.fds-manage-text {
  text-align: center;
  margin-top: 12px !important;
  max-width: 900px;
  margin: 0 auto;
}

.fds-manage-section h2 span.common-border-text::before {
  bottom: 2px;
}

.fds-manage-section {
  padding: 65px 0 0 0;
}

.fds-manage-section .content-wrap {
  padding: 90px 0 0 0;
}

.fds-manage-section .content-wrap .box-wrap:nth-child(2n+1) {
  display: grid;
  grid-template-columns: 47.9% auto;
  grid-gap: 0 80px;
  align-items: center;
}

.fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) {
  display: grid;
  grid-template-columns: auto 47.9%;
  grid-gap: 0 80px;
  align-items: center;
}

.fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) .left-wrap {
  order: 2;
}

.fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) .right-wrap {
  order: 1;
}

.fds-manage-section .content-wrap .box-wrap:not(:last-child) {
  padding-bottom: 78px;
}

.fds-manage-section .content-wrap .left-wrap img,
.fds-manage-section .content-wrap .right-wrap img {
  border-radius: 20px;
}

.fds-manage-section .mobile {
  display: none;
}

.fds-manage-section .content-wrap .box-wrap h3 {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 120.909%;
  letter-spacing: -0.88px;
  margin: 0 0 25px 0;
}

.fds-manage-section .content-wrap .box-wrap p {
  color: #2c323f;
  font-size: 18px;
  font-weight: 400;
  line-height: 161.111%;
  letter-spacing: -0.36px;
  margin: 0 0 30px 0;
}

.fds-manage-section .content-wrap .box-wrap ul li {
  color: #2c323f;
  font-size: 18px;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  position: relative;
  padding: 0 0 14px 35px;
}

.fds-manage-section .content-wrap .box-wrap ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../images/check-img.svg) no-repeat;
}

.fds-about-section {
  padding: 118px 0 131px 0;
}

.fds-about-section .fds-about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fds-about-section ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 76px;
  margin: 0 0 52px 0;
}

.fds-about-section ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fds-about-section ul li .content {
  padding: 22px 0 0 0;
}

.fds-about-section ul li .content h3 {
  color: #001f25;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 0 0 13px 0;
}

.fds-about-section ul li .content p {
  color: #2c323f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
}

.fds-why-choose-section .wrap {
  display: grid;
  grid-template-columns: 59.7% 29.9%;
  justify-content: space-between;
  align-items: flex-start;
}

.fds-why-choose-section h3 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin: 0 0 18px 0;
}

.fds-why-choose-section p {
  margin: 0;
}

.fds-why-choose-section .left-wrap ul {
  padding: 40px 0 0 0;
}

.fds-why-choose-section .left-wrap ul li {
  position: relative;
  padding: 0 0 22px 66px;
}

.fds-why-choose-section .left-wrap ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 50px;
  background: url(../images/fds-why-choose.svg) no-repeat;
  background-position: 0 0;
}

.fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
  background-position: 0 -126px;
}

.fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
  background-position: 0 -253px;
}

.fds-why-choose-section .left-wrap ul li:last-child {
  padding-bottom: 0;
}

.fds-why-choose-section .left-wrap ul li h4 {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 79.412%;
  letter-spacing: -0.68px;
  margin: 0 0 10px 0;
}

.fds-why-choose-section .wrap .right-wrap {
  border-radius: 20px;
  background: #002025;
  padding: 30px 0 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.fds-why-choose-section .wrap .right-wrap::before {
  content: "";
  position: absolute;
  inset: 0px 0px 0px auto;
  height: 226px;
  width: 329px;
  background: url("../images/career-glassdoor-bg.svg") no-repeat;
  border-radius: 0px 20px 0px 0px;
  pointer-events: none;
  z-index: -1;
}

.fds-why-choose-section .wrap .right-wrap .single-achivement {
  display: none;
}

.fds-why-choose-section .wrap .right-wrap .single-achivement.active {
  display: block;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.66px;
  padding: 0 20px;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-title span {
  border-radius: 50px;
  background: #002025;
  box-shadow: 0px 1px 0px 2px rgba(255, 255, 250, 0.4);
  padding: 0 10px;
  margin: 0 4px;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-number span:first-child {
  font-size: 130px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -3.9px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-number span:last-child {
  color: #dee847;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: -2.7px;
  position: relative;
  top: 10px;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-text {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.02px;
  margin-top: 15px;
  padding: 0 15px;
}

.fds-why-choose-section .wrap .right-wrap p.achivement-sub-text {
  color: #b2bcbd;
  margin-top: 13px;
  padding: 0 20px;
}

.fds-why-choose-section .wrap .right-wrap img {
  margin-top: 40px;
  margin-bottom: -50px;
}

.fds-why-choose-section .wrap .right-wrap .btn-wrap {
  margin-top: 50px;
}

.fds-why-choose-section .wrap .right-wrap .btn-wrap a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.17px;
  position: relative;
  cursor: pointer;
}

.fds-why-choose-section .wrap .right-wrap .btn-wrap a::before {
  content: "";
  background: url(../images/another-btn.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
  transition: all ease 1s;
}

.fds-why-choose-section .wrap .right-wrap .btn-wrap a:hover::before {
  transform: rotate(360deg);
}

.fds-scroll-section {
  padding: 120px 0 0px 0;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.fds-scroll-section .wrap .common {
  display: flex;
  grid-gap: 25px;
  margin: 0 -120px;
}

.fds-scroll-section .wrap .scroll-box1 {
  margin-bottom: 25px;
}

.fds-frequently-section {
  padding: 123px 0 108px 0;
}

.fds-frequently-section .wrap {
  display: grid;
  grid-template-columns: 32.9% 54.6%;
  justify-content: space-between;
}

.fds-frequently-section h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin: 0 0 17px 0;
}

.fds-frequently-section p {
  color: #696d73;
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: -0.36px;
}

.fds-latest-section {
  background: #f5f4eb;
  border-radius: 40px;
  padding: 96px 0 96px 0;
}

.fds-latest-section h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin: 0 0 40px 0;
}

.fds-latest-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px 40px;
}

.fds-latest-section ul li .img-wrap a {
  position: relative;
  width: 100%;
}

.fds-latest-section ul li .img-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: url(../images/fds-laqtest-cms-before.svg) no-repeat;
  border-radius: 20px;
}

.fds-latest-section ul li .img-wrap a img {
  display: block;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.fds-latest-section ul li .date {
  color: #191f26;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  opacity: 0.6;
  margin: 22px 0 9px 0;
}

.fds-latest-section ul li h3,
.fds-latest-section ul li h3 a {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 119.231%;
  letter-spacing: -0.78px;
}

.cta-section.fds {
  padding: 111px 0 118px 0;
}

.cta-section.fds {
  padding-top: 0 !important;
}

.cta-section.fds .wrap h2 {
  text-align: center;
}

.cta-section.fds .wrap p {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 45px 0;
}

.banner-section .top-img,
.banner-section .bottom-img-wrap img {
  will-change: transform;
  border-radius: 20px;
}

.banner-section .right-wrap .top-img img {
  border-radius: 20px;
}

.client-section wistia-player {
  width: 100% !important;
}

#scroll-creative,
#list-believe,
#culture-scroll,
#what-scroll,
#team-creative {
  transition: transform 0.5s ease-out;
}

.page-template-flutter-app-development,
.page-template-smo-services,
.page-template-crm-development,
.page-template-fds-development,
.page-template-ux-audit,
.page-template-brand-identity,
.page-template-prototype,
.page-template-android-app-development,
.page-template-ios-app-development,
.page-template-blockchain,
.page-template-ecommerce-development,
.page-template-team-extension,
.page-template-ui-ux-design,
.page-template-it-consulting,
.page-template-seo-services {
  overflow: visible !important;
}

.page-template-smo-services .wrap .left-wrap,
.page-template-crm-development .wrap .left-wrap,
.page-template-fds-development .wrap .left-wrap,
.page-template-ux-audit .wrap .left-wrap,
.page-template-brand-identity .wrap .left-wrap,
.page-template-prototype .wrap .left-wrap,
.page-template-android-app-development .wrap .left-wrap,
.page-template-ios-app-development .wrap .left-wrap,
.page-template-blockchain .wrap .left-wrap,
.page-template-ecommerce-development .wrap .left-wrap,
.page-template-team-extension .wrap .left-wrap,
.page-template-ui-ux-design .wrap .left-wrap,
.page-template-it-consulting .wrap .left-wrap,
.page-template-seo-services .wrap .left-wrap {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 7rem;
  height: -moz-max-content;
  height: max-content;
}

.fds-frequently-section .wrap .right-wrap ul li .faq-ans {
  max-height: -moz-max-content;
  max-height: max-content;
}

.custom-crm {
  margin-bottom: 100px;
}

.custom-crm .inner {
  border-radius: 20px;
  background: #d3dec3;
  padding: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.custom-crm .inner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/crm-icons.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 288.554px;
  height: 355.936px;
}

.custom-crm .inner h2 {
  color: #001f25;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.custom-crm .inner p {
  color: #2c323f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 161.111%;
  letter-spacing: -0.36px;
  max-width: 774px;
}

.custom-crm .inner .innertype {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-crm .inner .innertype .listul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -43px;
}

.custom-crm .inner .innertype ul {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  padding-bottom: 9px;
}

.custom-crm .inner .innertype ul li {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  border-radius: 50px;
  background: #f5f4eb;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.37);
  padding: 8px 13px;
}

.process .inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #c9cbc5;
  margin-bottom: 60px;
}

.process .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.process .inner .box .left h2 {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  /* 110% */
  letter-spacing: -2px;
}

.process .inner .box .left h2 span {
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: transparent;
  position: relative;
}

.process .inner .box .left h2 span:before {
  content: "";
  position: absolute;
  top: auto;
  left: 4px;
  right: 0;
  bottom: 3px;
  width: 100%;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  border-image-slice: 1;
  height: 2px;
  z-index: -1;
}

.process .inner .box .right .text {
  max-width: 610px;
  margin-left: auto;
}

.process .inner .toggle {
  padding-top: 55px;
  display: grid;
  grid-template-columns: 600px auto;
  gap: 50px;
}

.process .inner .toggle .tabs .tab {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.process .inner .toggle .tabs .tab:last-child span:before {
  display: none;
}

.process .inner .toggle .tabs .tab.active span {
  color: #000;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
}

.process .inner .toggle .tabs .tab span {
  border-radius: 60px;
  background: #f5f4eb;
  max-width: 60px;
  width: 100%;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.4705882353);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin-right: 20px;
  position: relative;
}

.process .inner .toggle .tabs .tab span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translate(-50%, -50%);
  background: #f5f4eb;
  width: 2px;
  height: 50px;
  z-index: -1;
}

.process .inner .toggle .tabs .tab p {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  cursor: pointer;
}

.process .inner .toggle .panels {
  display: flex;
}

.process .inner .toggle .panels .panel .tabbox {
  border-radius: 20px;
  background: #f5f4eb;
  padding: 50px 70px;
  height: 100%;
}

.process .inner .toggle .panels .panel .tabbox h3 {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 125.909%;
  letter-spacing: -0.88px;
  margin-bottom: 20px;
}

.process .inner .toggle .panels .panel .tabbox .text {
  margin-top: 30px;
}

.crm-cta .inner {
  padding-bottom: 100px;
  border-bottom: 1px solid #c9cbc5;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crm-cta .inner h2 {
  color: #001f25;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.crm-cta .inner .tex {
  padding-bottom: 30px;
  max-width: 730px;
  text-align: center;
}

ul.faq li.faq-wrap {
  border-bottom: 1px solid #c9cbc5;
  padding: 20px 0;
}

ul.faq li.faq-wrap:last-child {
  border-bottom: 0;
}

ul.faq li.faq-wrap h3.faq-question {
  color: #001f25;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  position: relative;
  margin: 0;
  padding: 0 65px 0 0;
  cursor: pointer;
}

ul.faq li.faq-wrap h3.faq-question::before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  background-image: url(../images/faq-dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: -2px;
}

ul.faq li.faq-wrap h3.faq-question[data-status=open]::before {
  background-image: url(../images/faq-dropdown-open.svg);
}

ul.faq li.faq-wrap .answer_faq {
  padding-top: 20px;
}

ul.faq li.faq-wrap .answer_faq p,
ul.faq li.faq-wrap .answer_faq ul li {
  color: #2c323f;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: -0.32px;
}

ul.faq li.faq-wrap .answer_faq ul li {
  list-style: disc;
  margin-left: 20px;
}

ul.faq li.faq-wrap .answer_faq strong {
  color: #000;
}

.quotes-swiper-ctn {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.quotes-swiper-ctn .reviews.qsb__slider {
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.quotes-swiper-ctn:hover .reviews.qsb__slider {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    /* half track, since we duplicate */
  }
}
.quotes-swiper-ctn:hover {
  cursor: url("../images/auto-slider-arrow.png"), auto;
}

.privacy-policy-page {
  padding: 150px 0 100px;
}

.privacy-policy-page h1 {
  letter-spacing: 0px;
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 40px;
}

.privacy-policy-page h2 {
  font-size: 30px;
  letter-spacing: 0px;
  margin: 30px 0 15px;
  line-height: 120%;
}

.privacy-policy-page p,
.privacy-policy-page ul li {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 15px;
}

.privacy-policy-page ul li {
  list-style: disc;
  margin-left: 20px;
}

.privacy-policy-page .content a {
  text-decoration: underline;
  font-weight: 700;
}

.privacy-policy-page .content a:hover {
  color: #74f857;
}

.client-section .wistia_responsive_padding .w-bottom-bar-lower > div > div {
  background-color: transparent !important;
}

html body .client-section .w-bottom-bar.w-css-reset div[data-handle=wistiaLogo] {
  display: none !important;
}

.client-section .wistia_responsive_padding .w-bottom-bar-right.w-css-reset {
  opacity: 1 !important;
}

.client-section .wistia_responsive_padding .w-css-reset[data-handle=thumbnail] img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.b2b-page h2:not(.b2b-cta-title) {
  color: #001f25;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.number-sec {
  padding: 110px 0;
}

.b2b-page .number-sec h2 {
  margin-bottom: 80px;
}

.number-sec .num-wrap {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 27px;
}

.number-sec .num-wrap .single {
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbfc7;
}

.number-sec .num-wrap p.num {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 18.56%, #ebe645 102.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.number-sec .num-wrap p.num-text {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 142%;
  letter-spacing: -0.52px;
  margin-bottom: 20px;
}

.number-sec .bottom-sec {
  padding-top: 130px;
}

.b2b-page .number-sec .bottom-sec h2 {
  margin-bottom: 30px;
}

.number-sec .bottom-sec p.text {
  max-width: 960px;
  margin: 0 auto;
}

.we-solve-sec {
  background: #002025;
  padding: 100px 0;
  border-radius: 40px;
}

.b2b-page .we-solve-sec h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3px;
}

.we-solve-sec p.sub-title {
  max-width: 679px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.we-solve-sec p.sub-title strong {
  color: #fff;
}

.we-solve-sec .box-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}

.we-solve-sec .box-wrap .single-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.we-solve-sec .box-wrap .single-wrap > div {
  background: #244348;
  padding: 35px 50px 50px;
  border-radius: 20px;
}

.we-solve-sec .box-wrap .single-wrap p.text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.we-solve-sec .box-wrap .single-wrap p.text::before {
  position: absolute;
  content: "";
  right: 0;
  top: -7px;
  width: 31px;
  height: 31px;
  background-image: url("../images/question-mark-dotted.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.we-solve-sec .box-wrap .single-wrap p.title {
  color: #b7c6c9;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.52px;
}

.we-solve-sec .box-wrap .single-wrap .solution {
  background: #fffffa;
}

.we-solve-sec .box-wrap .single-wrap .solution p.text,
.we-solve-sec .box-wrap .single-wrap .solution p.title {
  color: #001f25;
}

.we-solve-sec .box-wrap .single-wrap .solution p.text::before {
  background-image: url("../images/gradient-check.svg");
}

.we-solve-sec p.bottom-text {
  font-size: 22px;
  line-height: 130%;
  max-width: 679px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.we-solve-sec .consultation-btn a.button {
  margin: 0 auto;
}

.mvp-sec {
  padding-top: 110px;
}

.mvp-sec p.sub-title {
  max-width: 790px;
  margin: 0 auto;
}

.mvp-sec .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 46px;
  grid-gap: 60px;
  border-bottom: 1px solid #c9cbc5;
  padding-bottom: 70px;
}

.mvp-sec .box .icon img {
  margin: 0 auto;
}

.mvp-sec .box p.title {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  margin: 30px 0 20px;
}

.b2b-page .culture-team-section {
  padding-top: 80px;
}

.b2b-page .culture-team-section .team-wrap .content-section p {
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.88px;
  max-width: 1065px;
}

.b2b-page .culture-team-section .team-wrap .content-section p span {
  padding-right: 204px;
}

.b2b-page .culture-team-section .team-wrap .right .content {
  background: #f5cfc2;
}

.fueled-growth-sec .wrap {
  display: grid;
  grid-template-columns: 1fr 630px;
  grid-gap: 122px;
}

.b2b-page .fueled-growth-sec .wrap h2 {
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.fueled-growth-sec .wrap .left-col p {
  font-size: 22px;
  margin-bottom: 40px;
}

.fueled-growth-sec .wrap p.title {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.68px;
  line-height: 160%;
  margin: 0;
}

.fueled-growth-sec .wrap li {
  position: relative;
  margin-left: 90px;
  border-bottom: 1px solid #c4cbc9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.fueled-growth-sec .wrap li::before {
  position: absolute;
  content: "";
  left: -87px;
  top: 20px;
  height: 60px;
  width: 60px;
  background-image: url(../images/career-steps-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.fueled-growth-sec .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-top: 100px;
}

.fueled-growth-sec .box .single-box {
  padding: 60px 60px 40px;
  background: #d3dec3;
  border-radius: 20px;
}

.fueled-growth-sec .inner-box {
  background: #d3dec3;
  border-radius: 20px;
  padding: 70px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 153px;
  position: relative;
  margin-top: 100px;
}

.fueled-growth-sec .inner-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 223px;
  height: 276px;
  background-image: url(../images/inner-box-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.fueled-growth-sec .box p.title,
.fueled-growth-sec .inner-box h3 {
  color: #001f25;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.fueled-growth-sec .box ul li,
.fueled-growth-sec .inner-box ul li {
  color: #2c323f;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: -0.36px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 38px;
}

.fueled-growth-sec .box ul li::before,
.fueled-growth-sec .inner-box ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url(../images/black-check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.fueled-growth-sec .box .single-box:last-child {
  background: #f5f4eb;
}

.fueled-growth-sec .box .single-box:last-child ul li::before {
  background-image: url(../images/green-check-icon.svg);
}

.comparison-sec {
  padding: 120px 0;
}

.comparison-sec p.sub-title {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}

.comparison-sec .comparison-table {
  border-radius: 20px;
  background: #f5f4eb;
  margin-top: 50px;
}

.comparison-sec .comparison-table > div {
  display: grid;
  grid-template-columns: 328px 1fr 1fr 1fr 1fr;
  text-align: center;
}

.comparison-sec .comparison-table .top-table p {
  color: #001f25;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
}

.comparison-sec .comparison-table > div .single {
  padding: 45px 20px;
  border-bottom: 1px solid #cdccc7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-sec .comparison-table > div .single img {
  margin: 0 auto;
}

.comparison-sec .comparison-table .midlle-table .single p {
  font-size: 16px;
}

.comparison-sec .comparison-table .midlle-table .single:first-child p {
  color: #001f25;
  font-size: 18px;
  font-weight: 600;
}

.comparison-sec .comparison-table .top-table .single:nth-child(2),
.comparison-sec .comparison-table .midlle-table .single:nth-child(2) {
  background: #002025;
  border-color: rgba(255, 255, 255, 0.25);
}

.comparison-sec .comparison-table .top-table .single:nth-child(2) {
  border-radius: 20px 20px 0 0;
}

.comparison-sec .comparison-table > div .single:first-child {
  text-align: left;
  justify-content: left;
}

.comparison-sec .comparison-table > div:last-child .single:nth-child(2) {
  border-radius: 0 0 20px 20px;
}

.comparison-sec .comparison-table > div:last-child .single {
  border-bottom: 0;
}

.comparison-sec .comparison-table > div .single:nth-child(2) p {
  color: #fff;
  font-weight: 500;
}

.comparison-sec .comparison-table > div .single:nth-child(3),
.comparison-sec .comparison-table > div .single:nth-child(4) {
  border-right: 1px solid #cdccc7;
}

.review-sec {
  background: #002025;
}

.review-sec .wrap {
  display: grid;
  grid-template-columns: 1fr 572px;
  grid-gap: 144px;
  align-items: center;
  position: relative;
}

.review-sec .wrap::before,
.review-sec .wrap::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #002025 0%, rgba(0, 32, 37, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  z-index: 2;
}

.review-sec .wrap::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

.review-sec .wrap h2 {
  color: #fff;
  margin-bottom: 35px;
}

.review-sec .wrap .text p {
  color: rgba(255, 255, 255, 0.7);
}

.review-sec .wrap .text p strong {
  color: #fff;
  font-weight: 600;
}

.review-sec .wrap .consultation-btn {
  margin-top: 50px;
}

.review-sec .wrap .left-col {
  padding: 120px 0;
}

.review-sec .review-swiper {
  height: 670px;
  overflow: hidden;
}

.review-sec .review-swiper:hover {
  cursor: grab;
}

.review-sec .review-swiper p.name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 5px;
}

.review-sec .review-swiper p.designation {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.32px;
}

.review-sec .review-swiper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.review-sec .review-swiper p.review {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
  position: relative;
}

.review-sec .review-swiper p.review::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/quote.png) no-repeat;
  background-size: contain;
  vertical-align: text-top;
}

.review-sec .review-swiper .slider-wrap {
  background: linear-gradient(73deg, rgba(36, 67, 72, 0) 26.59%, #244348 95.33%);
  border-radius: 20px;
  padding: 50px;
  border: 1px solid #244348;
}

.b2b-page .fds-frequently-section {
  padding: 100px 0;
}

.blogbackto {
  padding: 160px 0 0px;
}
.blogbackto a:hover {
  color: #aaea28;
}

.blog-detail {
  padding: 0px 0 100px;
  padding-top: 0 !important;
  margin-top: -28px;
}

.blog-detail .container {
  width: 880px;
}

.blog-detail .date-wrap {
  display: flex;
  gap: 28px;
  margin-bottom: 13px;
}

.blog-detail .date-wrap p {
  color: #191f26;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  margin: 0;
  opacity: 0.6;
}

.blogbackto a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.blog-detail h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.blog-detail .post-image {
  margin-bottom: 30px;
  position: relative;
}
.blog-detail .post-image img.watermark {
  position: absolute;
  right: 20px;
  width: auto !important;
  bottom: 20px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 0 !important;
}
.blog-detail .post-image .heading {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(15%, -50%);
}
.blog-detail .post-image .heading h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.26px;
}
.blog-detail .post-image .heading p {
  color: rgba(253, 253, 253, 0.8);
  font-size: 16px;
  max-width: 325px;
}

.blog-detail h2 {
  color: #001f25;
  font-size: 34px;
  font-weight: 600;
  line-height: 115.385%;
  letter-spacing: -0.52px;
  margin: 50px 0 20px;
}

.blog-detail h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.52px;
  margin: 30px 0 7px;
}

.blog-detail .content ul,
.blog-detail .content ol {
  margin-bottom: 20px;
}

.blog-detail .content ul li,
.blog-detail .content ol li {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.54px;
  color: #2c323f;
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}

.blog-detail .content ul li::before,
.blog-detail .content ol li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/green-check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.blog-detail .content img {
  margin: 50px 0;
}

.blog-detail .content a {
  color: #69b636;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.54px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog-detail .authorbox {
  border-radius: 20px;
  background: #f5f4eb;
  padding: 36px;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 25px;
  margin-top: 60px;
}

.blog-detail .content p {
  margin-bottom: 8px;
}

.blog-detail .authorbox img {
  border-radius: 50%;
}

.blog-detail .authorbox p.authorbox-title {
  color: #001f25;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
  margin-bottom: 6px;
}

.single-post .cta-section {
  padding: 100px 0;
}

.single-post .social-share-list {
  position: absolute;
  left: -70px;
}

.single-post .social-share-list .a2a_kit {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}

.single-post .social-share-list .a2a_kit a {
  height: 40px;
  width: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: #05343b !important;
}

.single-post .social-share-list .a2a_kit .addtoany_share {
  display: none;
}

.page-template-digital-marketing-collaboration .b2b-page .culture-team-section .team-wrap .right .content {
  background: #aad9e2;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap {
  align-items: flex-start;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .left {
  max-width: 864px;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .left .consultation-btn a {
  max-width: none;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .right .coverheading h3 {
  font-size: 33px;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .right .coverheading ul {
  margin-top: 25px;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .right .coverheading ul li {
  position: relative;
  color: #2c323f;
  font-size: 18px;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  padding: 0 0 14px 35px;
}
.page-template-digital-marketing-collaboration .culture-team-section .team-wrap .right .coverheading ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../images/check-img.svg) no-repeat;
}
.page-template-digital-marketing-collaboration .review-sec .wrap {
  grid-gap: 124px;
}
.page-template-digital-marketing-collaboration .fueled-growth-sec {
  padding: 110px 0;
}
.page-template-digital-marketing-collaboration .review-sec {
  border-radius: 40px;
}

.impact {
  background-color: #f5f4eb;
  padding: 110px 0;
  border-radius: 40px;
}
.impact .inner h2 {
  text-align: center;
}
.impact .inner .text {
  text-align: center;
}
.impact .inner .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.impact .inner .box .innerbox {
  padding: 36px 26px;
  border-radius: 15px;
  background-color: #fffffa;
}
.impact .inner .box .innerbox h3 {
  text-align: center;
  font-size: 50px;
}
.impact .inner .box .innerbox p {
  text-align: center;
}
.impact .inner p.subtext {
  text-align: center;
  margin-bottom: 32px;
}
.impact .inner .btn-wrap {
  display: flex;
  justify-content: center;
}

.logosection {
  padding-bottom: 100px;
  overflow: hidden;
}
.logosection .inner h2 {
  text-align: center;
}
.logosection .inner .text {
  text-align: center;
}
.logosection ul {
  width: -moz-max-content;
  width: max-content;
  animation: scroll-logo 40s linear infinite;
  position: relative;
  padding: 0;
  display: flex;
  margin: 0;
  will-change: transform;
  margin-top: 40px;
}
.logosection ul li {
  display: flex;
  background-color: #f5f4eb;
  padding: 40px 30px;
  border-radius: 15px;
  margin: 0 9px;
  max-width: 242px;
  width: 100%;
  justify-content: center;
}

@keyframes scroll-logo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    /* half track, since we duplicate */
  }
}
.review-sec .wrap .right-col .box {
  background: linear-gradient(73deg, rgba(36, 67, 72, 0) 26.59%, #244348 95.33%);
  stroke-width: 2px;
  padding: 47px 51px;
  stroke: #244348;
  border: 1px solid #244348;
  border-radius: 15px;
}
.review-sec .wrap .right-col .box h4 {
  color: #fff;
  font-family: "Inter 28pt";
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 135.294%;
  /* 135.294% */
  letter-spacing: -0.68px;
  margin-bottom: 0;
}
.review-sec .wrap .right-col .box h4 span {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fds-frequently-section .wrap .left-wrap .text {
  color: #2c323f;
}

p:empty {
  display: none;
}

.gform_heading {
  display: none;
}

.wistia_embed .w-big-play-button {
  transform: scale(0.6) !important;
  /* 60% size — change as needed */
  transform-origin: center center;
}

.wistia_click_to_play > div:nth-child(3) {
  display: none !important;
}

.gform_wrapper h2.gform_title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: -2px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 18px !important;
}

.formbottom.hide {
  display: none;
}
.formbottom p {
  color: #001f25;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 25px;
}
.formbottom p a {
  color: #aaea28;
  letter-spacing: -0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
.formbottom p a:hover {
  color: #001f25;
}

select#input_1_7 {
  background-color: transparent;
  border: unset;
  color: #8f8c8c;
  background-image: url("../images/downarrow.svg");
  background-repeat: no-repeat;
  background-position: right 0px center;
  position: relative;
  left: -7px;
}
select#input_1_7 option:first-child {
  cursor: not-allowed;
  pointer-events: none;
}

div#field_1_7 {
  border-bottom: 1px solid #fff;
}

.header-main .header-right .main-menu > li > ul.service-ul > li a.common-menu {
  pointer-events: none;
}

.about-customer-section .logo-slider .marquee:nth-child(2) .marquee__group, .about-customer-section .logo-slider .marquee:nth-child(3) .marquee__group {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.we-solve-sec .linerlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 44px;
  margin-top: 55px;
  margin-bottom: 60px;
}
.we-solve-sec .linerlist .single {
  background-color: #244348;
  padding: 30px;
  border-radius: 15px;
  padding-left: 70px;
  background-image: url(../images/gradient-check.svg);
  background-position: left 27px top 31px;
  background-repeat: no-repeat;
}
.we-solve-sec .linerlist .single h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  padding-bottom: 14px;
  margin-bottom: 0;
}
.we-solve-sec .linerlist .single p {
  color: #b7c6c9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%; /* 155.556% */
  letter-spacing: -0.36px;
  padding-right: 40px;
}

.pointslist {
  margin-top: 25px;
}
.pointslist li {
  position: relative;
  color: #2c323f;
  font-size: 18px;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  padding: 0 0 14px 35px;
}
.pointslist li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../images/check-img.svg) no-repeat;
}

.page-template-technical-consulting .b2b-page .culture-team-section .team-wrap .content-section p span {
  padding-right: 14px;
}
.page-template-technical-consulting .b2b-page .culture-team-section .team-wrap .content-section p {
  max-width: 765px;
}
.page-template-technical-consulting .culture-team-section .team-wrap .content-section p span {
  margin: 19px 0 0 0;
}
.page-template-technical-consulting .culture-team-section .consultation-btn a {
  max-width: -moz-max-content;
  max-width: max-content;
}
.page-template-technical-consulting .fueled-growth-sec {
  padding: 100px 0;
}
.page-template-technical-consulting .fueled-growth-sec .wrap {
  grid-gap: 112px;
}
.page-template-technical-consulting .digital-marketing .pointslist {
  margin-top: 0;
}
.page-template-technical-consulting .culture-team-section .team-wrap {
  justify-content: space-between;
  align-items: flex-start;
}

.growth-requires-more {
  padding: 100px 0;
  background-color: #f5f4eb;
  border-radius: 40px;
}
.growth-requires-more .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.growth-requires-more .inner .left p {
  margin-bottom: 40px;
}
.growth-requires-more .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
}

.between {
  padding: 100px 0;
}
.between .inner h2 {
  text-align: center;
  margin-bottom: 60px;
}
.between .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.between .inner .box h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 150% */
  text-align: center;
  padding: 40px 0;
  margin-bottom: 0;
}
.between .inner .box ul li {
  padding: 25px 88px;
  border-bottom: 1px solid #cdccc7;
  color: #2c323f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 187.5%; /* 187.5% */
  position: relative;
}
.between .inner .box ul li:last-child {
  border-bottom: none;
}
.between .inner .box ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  top: 27px;
  left: 53px;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.between .inner .box .left {
  background-color: #f5f4eb;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.between .inner .box .left h3 {
  color: #001f25;
  border-bottom: 1px solid #cdccc7;
}
.between .inner .box .left ul li:before {
  background: url(../images/blackicon.svg) no-repeat;
}
.between .inner .box .right {
  background-color: #002025;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.between .inner .box .right ul li {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.between .inner .box .right ul li:before {
  background: url(../images/check-img.svg) no-repeat;
}
.between .inner .box .right h3 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.between .inner .subtext {
  margin-top: 50px;
}
.between .inner .subtext p {
  color: #2c323f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 161.111%; /* 161.111% */
  letter-spacing: -0.36px;
}

.every {
  border-radius: 45px;
  background-color: #002025;
  padding: 121px 0;
}
.every .inner h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.every .inner .txt p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.111%;
  letter-spacing: -0.36px;
  text-align: center;
  opacity: 0.7;
  max-width: 936px;
  margin: auto;
}
.every .inner ul {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
}
.every .inner ul li .innerbox {
  display: flex;
  align-items: center;
}
.every .inner ul li .innerbox h3 {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 123.077%; /* 123.077% */
  letter-spacing: -0.26px;
  margin-bottom: 0;
  padding-left: 23px;
}
.every .inner ul li .texts {
  margin-top: 15px;
  padding-right: 30px;
}
.every .inner ul li .texts p {
  color: #b7c6c9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%; /* 155.556% */
  letter-spacing: -0.36px;
}

p.authorname {
  position: relative;
}
p.authorname:before {
  top: 12px;
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #002025;
  border-radius: 100%;
  left: -14px;
}

.post-image img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
}

.blog-detail .content p {
  letter-spacing: -0.54px;
}
.blog-detail .content table {
  margin-bottom: 20px;
  background-color: #f5f4eb;
  border-radius: 25px;
  margin-top: 25px;
}
.blog-detail .content table td,
.blog-detail .content table th {
  border-bottom: 1px solid #cdccc7;
  padding: 8px;
  background-color: #f5f4eb;
  padding-left: 22px !important;
  padding-right: 22px !important;
}
.blog-detail .content table td {
  color: #2c323f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.5%; /* 187.5% */
}
.blog-detail .content table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.blog-detail .content table tr:hover {
  background-color: #ddd;
}
.blog-detail .content table th {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%; /* 155.556% */
  letter-spacing: -0.54px;
}
.blog-detail .content table tr th:first-child,
.blog-detail .content table tr td:first-child {
  width: 25%;
  background: #002025;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.blog-detail .content table tr th:nth-child(2),
.blog-detail .content table tr td:nth-child(2) {
  width: 29.5%;
  border-right: 1px solid #cdccc7;
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.blog-detail .content table tr th:last-child,
.blog-detail .content table tr td:last-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  width: 37.5%;
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.blog-detail .content table tr th:first-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.blog-detail .content table tr:last-child td {
  border-bottom: unset;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.blog-detail .cta {
  background: #002025;
  border-radius: 25px;
  padding: 35px;
  margin-top: 20px;
  position: relative;
}
.blog-detail .cta:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 294px;
  background-image: url("../images/bgcolor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 448px;
}
.blog-detail .cta:after {
  content: "";
  position: absolute;
  right: 41px;
  bottom: 0;
  height: 105px;
  background-image: url("../images/beforeicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
}
.blog-detail .cta h3 {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.118%; /* 194.118% */
  letter-spacing: -1.36px;
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.blog-detail .cta .text {
  max-width: 664px;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}
.blog-detail .cta .text p {
  color: #fff;
  opacity: 0.7;
  letter-spacing: -0.36px;
  line-height: 161.111%; /* 161.111% */
  font-weight: 300;
}
.blog-detail .cta a {
  position: relative;
  z-index: 5;
}

.insight {
  background-color: #d3dec3;
  padding: 21px;
  border-radius: 15px;
}
.insight h3 {
  margin-top: 0 !important;
  color: #001f25;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.48px;
  background-image: url("../images/flag.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 36px;
}
.insight p {
  color: #2c323f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 175% */
  letter-spacing: -0.48px;
  margin-bottom: 7px !important;
}

.authorbox .right p {
  color: #696d73;
  font-size: 14px;
  letter-spacing: -0.28px;
}

.ui-ux {
  padding: 100px 0;
}
.ui-ux .inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
.ui-ux .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  margin-bottom: 46px;
}
.ui-ux .inner .list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/vs.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 94px;
  height: 94px;
}
.ui-ux .inner .list .box {
  padding: 60px;
  border-radius: 20px;
}
.ui-ux .inner .list .box h3 {
  color: #001f25;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: -1.76px;
  margin-bottom: 20px;
}
.ui-ux .inner .list .box .text p {
  letter-spacing: -0.36px;
}
.ui-ux .inner .list .box:first-child {
  background-color: #d3dec3;
}
.ui-ux .inner .list .box:last-child {
  background-color: #f5f4eb;
}
.ui-ux .inner .subtext {
  max-width: 804px;
  text-align: center;
  margin: auto;
}

.behind {
  padding-bottom: 100px;
}
.behind .inner h2 {
  text-align: center;
}
.behind .inner .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 80px;
}
.behind .inner .list .box {
  padding-bottom: 22px;
  border-bottom: 1px solid #bdbfc7;
}
.behind .inner .list .box span {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 51.56%, #ebe645 102.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 90.667%; /* 61.667% */
  letter-spacing: -1.2px;
}
.behind .inner .list .box .p-title {
  color: #001f25;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.385%; /* 115.385% */
  letter-spacing: -0.52px;
  padding-top: 15px;
  max-width: 200px;
  margin-bottom: 30px;
}
.behind .inner .list .box .text {
  max-width: 270px;
  letter-spacing: -0.36px;
}

.ui-and-us-service {
  padding: 100px 0;
  background-color: #f5f4eb;
  border-radius: 45px;
}
.ui-and-us-service .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ui-and-us-service .inner .left h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 125%; /* 125% */
  letter-spacing: -1.76px;
  margin-bottom: 20px;
}
.ui-and-us-service .inner .left .text {
  max-width: 565px;
  margin-bottom: 43px;
}
.ui-and-us-service .inner .right {
  padding-right: 70px;
}
.ui-and-us-service .inner .right h3 {
  color: #001f25;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 147.059%; /* 147.059% */
  letter-spacing: -0.68px;
  margin-bottom: 22px;
}
.ui-and-us-service .inner .right ul li {
  margin-bottom: 42px;
  background-image: url("../images/checkicon.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 37px;
  background-position: top 5px left;
}
.ui-and-us-service .inner .right ul li .heading {
  margin-bottom: 0;
  color: #001f25;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  padding-bottom: 10px;
}
.ui-and-us-service .inner .right ul li .text {
  color: #2c323f;
  line-height: 150%; /* 150% */
  letter-spacing: -0.36px;
}
.ui-and-us-service .inner .right ul li:last-child {
  margin-bottom: 0;
}

.page-template-ui-ux-design .we-solve-sec p.ai-enhanced-text {
  color: #fff;
  text-align: center;
  opacity: 0.7;
  max-width: 684px;
  margin: auto;
}
.page-template-ui-ux-design .we-solve-sec h3.sub_title {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 85.294%; /* 85.294% */
  letter-spacing: -0.68px;
  padding-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.page-template-ui-ux-design .we-solve-sec .bottom-text {
  color: #fff;
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.29px;
}
.page-template-ui-ux-design .we-solve-sec .bottom-text .text-bg {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-ui-ux-design .we-solve-sec .linerlist {
  margin-bottom: 110px;
}
.page-template-ui-ux-design .we-solve-sec ul {
  margin-top: 39px !important;
  justify-content: center;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 800px;
  margin: auto;
}
.page-template-ui-ux-design .we-solve-sec ul li {
  color: #b7c6c9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 11px 16px;
  background: #0e2e33;
  border-radius: 60px;
}
.page-template-ui-ux-design .mvp-sec {
  padding: 110px 0;
}
.page-template-ui-ux-design .mvp-sec .container {
  border-bottom: 1px solid #c9cbc5;
  padding-bottom: 100px;
}
.page-template-ui-ux-design .mvp-sec .sub-title {
  max-width: 671px;
  margin: auto;
}
.page-template-ui-ux-design .mvp-sec .consultation-btn {
  display: flex;
  justify-content: center;
}
.page-template-ui-ux-design .mvp-sec .box {
  border-bottom: unset;
  padding-bottom: 45px;
}
.page-template-ui-ux-design .fueled-growth-sec {
  padding-bottom: 90px;
}

.devloments {
  background-color: #f5f4eb;
  padding: 100px 0;
  border-radius: 45px;
  padding-bottom: 0 !important;
}
.devloments .inner h2 {
  text-align: center;
  margin-bottom: 32px;
}
.devloments .inner div.text {
  max-width: 1065px;
  margin: auto;
  padding-bottom: 33px;
}
.devloments .inner div.text p {
  text-align: center;
}
.devloments .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  align-items: end;
}
.devloments .inner ul li {
  background-color: #fffffa;
  padding: 30px;
  border-radius: 15px;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 112px;
}
.devloments .inner ul li .title {
  color: #001f25;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
  padding-top: 27px;
}
.devloments .inner ul li p.text {
  letter-spacing: -0.36px;
}

.hover-images {
  padding-bottom: 100px;
}
.hover-images .container {
  position: relative;
}
.hover-images .inner {
  overflow: hidden;
  background-color: #002025;
  padding: 50px 0;
  border-radius: 20px;
  position: relative;
}
.hover-images .inner:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #06171a;
  opacity: 0.5;
}
.hover-images .inner:hover .marquee .marquee__group .img img {
  opacity: 0.5;
}
.hover-images .inner .marquee {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 30px;
}
.hover-images .inner .marquee .marquee__group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: scroll 250s linear infinite;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-right: 30px;
}
.hover-images .inner .marquee .marquee__group .img {
  width: 100%;
  transition: transform 0.6s;
  position: relative;
}
.hover-images .inner .marquee .marquee__group .img img {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.hover-images .inner .marquee .marquee__group .img:hover {
  transform: scale(1.05);
}
.hover-images .inner .marquee .marquee__group .img:hover img {
  opacity: 1;
}
.hover-images .inner .marquee:nth-child(2) .marquee__group {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: scrollreverse 250s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollreverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.hover-images .btntype {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hover-images .btntype .innerbtn {
  background: linear-gradient(90deg, #30d7f1, #74f857, #ebe645);
  background-size: 300% 300%;
  animation: gradient-rotate 4s linear infinite;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.35));
  border-radius: 100px;
  padding: 3px;
}
.hover-images .btntype .innerbtn a {
  display: flex;
  background-color: #fff;
  color: #001f25;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.26px;
  padding: 22px;
  border-radius: 100px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.hover-images .btntype .innerbtn a span {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes gradient-rotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.phonesection,
#vs-image {
  display: none;
}

.single-case-studies .post-image img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.single-case-studies .blog-detail {
  margin-top: 112px;
}
.single-case-studies .blog-detail .content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.single-case-studies .cta-section {
  padding-top: 100px;
}
.single-case-studies .case-study-section {
  background: #f5f4eb;
  border-radius: 40px;
}
.single-case-studies .cta-section h2 {
  font-size: 68px;
}
.single-case-studies .cta-section p {
  margin-bottom: 35px !important;
  max-width: 700px;
  margin: auto;
}

.career-selection-section .reveiew-details .left-wrap .img-wrap img {
  border-radius: 500px;
  height: 234px;
  width: 234px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 11px solid #fff;
  -o-object-position: top;
     object-position: top;
}

.case-studies-template-default .blog-detail .content img {
  margin: 20px 0;
}

.banner-section {
  padding-top: 115px;
  border-radius: 0px 0px 40px 40px;
  background-color: #002025;
  position: relative;
  block-size: inherit;
  overflow: hidden;
}
.banner-section .container {
  z-index: 8;
}

.background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1920px;
  height: 100%;
  border-radius: 0;
  box-shadow: unset;
  z-index: 8;
  position: absolute;
  top: 0;
  background-image: url("../images/lineone.svg");
  background-size: contain;
  background-repeat: repeat;
  backdrop-filter: blur(50px);
  opacity: 0.1111111;
}

.backdropShape {
  position: absolute;
  width: 709px;
  height: 387px;
  filter: blur(62px);
  background-image: url("../images/tree.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: plus-lighter;
  animation: up-n-down 30s ease-in-out infinite alternate;
}

@keyframes up-n-down {
  0% {
    top: -10%;
    left: -10%;
    transform: scale(1);
  }
  25% {
    top: 0%;
    left: 40%;
    right: 80%;
    transform: scale(1.1);
  }
  50% {
    top: 40%;
    left: 10%;
    right: 20%;
    transform: scale(1.2);
    bottom: 50%;
  }
  75% {
    top: 40%;
    left: 60%;
    bottom: -30%;
    transform: scale(1.05);
  }
  100% {
    top: 10%;
    left: 0;
    transform: scale(1);
    right: 50%;
  }
}
.error404 {
  background: url("../images/404banners.webp"), #002025;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.error404 .page-not-found-section {
  padding: 15% 0;
  text-align: center;
}
.error404 .page-not-found-section h1 {
  color: #002025;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px !important;
}
.error404 .page-not-found-section h2 {
  color: #002025;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 109.091%; /* 109.091% */
  letter-spacing: -1.32px;
  margin-bottom: 0;
  padding-bottom: 90px;
}
.error404 .page-not-found-section p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.545%; /* 154.545% */
  letter-spacing: -0.44px;
}
.error404 .page-not-found-section .consultation-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 .footer-section .wrap {
  display: none;
}
.error404 .footer-section .join-our-team-section .left-wrap .content-wrap {
  padding-top: 0;
}
.error404 .footer-section {
  padding-top: 0 !important;
}
.error404 .icon-button_wrapper {
  margin-left: 0 !important;
  margin-right: 13px !important;
}

.services-list-section .common-services ul li .icon-title-wrap .icon,
.services-list-section .standard-services.common-services ul li .icon-title-wrap {
  top: -3px;
  position: relative;
}

.single-case-studies .reveiew-details {
  padding-bottom: 100px;
}
.single-case-studies .reveiew-details .left-wrap {
  padding: 0 180px;
}
.single-case-studies .reveiew-details .left-wrap .content-wrap {
  border-radius: 20px;
  background: #f5f4eb;
  padding: 47px;
  position: relative;
  overflow: hidden;
}
.single-case-studies .reveiew-details .left-wrap .content-wrap::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 254px;
  height: 389px;
  background: url(../images/career-review-bg.svg) no-repeat;
}
.single-case-studies .reveiew-details .left-wrap .content-wrap p {
  font-style: italic;
  font-size: 21px;
}
.single-case-studies .reveiew-details .left-wrap .content-wrap p::before {
  content: "";
  position: relative;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/quote-icon.svg) no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  display: inline-block;
}
.single-case-studies .reveiew-details .left-wrap .content-wrap .inners {
  position: relative;
  z-index: 1;
}

.built {
  padding: 110px 0;
}
.built .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.built .inner h2 {
  color: #001f25;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 110% */
  letter-spacing: -1.8px;
  padding-bottom: 26px;
  margin-bottom: 0;
}
.built .inner .text {
  max-width: 1219px;
  margin: auto;
}
.built .inner .text p {
  color: #2c323f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.111%; /* 161.111% */
  letter-spacing: -0.36px;
  text-align: center;
}
.built .inner span {
  background-color: #f5f4eb;
  color: #2c323f;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 131.818%; /* 131.818% */
  letter-spacing: -0.44px;
  padding: 15px 49px;
  border-radius: 100px;
  margin-top: 33px;
}

.page-template-custom-ai .b2b-page .culture-team-section .team-wrap .content-section p span {
  padding-right: 34px !important;
}
.page-template-custom-ai .ui-and-us-service {
  background-color: #fff;
}
.page-template-custom-ai .ui-and-us-service .inner .right ul li {
  margin-bottom: 0;
  background-position: top left;
  padding-bottom: 11px;
}
.page-template-custom-ai .ui-and-us-service .inner .right ul li .heading {
  font-size: 18px;
}
.page-template-custom-ai .ui-and-us-service .inner .left .text {
  max-width: 100%;
  margin-bottom: 37px;
}
.page-template-custom-ai .ui-and-us-service .inner .right {
  padding-right: 0 !important;
  padding-left: 199px;
}
.page-template-custom-ai .fueled-growth-sec,
.page-template-custom-ai .fds-why-choose-section {
  padding: 100px 0;
}
.page-template-custom-ai .mvp-sec .box {
  padding-bottom: 100px;
}
.page-template-custom-ai .mvp-sec .box .single p.text.center {
  padding: 0 10px;
}
.page-template-custom-ai .process {
  background: #f5f4eb;
  padding: 100px 0;
  border-radius: 45px;
}
.page-template-custom-ai .process .inner {
  padding-bottom: 0px !important;
  border-bottom: unset !important;
  margin-bottom: unset !important;
}
.page-template-custom-ai .process .inner .box .left h2 span:before {
  z-index: 2;
}
.page-template-custom-ai .process .inner .toggle .panels .panel .tabbox {
  border-radius: 20px;
  background: #d3dec3;
}
.page-template-custom-ai .process .inner .toggle .tabs .tab span {
  background: #fffffa;
}
.page-template-custom-ai .process .inner .toggle .tabs .tab span img {
  opacity: 0.5;
}
.page-template-custom-ai .process .inner .toggle .tabs .tab.active span {
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%) !important;
}
.page-template-custom-ai .process .inner .toggle .tabs .tab.active span img {
  opacity: 1;
}
.page-template-custom-ai .process .inner .toggle .tabs .tab span:before {
  display: none;
}
.page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
  padding-bottom: 25px;
}
.page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt h3 {
  color: #001f25;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.22px;
  border-radius: 50px;
  background: #f5f4eb;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.37);
  padding: 5px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 10px;
}
.page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul {
  padding-bottom: 25px;
  padding-top: 20px;
}
.page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
  color: #2c323f;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%; /* 155.556% */
  letter-spacing: -0.36px;
  margin-bottom: 15px;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 39px;
}
.page-template-custom-ai .fds-why-choose-section .wrap .right-wrap .single-achivement {
  overflow: hidden;
}
.page-template-custom-ai .fds-why-choose-section .wrap .right-wrap p.achivement-title span {
  margin: 1px 4px;
}

.outcome {
  border-radius: 40px;
  background-color: #070b17;
  display: grid;
  grid-template-columns: 60% 40%;
  overflow: hidden;
  align-items: center;
}
.outcome .right h2 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 125% */
  letter-spacing: -1.76px;
  margin-bottom: 27px;
}
.outcome .right p {
  color: #fff;
  opacity: 0.7;
}
.outcome .right span.common-border-text::before {
  z-index: 1;
}

.post-type-archive-case-studies .case-study-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-type-archive-case-studies .case-study-section h1 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 60px;
  margin-top: 50px;
}
.post-type-archive-case-studies .case-study-section h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-section {
  border-radius: 40px 40px 0px 0px;
  background: #002025;
  padding-top: 85px;
  padding-bottom: 35px;
}

.footer-section .footer-logo a {
  display: block;
  height: 18px;
}

.footer-section .footer-logo a img {
  height: 100%;
  width: 100%;
}

.footer-section .email span {
  color: #7f8f92;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  padding-bottom: 4px;
  display: block;
}

.footer-section .email span::before {
  content: "";
  display: inline-block;
  background-image: url("../images/footer-email-icon.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 14px;
  margin-right: 10px;
}

.footer-section .email a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}

.footer-section .social {
  display: flex;
}

.copyright-section .right a {
  width: 40px;
  height: 40px;
  background: #05343b;
  font-size: 0;
  border-radius: 100%;
  font-family: fontawesome;
  margin-right: 6px;
  line-height: 40px;
  text-align: center;
  transition: 0.5s all;
}

.copyright-section .right a:hover {
  background: #2d4f54;
}

.footer-section .social a:last-child {
  margin-right: 0;
}

.footer-section .social a::before {
  display: block;
  color: #fff;
  font-size: 20px;
}

.footer-section .social a.facebook::before {
  content: "\f09a";
}

.footer-section .social a.linkedin::before {
  content: "\f0e1";
}

.footer-section .social a.instagram::before {
  content: "\f16d";
}

.footer-section .social a.youtube::before {
  content: "\f16a";
}

.footer-section .wrap {
  display: grid;
  grid-template-columns: repeat(6, auto);
  padding-bottom: 82px;
}

.footer-section .wrap h5 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 35px;
}

.footer-section .wrap ul li a {
  color: #7f8f92;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.footer-section .wrap ul li a:hover {
  color: #fff;
}

.footer-section .wrap ul li {
  padding-bottom: 20px;
}

.footer-section .wrap ul li:last-child {
  padding-bottom: 0;
}

.footer-section .join-our-team-section {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 27px 30px 50px;
  margin-bottom: 40px !important;
  margin: 0 auto;
  max-width: 100% !important;
}

.footer-section .join-our-team-section .left-right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.footer-section .join-our-team-section .left-wrap {
  padding-right: 0;
}

.footer-section .join-our-team-section .left-wrap .left-right {
  display: flex;
  flex-wrap: nowrap;
}

.footer-section .join-our-team-section .left-wrap .left,
.footer-section .join-our-team-section .left-wrap .right {
  display: flex;
  flex-wrap: nowrap;
}

.footer-section .join-our-team-section .left-wrap .content-wrap {
  padding-left: 26px;
  position: relative;
}

.footer-section .join-our-team-section .left-wrap .content-wrap::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: url(../images/logo.png) no-repeat;
}

.footer-section .join-our-team-section .left-wrap .middle .content-wrap::before {
  top: 2px;
  width: 14px;
  height: 22px;
  background: url(../images/phone-logo.png) no-repeat;
}

.footer-section .join-our-team-section .left-wrap .right .content-wrap::before {
  top: 6px;
  width: 19px;
  height: 14px;
  background: url(../images/mail-logo.png) no-repeat;
}

.footer-section .join-our-team-section .left-wrap .content span {
  color: #7f8f92;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3px;
  display: block;
  padding-bottom: 7px;
}

.footer-section .join-our-team-section .left-wrap .content a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}

.footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
  padding-right: 75px;
  margin-right: 75px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.footer-section .join-our-team-section .left-wrap .right {
  padding-right: 75px;
  margin-right: 75px;
  width: -moz-max-content;
  width: max-content;
}

.footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #fff;
  opacity: 0.15;
  width: 1px;
}

.footer-section .join-our-team-section .right-wrap {
  padding-left: 30px;
  width: 100%;
  position: relative;
}

.footer-section .join-our-team-section .right-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  bottom: auto;
  opacity: 0.15;
  background: #fff;
  width: 1px;
  height: 111px;
}

.footer-section .join-our-team-section .right-wrap .left-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-section .join-our-team-section .right-wrap .left p.top {
  color: #7f8f92;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer-section .join-our-team-section .right-wrap .left p.top span {
  color: #001f25;
  font-family: "Plus Jakarta Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  letter-spacing: -0.28px;
  padding: 2px 6px;
  margin-left: 8px;
}

.footer-section .join-our-team-section .right-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-section .join-our-team-section .right-wrap .left p.top {
  color: #7f8f92;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  margin: 0;
}

.footer-section .join-our-team-section .right-wrap .left p.bottom {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-top: 5px;
}

.footer-section .join-our-team-section .right-wrap .right button {
  background-image: url("../images/btn-white-arrow.svg");
  background-repeat: no-repeat;
  position: relative;
  width: 48px;
  height: 48px;
  background-position: 18px 17px;
  background-color: transparent;
  border: 0;
}

.footer-section .join-our-team-section .right-wrap .right button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-image: url("../images/footer-btn-round-border.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  margin: auto;
  background-size: 48px;
}

.footer-section .join-our-team-section .right-wrap a:hover .right button::before {
  animation: dotBorderAnimation 10s linear infinite;
}

.copyright-section .left-right {
  display: flex;
}

.copyright-section .right {
  padding-left: 15px;
  margin-left: auto;
}

.copyright-section .left p {
  color: #99a6a8;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.26px;
  padding-left: 12px;
}

.copyright-section .left p span {
  font-size: 9px;
  position: relative;
  top: 3px;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 60px;
  z-index: 9999;
  background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
  display: none !important;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.footer-section .join-our-team-section .left-wrap .left-right .middle .content .content-wraps {
  display: flex;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}
.footer-section .join-our-team-section .left-wrap .left-right .middle .content .content-wraps img {
  margin-right: 10px;
}

@media (min-width: 1921px) {
  .fds-banner-section {
    background-size: cover;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .single-case-studies .cta-section h2 {
    font-size: 59px;
  }
  .fds-banner-section {
    padding: 110px 0 80px 0;
    min-height: 480px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 23px;
    cursor: pointer;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 50px 62px;
  }
  .custom-crm .inner {
    padding: 70px;
  }
  /**/
  .banner-section .left-wrap h1 {
    font-size: 68px;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
  }
  .banner-section .left-wrap {
    min-width: 715px;
  }
  .banner-section .left-wrap p {
    font-size: 20px;
    max-width: 460px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 50px;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    margin-left: -20%;
  }
  .creative-code-culture-section {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 68px;
    letter-spacing: -1.5px;
  }
  #scroll-creative .image-wrap {
    width: 2570px;
    margin: 0 0 0 -500px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 175px;
  }
  /*Start of the day 05-12-2024*/
  .matheran-wrap {
    margin: 80px 0 20px 0;
  }
  .culture-banner-section .left-wrap h1 {
    font-size: 68px;
    letter-spacing: -1.5px;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 20px;
    max-width: 630px;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 09-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 68px;
    line-height: 76px;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
    max-width: 700px;
  }
  .work-banner-section h1 {
    max-width: 620px;
  }
  .team-banner-section p {
    font-size: 20px;
    max-width: 720px;
  }
  .cta-section h2 {
    font-size: 78px;
  }
  /*End of the day 09-12-2024*/
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 68px;
    letter-spacing: -1.5px;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 20px;
  }
  .about-banner-section h3 {
    font-size: 42px;
  }
  .about-value-section .section-content p {
    font-size: 50px;
    max-width: 100%;
  }
  .about-building-section ul li .content h4 {
    font-size: 32px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 55px;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
  }
  .qsb__slide--item {
    padding: 20px;
  }
  .about-strength-section {
    padding-bottom: 100px;
  }
  .about-customer-section {
    padding: 100px 0 100px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 75px;
    margin-right: 60px;
  }
  .about-performance-section {
    padding: 92px 0 100px 0;
  }
  .about-work-section {
    padding: 0 0 100px 0;
  }
  .about-cta-section.cta-section {
    padding: 100px 0 100px 0;
  }
  .logo-slider .marquee {
    width: 2050px;
  }
  .career-banner-section h1 {
    max-width: 880px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -5px 0 0 0;
  }
  .career-banner-section p {
    max-width: 870px;
  }
  .career-scroll-section .section-content p {
    font-size: 50px;
    line-height: 55px;
    max-width: 1035px;
  }
  .career-scroll-section #what-scroll {
    transform: translateX(279.533px);
    margin: 0 0 0 -260px;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 440px;
  }
  .fds-banner-section h1 {
    font-size: 68px;
  }
  .fds-banner-section p {
    font-size: 20px;
  }
  .fds-banner-section .rating-wrap {
    padding: 60px 0 0 0;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 51px;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 24px;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 39px;
    margin-bottom: 15px;
  }
  .behind .inner .list {
    margin-top: 50px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 24px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 31px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 70px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .page-template-ui-ux-design .mvp-sec {
    padding: 100px 0;
  }
  .banner-section .left-wrap h1 b {
    font-size: 135px;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 189px;
  }
  .error404 .page-not-found-section h2 {
    font-size: 34px;
    padding-bottom: 60px;
  }
  .error404 .page-not-found-section p {
    font-size: 19px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 19px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 40px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 50px;
  }
  /**/
  .built {
    padding: 90px 0;
  }
  .built .inner h2 {
    font-size: 53px;
  }
  .built .inner span {
    font-size: 20px;
  }
  .outcome .right h2 {
    font-size: 53px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 70px !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .client-section .video-wrap .left-wrap {
    min-width: 530px;
    max-width: 530px;
  }
  .client-section .right-wrap p {
    font-size: 19px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .post-type-archive-case-studies .case-study-section h1 {
    font-size: 50px;
  }
  .post-type-archive-case-studies .case-study-section h2 {
    font-size: 30px;
  }
  .single-case-studies .cta-section h2 {
    font-size: 49px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: 260px;
  }
  .fds-banner-section {
    padding: 110px 0 80px 0;
    min-height: 480px;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 34px;
  }
  #gform_confirmation_message_1 .links,
  #gform_confirmation_message_1 strong {
    font-size: 15px;
  }
  .formbottom p {
    font-size: 18px;
  }
  .gform_wrapper h2.gform_title {
    font-size: 34px;
  }
  body p,
  .blog-detail .content ul li,
  .blog-detail .content a {
    font-size: 16px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 21px;
    cursor: pointer;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 50px;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 50px 62px;
  }
  .custom-crm .inner {
    padding: 70px;
    padding-bottom: 70px;
  }
  .process .inner .toggle {
    grid-template-columns: 450px auto;
  }
  .crm-cta .inner {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .process .inner {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .custom-crm {
    margin-bottom: 80px;
  }
  /**/
  .container {
    width: 1200px;
  }
  .banner-section .left-wrap {
    min-width: 655px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 65px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
  }
  .banner-section .left-wrap p {
    font-size: 20px;
    max-width: 460px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 50px;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 115px;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: 565px;
  }
  .creative-code-culture-section {
    padding-top: 65px;
    padding-bottom: 110px;
  }
  #scroll-creative .image-wrap {
    width: 2190px;
    margin: 0 0 0 -350px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 150px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li {
    font-size: 102px;
    line-height: 57px;
    letter-spacing: -4.96px;
  }
  .services-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 60px;
    letter-spacing: -2.16px;
  }
  .services-list-section .common-services ul li p {
    font-size: 17px;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 50px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 22px;
  }
  .services-list-section .tools-tab {
    padding-top: 65px;
    max-width: 1050px;
  }
  .services-list-section .tools-tab h4 {
    font-size: 40px;
  }
  .services-list-section .tabs .tab {
    font-size: 25px;
  }
  .work-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .work-section .left-wrap h2 {
    font-size: 50px;
  }
  .work-section .right-wrap {
    padding-left: 50px;
  }
  span.common-border-text::before {
    bottom: 0;
  }
  .counter-section span.common-border-text::before {
    bottom: 3px;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 30px;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 25px;
  }
  .counter-section .right-wrap h2 {
    font-size: 60px;
    letter-spacing: -2.16px;
    margin-left: -294px;
    margin-bottom: 60px;
    margin-top: -50px;
  }
  .counter-section .right-wrap {
    padding-left: 62px;
  }
  .counter-section .left-wrap {
    min-width: 630px;
    max-width: 630px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 100px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -50px;
  }
  .counter-section {
    padding-bottom: 105px;
  }
  .choose-option-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 50px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
  }
  .choose-option-section .right-wrap {
    padding-left: 45px;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 27px;
  }
  .choose-option-section .right-wrap ul li .number {
    font-size: 28px;
  }
  .case-study-section {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .case-study-section h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .case-study-section .slick-arrow {
    top: -79px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 33px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 30px;
  }
  .case-study-section .gallery-slider-wrap img {
    padding-left: 25px;
  }
  .logo-section ul {
    grid-gap: 0px 80px;
  }
  .logo-section ul li::before {
    left: auto;
    right: -40px;
  }
  .logo-section {
    padding-bottom: 70px;
  }
  .client-section h2 {
    font-size: 47px;
    margin-bottom: 25px;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 450px;
    max-width: 450px;
  }
  .client-section .right-wrap p {
    font-size: 18px;
    margin-top: 25px;
  }
  .client-section {
    padding-bottom: 100px;
  }
  .cta-section h2 {
    font-size: 65px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
  }
  .cta-section {
    padding-bottom: 90px;
  }
  .footer-section {
    padding-top: 85px;
    padding-bottom: 35px;
  }
  .footer-section .wrap h5 {
    font-size: 16px;
  }
  .footer-section .wrap ul li a {
    font-size: 14px;
  }
  .footer-section .wrap {
    padding-bottom: 60px;
  }
  .footer-section .wrap > div ul li {
    padding-bottom: 15px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
    padding-right: 45px;
    margin-right: 45px;
    position: relative;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding-right: 45px;
    margin-right: 45px;
    width: -moz-max-content;
    width: max-content;
  }
  .footer-section .join-our-team-section {
    max-width: 950px;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    top: -32px;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 65px;
    letter-spacing: -2.2px;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 20px;
    max-width: 630px;
  }
  .content h2.common {
    font-size: 50px;
  }
  .culture-team-section .team-wrap .content-section p {
    font-size: 50px;
  }
  .culture-bottom-section .img-wrap,
  .culture-bottom-section .img-wrap img {
    height: auto;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -40px 0 20px 0;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 20px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
  }
  .culture-banner-section {
    min-height: 580px;
  }
  .culture-cloud-wrap {
    margin: 10px 0 0 0;
  }
  .culture-workplace-section {
    padding: 70px 0 0 0;
  }
  .culture-workplace-section .content-section {
    max-width: 800px;
  }
  .culture-workplace-section .content-section p {
    font-size: 40px;
  }
  .culture-team-section {
    padding: 80px 0 80px 0;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 10-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 65px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
    line-height: 67px;
    max-width: 650px;
  }
  .work-banner-section h1 {
    max-width: 570px;
  }
  .work-banner-section ul > li {
    font-size: 18px;
  }
  .work-banner-section ul > li::before {
    top: 10px;
  }
  .team-banner-section p {
    font-size: 20px;
    max-width: 720px;
  }
  .team-wrap .common .box-wrap h3 {
    font-size: 18px;
  }
  .team-wrap .common .box-wrap .team-content p {
    font-size: 15px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
    max-width: 270px;
  }
  .team-wrap .common .box-wrap .content.green h2 {
    max-width: 280px;
  }
  .team-wrap .common .box-wrap .content,
  .team-wrap .common .box-wrap .content.green {
    padding: 50px 45px 30px 45px;
  }
  .team-wrap .common .box-wrap .content h2::before {
    top: -37px;
    right: -17px;
  }
  .team-wrap .common .box-wrap .content.green h1 {
    max-width: 250px;
  }
  .team-wrap .common .box-wrap {
    grid-gap: 52px 20px;
  }
  .team-section {
    margin: -47px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 60px 0px;
  }
  .choose-option-section.team {
    padding-bottom: 80px;
  }
  .cta-section.team {
    padding: 80px 0 80px 0;
  }
  .work-banner-section ul > li > a {
    font-size: 18px;
  }
  .work-bottom-section .work-wrap ul > li > div > a {
    height: 440px;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 30px;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-gap: 50px 25px;
  }
  .work-bottom-section {
    padding: 80px 0 80px 0;
  }
  .cta-section.work {
    padding-bottom: 80px;
  }
  .creative-code-culture-section .content-section {
    max-width: 810px;
  }
  .creative-code-culture-section .content-section p {
    font-size: 40px;
  }
  /*End of the day 10-12-2024*/
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 260px;
  }
  /*Start of the day 31-12-2024*/
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 65px;
    letter-spacing: -2.2px;
  }
  .about-banner-section span.common-border-text::before {
    bottom: 0;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 20px;
  }
  .about-banner-section h3 {
    font-size: 40px;
  }
  .about-value-section .container {
    padding-top: 80px;
  }
  .about-value-section .section-content p {
    font-size: 40px;
    max-width: 100%;
  }
  .about-value-section .section-content {
    padding-bottom: 60px;
  }
  #what-scroll li {
    font-size: 150px;
    margin: 0 0 60px 0;
  }
  #what-scroll li {
    margin: 0;
  }
  .about-value-section .section-content p span {
    padding-right: 70px;
  }
  .about-building-section ul li:nth-child(2) {
    margin-top: -125px;
  }
  .about-building-section ul li:nth-child(4) {
    margin-top: -95px;
  }
  .about-building-section ul li:nth-child(5) {
    margin-top: 60px;
  }
  .about-building-section {
    padding: 0;
  }
  .about-building-section ul li {
    min-width: 285px;
    max-width: 285px;
  }
  .about-building-section ul li .content h4 {
    font-size: 28px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 50px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
  }
  .about-customer-section .wrap {
    max-width: unset;
    text-align: center;
  }
  .about-strength-section .right-wrap {
    padding-left: 50px;
  }
  .about-strength-section .left-wrap {
    min-width: 750px;
    max-width: 750px;
  }
  .about-strength-section {
    padding-bottom: 80px;
  }
  .about-customer-section {
    padding: 80px 0 80px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 70px;
    margin-right: 50px;
  }
  .about-performance-section {
    padding: 80px 0 80px 0;
  }
  .about-performance-section ul li .content h4 {
    font-size: 24px;
  }
  .about-reviews-section {
    padding: 90px 0px 100px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 1200px;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-work-section {
    padding: 0 0 100px 0;
  }
  .about-work-section ul {
    gap: 15px;
    grid-template-columns: 19.2% 29% 19% 29%;
  }
  .about-cta-section .wrap {
    max-width: 700px;
  }
  .about-cta-section.cta-section {
    padding: 100px 0 100px 0;
  }
  .logo-slider .marquee {
    width: 1850px;
  }
  /*End of the day 31-12-2024*/
  .career-banner-section {
    padding: 150px 0 80px 0;
  }
  .career-banner-section h1 {
    max-width: 820px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -7px 0 0 0;
  }
  .career-banner-section p {
    max-width: 740px;
  }
  .career-scroll-section .container {
    padding-top: 80px;
  }
  .career-scroll-section {
    padding: 0 0 80px 0;
  }
  .career-scroll-section .section-content {
    padding: 80px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .career-scroll-section ul.cards li {
    padding: 20px 30px;
    width: 284px;
  }
  .career-scroll-section .section-content p {
    font-size: 40px;
    line-height: 50px;
    max-width: 840px;
  }
  .career-scroll-section .section-content p span {
    padding-right: 70px;
  }
  .career-opening-section {
    padding: 0 0 80px 0;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 0px 0 0 70px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 32px;
    line-height: 60px;
  }
  .career-appoint-section {
    padding: 80px 0 80px 0;
  }
  .career-selection-section {
    padding: 80px 0 80px 0;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 24px;
    margin: 25px 0 0 0;
  }
  .career-selection-section ul.selection-steps {
    grid-gap: 0 40px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 18px;
    line-height: 34px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-template-columns: 235px auto;
    grid-gap: 35px;
    padding: 30px 20px;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 18px;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: auto 590px;
    grid-gap: 0 100px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 40px 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.76px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.76px;
    margin: 0 0 31px 0;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 18px;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 18px;
    letter-spacing: -0.2px;
    padding: 2px 16px 3px 16px;
  }
  .contact-availability-section ul li h3 {
    font-size: 32px;
  }
  .blog-top-section {
    padding: 157px 0 80px 0;
  }
  .blog-top-section ul {
    grid-gap: 60px 30px;
  }
  .blog-top-section ul li p.date {
    font-size: 15px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 25px;
  }
  .cta-section.blog {
    padding-bottom: 80px;
  }
  .blog-det-section {
    padding: 157px 0 80px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 15px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 40px;
    letter-spacing: -1.32px;
    max-width: 640px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 32px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 25px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 2px;
  }
  .blog-det-recent-section {
    padding: 80px 0 80px 0;
  }
  .blog-det-recent-section h2 {
    font-size: 50px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 15px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 25px;
  }
  .cta-section.blog-det {
    padding: 80px 0 80px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 440px;
  }
  .fds-banner-section h1 {
    font-size: 65px;
    letter-spacing: -2.2px;
  }
  .fds-banner-section p {
    font-size: 20px;
  }
  .fds-banner-section .rating-wrap {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section p {
    font-size: 24px;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 50px;
  }
  .fds-manage-section .content-wrap {
    padding: 50px 0 0 0;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
  .fds-about-section {
    padding: 80px 0 80px 0;
  }
  .fds-about-section ul {
    grid-gap: 30px 45px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 24px;
    margin: 0 0 10x 0;
  }
  .fds-why-choose-section .wrap {
    grid-template-columns: 55.7% 34.9%;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 32px;
  }
  .fds-scroll-section {
    padding: 80px 0 80px 0;
  }
  .fds-frequently-section {
    padding: 80px 0 80px 0;
  }
  .fds-latest-section {
    padding: 80px 0 80px 0;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 25px;
  }
  .fds-latest-section ul li .date {
    font-size: 15px;
  }
  .cta-section.fds {
    padding: 80px 0 80px 0;
  }
  .number-sec {
    padding: 80px 0;
  }
  .b2b-page h2:not(.b2b-cta-title) {
    font-size: 50px;
  }
  .b2b-page .number-sec h2 {
    margin-bottom: 50px;
  }
  .number-sec .num-wrap p.num {
    font-size: 45px;
  }
  .number-sec .num-wrap p.num-text {
    font-size: 22px;
  }
  .number-sec .bottom-sec {
    padding-top: 90px;
  }
  .we-solve-sec {
    padding: 80px 0;
  }
  .b2b-page .we-solve-sec h2,
  .b2b-page .fueled-growth-sec .wrap h2 {
    font-size: 60px;
    letter-spacing: -1.96px;
  }
  .we-solve-sec .box-wrap .single-wrap p.title {
    font-size: 23px;
  }
  .we-solve-sec .box-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mvp-sec {
    padding-top: 80px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 37px;
    max-width: 845px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 294px;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr 570px;
    grid-gap: 92px;
  }
  .fueled-growth-sec .wrap .left-col p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap p.title {
    font-size: 26px;
  }
  .fueled-growth-sec .wrap li::before {
    left: -67px;
    top: 12px;
    height: 50px;
    width: 50px;
  }
  .fueled-growth-sec .box {
    margin-top: 70px;
  }
  .fueled-growth-sec .box .single-box,
  .fueled-growth-sec .inner-box {
    padding: 40px;
  }
  .fueled-growth-sec .inner-box {
    margin-top: 70px;
    grid-gap: 80px;
  }
  .fueled-growth-sec .box p.title,
  .fueled-growth-sec .inner-box h3 {
    font-size: 40px;
  }
  .comparison-sec {
    padding: 80px 0;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 258px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table > div .single {
    padding: 30px 20px;
  }
  .review-sec .wrap {
    grid-gap: 64px;
  }
  .review-sec .review-swiper .slider-wrap {
    padding: 40px 50px;
  }
  .review-sec .review-swiper {
    height: 610px;
  }
  .b2b-page .fds-frequently-section {
    padding: 80px 0;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 40px;
  }
  .page-template-digital-marketing-collaboration .fueled-growth-sec {
    padding: 80px 0;
  }
  .logosection {
    padding-bottom: 80px;
  }
  .review-sec .wrap .left-col {
    padding: 80px 0;
  }
  .impact {
    padding: 80px 0;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 21px;
  }
  .we-solve-sec .linerlist {
    gap: 30px;
  }
  .we-solve-sec .linerlist {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .we-solve-sec .linerlist .single p,
  .every .inner .txt p,
  .every .inner ul li .texts p,
  .between .inner .subtext p {
    font-size: 16px;
  }
  .every .inner ul {
    gap: 46px;
    margin-top: 50px;
  }
  .every,
  .between,
  .growth-requires-more,
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 80px 0;
  }
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 80px 0;
  }
  .between .inner .box ul li {
    padding: 21px 53px;
  }
  .between .inner .box ul li:before {
    top: 24px;
    left: 24px;
    width: 21px;
    height: 21px;
    background-size: contain !important;
  }
  .between .inner .box h3 {
    padding: 25px 0;
    font-size: 19px;
  }
  .pointslist li {
    font-size: 16px;
  }
  .between .inner h2 {
    margin-bottom: 40px;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 39px;
    margin-bottom: 15px;
  }
  .behind .inner .list {
    margin-top: 50px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 24px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 31px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 70px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .ui-ux,
  .ui-and-us-service,
  .page-template-ui-ux-design .mvp-sec,
  .devloments {
    padding: 80px 0;
  }
  .behind,
  .page-template-ui-ux-design .mvp-sec .container,
  .page-template-ui-ux-design .fueled-growth-sec,
  .hover-images,
  .ui-ux {
    padding-bottom: 80px;
  }
  .mvp-sec .box {
    grid-gap: 20px;
  }
  .mvp-sec .box p.title {
    font-size: 21px;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 22px;
  }
  .devloments .inner div.text {
    max-width: 965px;
  }
  .devloments .inner ul li .title {
    font-size: 22px;
  }
  .devloments .inner ul li {
    padding-bottom: 72px;
  }
  .ui-ux .inner h2 {
    margin-bottom: 30px;
  }
  .behind .inner .list .box span {
    font-size: 50px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 240px;
  }
  .banner-section .left-wrap .btn-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .banner-section .left-wrap h1 b {
    font-size: 135px;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 116px;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 36px;
  }
  .error404 .page-not-found-section h2 {
    font-size: 29px;
    padding-bottom: 60px;
  }
  .error404 .page-not-found-section p {
    font-size: 19px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 18px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 40px;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0 100px;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 80px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 45px;
    letter-spacing: -2.3px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  /**/
  .built {
    padding: 80px 0;
  }
  .built .inner h2 {
    font-size: 50px;
  }
  .built .inner span {
    font-size: 20px;
  }
  .outcome .right h2 {
    font-size: 50px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 60px !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .post-type-archive-case-studies .case-study-section h1 {
    font-size: 45px;
  }
  .post-type-archive-case-studies .case-study-section h2 {
    font-size: 25px;
  }
  .single-case-studies .cta-section h2 {
    font-size: 40px;
  }
  .banner-section .left-wrap .btn-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 240px;
  }
  .blogbackto {
    padding: 130px 0 0px;
  }
  .blog-detail {
    margin-top: 30px;
  }
  .fds-banner-section {
    padding: 110px 0 80px 0;
    min-height: 470px;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #gform_confirmation_message_1 .links,
  #gform_confirmation_message_1 strong {
    font-size: 15px;
  }
  .formbottom p {
    font-size: 18px;
  }
  .gform_wrapper h2.gform_title {
    font-size: 30px;
  }
  body p,
  .blog-detail .content ul li,
  .blog-detail .content a {
    font-size: 16px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 21px;
    cursor: pointer;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 50px;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 50px;
  }
  .custom-crm .inner {
    padding: 70px;
    padding-bottom: 70px;
  }
  .process .inner .toggle {
    grid-template-columns: 450px auto;
  }
  .crm-cta .inner {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .process .inner {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .custom-crm {
    margin-bottom: 80px;
  }
  /**/
  .container {
    width: 1110px;
  }
  .creative-code-culture-section .content-section p {
    font-size: 35px;
    max-width: 700px;
  }
  .creative-code-culture-section .content-section {
    max-width: 700px;
  }
  .banner-section .left-wrap {
    min-width: 655px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 60px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
  }
  .banner-section .left-wrap p {
    font-size: 20px;
    max-width: 460px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 50px;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 55px;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: 495px;
    padding-top: 25px;
  }
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    padding-left: 25px;
  }
  .creative-code-culture-section {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #scroll-creative .image-wrap {
    width: 1840px;
    margin: 0 0 0 -350px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 125px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li {
    font-size: 90px;
    line-height: 57px;
    letter-spacing: -4.96px;
  }
  .services-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 60px;
    letter-spacing: -2.16px;
  }
  .services-list-section .common-services ul li p {
    font-size: 17px;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 50px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 22px;
  }
  .services-list-section .tools-tab {
    padding-top: 65px;
    max-width: 1050px;
  }
  .services-list-section .tools-tab h4 {
    font-size: 40px;
  }
  .services-list-section .tabs .tab {
    font-size: 25px;
  }
  .work-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .work-section .left-wrap h2 {
    font-size: 50px;
  }
  .work-section .right-wrap {
    padding-left: 50px;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 28px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    font-size: 12px;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 25px;
  }
  .work-section .right-wrap ul li .img-wrap img {
    height: 345px;
  }
  .counter-section .right-wrap h2 {
    font-size: 60px;
    letter-spacing: -2.16px;
    margin-left: -294px;
    margin-bottom: 60px;
    margin-top: -50px;
  }
  .counter-section span.common-border-text::before {
    bottom: 4px;
  }
  .counter-section .right-wrap {
    padding-left: 45px;
  }
  .counter-section .left-wrap {
    min-width: 630px;
    max-width: 630px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 60px;
  }
  .counter-section .right-wrap .section-content {
    padding-bottom: 30px;
  }
  .counter-section .right-wrap .view-all-btn.black {
    margin-top: 50px;
  }
  .counter-section {
    padding-bottom: 105px;
  }
  .choose-option-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 50px;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
  }
  .choose-option-section .right-wrap {
    padding-left: 45px;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 27px;
  }
  .choose-option-section .right-wrap ul li .number {
    font-size: 28px;
  }
  .case-study-section {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .case-study-section h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .case-study-section .slick-arrow {
    top: -79px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 27px;
  }
  .client-section .right-wrap {
    padding-left: 35px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 30px;
  }
  .case-study-section .gallery-slider-wrap img {
    padding-left: 25px;
  }
  .logo-section ul {
    grid-gap: 0px 80px;
  }
  .logo-section ul li::before {
    left: auto;
    right: -40px;
  }
  .logo-section {
    padding-bottom: 70px;
  }
  .client-section h2 {
    font-size: 47px;
    margin-bottom: 25px;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 450px;
    max-width: 450px;
  }
  .client-section .right-wrap .wrap {
    padding-bottom: 10px;
  }
  .client-section .right-wrap p {
    font-size: 17px;
    margin-top: 15px;
  }
  .client-section {
    padding-bottom: 100px;
  }
  .cta-section h2 {
    font-size: 65px;
    letter-spacing: -3.88px;
    margin-bottom: 20px;
  }
  .cta-section p {
    font-size: 17px;
  }
  .cta-section {
    padding-bottom: 90px;
  }
  .footer-section {
    padding-top: 85px;
    padding-bottom: 35px;
  }
  .footer-section .wrap h5 {
    font-size: 16px;
  }
  .footer-section .wrap ul li a {
    font-size: 14px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
    padding-right: 35px;
    margin-right: 35px;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding-right: 35px;
    margin-right: 35px;
  }
  .footer-section .join-our-team-section {
    max-width: 950px;
  }
  .footer-section .wrap {
    padding-bottom: 60px;
  }
  .footer-section .wrap > div ul li {
    padding-bottom: 15px;
  }
  .footer-section .email a {
    font-size: 15px;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    top: -32px;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 60px;
    letter-spacing: -2.2px;
    margin-bottom: 15px;
  }
  .culture-cloud-wrap {
    margin: 20px 0 0 0;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 20px;
    max-width: 630px;
  }
  .culture-bottom-section .img-wrap,
  .culture-bottom-section .img-wrap img {
    height: auto;
  }
  .culture-workplace-section .content-section {
    max-width: 700px;
  }
  .culture-workplace-section .content-section p {
    font-size: 35px;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -40px 0 20px 0;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 20px;
  }
  .content h2.common {
    font-size: 45px;
    margin: 0 0 15px 0;
  }
  .content h2.common::before {
    top: -35px;
    background-size: 70px;
  }
  .sport-wrap h1.common::before {
    top: -45px;
    right: -70px;
  }
  .communication-wrap .content h2.common::before {
    right: -20px;
    top: -50px;
    background-size: 70px;
  }
  .matheran-wrap .content h2.common::before {
    right: 10px;
    background-size: 70px;
    top: -45px;
  }
  .culture-team-section .team-wrap .content-section p {
    font-size: 40px;
  }
  .culture-team-section .team-wrap .right .content {
    padding: 15px 15px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
    padding: 30px 0 0 0;
  }
  .cloud-wrap .right-wrap,
  .communication-wrap .right-wrap {
    padding-left: 80px;
  }
  .matheran-wrap .left-wrap,
  .sport-wrap .left-wrap {
    padding-right: 80px;
  }
  .culture-banner-section {
    min-height: 580px;
  }
  .culture-workplace-section {
    padding: 70px 0 0 0;
  }
  .culture-team-section {
    padding: 80px 0 80px 0;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 10-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 60px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
    line-height: 65px;
    max-width: 600px;
  }
  .work-banner-section h1 {
    max-width: 530px;
  }
  .work-banner-section ul > li {
    font-size: 18px;
  }
  .work-banner-section ul > li::before {
    top: 10px;
  }
  .team-banner-section p {
    font-size: 20px;
    max-width: 720px;
  }
  .team-wrap .common .box-wrap h3 {
    font-size: 18px;
  }
  .team-wrap .common .box-wrap .team-content p {
    font-size: 15px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
    max-width: 270px;
  }
  .team-wrap .common .box-wrap .content.green h2 {
    max-width: 250px;
  }
  .team-wrap .common .box-wrap .content,
  .team-wrap .common .box-wrap .content.green {
    padding: 50px 45px 30px 45px;
  }
  .team-wrap .common .box-wrap .content h2::before {
    top: -37px;
    right: -17px;
  }
  .team-wrap .common .box-wrap .content.green h1 {
    max-width: 250px;
  }
  .team-wrap .common .box-wrap {
    grid-gap: 50px 20px;
  }
  .team-section {
    margin: -39px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 60px 0px;
  }
  .team-wrap .common .box-wrap a.team-box-img {
    height: 250px;
  }
  .choose-option-section.team {
    padding-bottom: 80px;
  }
  .cta-section.team {
    padding: 80px 0 80px 0;
  }
  .work-banner-section ul > li > a {
    font-size: 17px;
  }
  .work-bottom-section .work-wrap ul > li > div > a {
    height: 350px;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 28px;
  }
  .work-bottom-section .work-wrap ul > li p {
    font-size: 17px;
    line-height: 27px;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-gap: 50px 25px;
  }
  .work-bottom-section {
    padding: 80px 0 80px 0;
  }
  .work-bottom-section .work-wrap ul > li .list a {
    font-size: 12px;
  }
  .cta-section.work {
    padding-bottom: 80px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 80px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -40px;
  }
  span.common-border-text::before {
    bottom: 0;
  }
  /*End of the day 10-12-2024*/
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 260px;
  }
  /*Start of the day 31-12-2024*/
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 60px;
    letter-spacing: -2.2px;
  }
  .about-banner-section span.common-border-text::before {
    bottom: 0;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 20px;
  }
  .about-banner-section h3 {
    font-size: 38px;
  }
  .about-value-section .container {
    padding-top: 80px;
  }
  .about-value-section .section-content p {
    font-size: 35px;
    max-width: 100%;
  }
  .about-value-section .section-content {
    padding-bottom: 10px;
  }
  #what-scroll li {
    font-size: 150px;
    margin: 0 0 60px 0;
  }
  #what-scroll li {
    margin: 0;
  }
  .about-value-section .section-content p span {
    padding-right: 70px;
  }
  .about-building-section ul li {
    min-width: 270px;
    max-width: 270px;
    padding: 20px;
    height: 370px;
  }
  .about-building-section ul li .content h4 {
    font-size: 28px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 45px;
    letter-spacing: -2.2px;
    margin-bottom: 25px;
  }
  .about-strength-section .left-wrap p {
    margin-bottom: 15px;
  }
  .about-customer-section .wrap {
    max-width: unset;
    text-align: center;
  }
  .about-strength-section .right-wrap {
    padding-left: 50px;
  }
  .about-strength-section .left-wrap {
    min-width: 650px;
    max-width: 650px;
  }
  .about-strength-section {
    padding-bottom: 80px;
  }
  .about-customer-section {
    padding: 80px 0 80px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 70px;
    margin-right: 50px;
  }
  .about-performance-section {
    padding: 80px 0 80px 0;
  }
  .about-performance-section ul li .content h4 {
    font-size: 22px;
    margin: 15px 0 10px 0;
  }
  .about-reviews-section {
    padding: 80px 0px 80px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 1200px;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-work-section {
    padding: 0 0 80px 0;
  }
  .about-work-section ul {
    gap: 15px;
    grid-template-columns: 19.2% 29% 19% 29%;
  }
  .about-cta-section.cta-section {
    padding: 80px 0 80px 0;
  }
  .about-cta-section .wrap {
    max-width: 700px;
  }
  .logo-slider .marquee {
    width: 1900px;
  }
  /*End of the day 31-12-2024*/
  .career-banner-section {
    padding: 150px 0 80px 0;
  }
  .career-banner-section h1 {
    max-width: 780px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -5px 0 0 0;
  }
  .career-banner-section p {
    max-width: 740px;
  }
  .career-scroll-section .container {
    padding-top: 80px;
  }
  .career-scroll-section {
    padding: 0 0 80px 0;
  }
  .career-scroll-section .section-content {
    padding: 80px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .career-scroll-section ul.cards li {
    padding: 20px;
    width: 265px;
  }
  .career-scroll-section .section-content p {
    font-size: 35px;
    line-height: 45px;
    max-width: 770px;
  }
  .career-scroll-section .section-content p span {
    padding-right: 70px;
  }
  .career-opening-section {
    padding: 0 0 80px 0;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 0px 0 0 70px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .career-opening-section .left-wrap p,
  .career-opening-section .right-wrap ul li p,
  .career-appoint-section ul li .content-wrap p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-opening-section .left-wrap p {
    max-width: 390px;
  }
  .career-appoint-section {
    padding: 80px 0 80px 0;
  }
  .career-appoint-section ul li .content-wrap {
    padding: 20px;
  }
  .career-appoint-section ul li .content-wrap h3 {
    font-size: 24px;
  }
  .career-selection-section {
    padding: 80px 0 80px 0;
  }
  .career-appoint-section ul {
    grid-gap: 20px;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  .career-selection-section ul.selection-steps li .content p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-selection-section ul.selection-steps {
    grid-gap: 0 40px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-selection-section .reveiew-details .left-wrap span {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section .reveiew-details .left-wrap h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-template-columns: 235px auto;
    grid-gap: 35px;
    padding: 30px 20px;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 18px;
  }
  .career-scroll-section #what-scroll {
    transform: translateX(459.4px);
    margin: 0 0 0 -200px;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: auto 550px;
    grid-gap: 0 80px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 0 40px 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 17px;
    line-height: 27px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.45px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.45px;
    margin: 0 0 31px 0;
  }
  .contact-steps-section {
    padding: 0 0 80px 0;
  }
  .contact-steps-section .steps-wrap ul li {
    padding: 18px 20px 0 20px;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 18px;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 18px;
    letter-spacing: -0.2px;
    padding: 2px 16px 3px 16px;
  }
  .contact-steps-section .proud-wrap {
    padding: 80px 0 0 0;
  }
  .contact-steps-section .proud-wrap img {
    height: 550px;
  }
  .contact-availability-section ul li h3 {
    font-size: 30px;
  }
  .contact-availability-section {
    padding: 0 0 80px 0;
  }
  .blog-top-section {
    padding: 157px 0 80px 0;
  }
  .blog-top-section ul {
    grid-gap: 60px 30px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 200px;
  }
  .blog-top-section ul li p.date {
    font-size: 15px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 24px;
  }
  .cta-section.blog {
    padding-bottom: 80px;
  }
  .blog-det-section {
    padding: 157px 0 80px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 15px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 40px;
    letter-spacing: -1.32px;
    max-width: 640px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 32px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 25px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p,
  .blog-det-section .blog-det-wrap .right-wrap ul li {
    font-size: 17px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 2px;
  }
  .blog-det-recent-section {
    padding: 80px 0 80px 0;
  }
  .blog-det-recent-section h2 {
    font-size: 50px;
  }
  .blog-det-recent-section ul {
    grid-gap: 60px 30px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 15px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 24px;
  }
  .cta-section.blog-det {
    padding: 80px 0 80px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 440px;
  }
  .fds-banner-section h1 {
    font-size: 60px;
    letter-spacing: -2.2px;
  }
  .fds-banner-section p {
    font-size: 20px;
  }
  .fds-banner-section .rating-wrap {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section p {
    font-size: 22px;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 50px;
  }
  .fds-manage-section .content-wrap {
    padding: 50px 0 0 0;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 38px;
    margin: 0 0 15px 0;
  }
  .fds-manage-section .content-wrap .box-wrap p,
  .fds-manage-section .content-wrap .box-wrap ul li,
  .fds-about-section ul li .content p,
  .fds-frequently-section p {
    font-size: 17px;
  }
  .fds-manage-section .content-wrap .box-wrap p {
    margin: 0 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap ul li {
    padding: 0 0 10px 30px;
  }
  .fds-manage-section .content-wrap .box-wrap ul li::before {
    top: 5px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fds-about-section {
    padding: 80px 0 80px 0;
  }
  .fds-about-section ul {
    grid-gap: 30px 35px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .fds-why-choose-section .wrap {
    grid-template-columns: 55.7% 34.9%;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 30px;
  }
  .fds-why-choose-section .left-wrap ul li {
    padding: 0 0 20px 50px;
  }
  .fds-why-choose-section .left-wrap ul li::before {
    width: 35px;
    height: 37px;
    background-size: 35px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
    background-position: 0 -92px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
    background-position: 0 -184px;
  }
  .fds-scroll-section {
    padding: 80px 0 80px 0;
  }
  .fds-scroll-section .wrap .common {
    grid-gap: 15px;
  }
  .fds-scroll-section .wrap .scroll-box1 {
    margin-bottom: 15px;
  }
  .fds-frequently-section {
    padding: 80px 0 80px 0;
  }
  .fds-latest-section {
    padding: 80px 0 80px 0;
  }
  .fds-latest-section ul {
    grid-gap: 60px 30px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: 200px;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 24px;
  }
  .fds-latest-section ul li .date {
    font-size: 15px;
  }
  .cta-section.fds {
    padding: 80px 0 80px 0;
  }
  .cta-section.fds .wrap p {
    font-size: 17px;
  }
  .privacy-policy-page {
    padding: 140px 0 70px;
  }
  .privacy-policy-page h1 {
    font-size: 30px;
  }
  .privacy-policy-page h2 {
    font-size: 24px;
  }
  .privacy-policy-page p,
  .privacy-policy-page ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .b2b-page h2:not(.b2b-cta-title) {
    font-size: 45px;
    letter-spacing: -1.3px;
  }
  .number-sec {
    padding: 80px 0;
  }
  .b2b-page .number-sec h2 {
    margin-bottom: 35px;
  }
  .number-sec .num-wrap p.num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .number-sec .num-wrap p.num-text {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .number-sec .bottom-sec {
    padding-top: 60px;
  }
  .b2b-page .number-sec .bottom-sec h2 {
    margin-bottom: 20px;
  }
  .we-solve-sec {
    padding: 80px 0;
  }
  .b2b-page .we-solve-sec h2,
  .b2b-page .fueled-growth-sec .wrap h2 {
    font-size: 60px;
    letter-spacing: -0.56px;
  }
  .we-solve-sec .box-wrap .single-wrap > div {
    padding: 35px 30px 30px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text {
    margin-bottom: 15px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text::before {
    top: -4px;
    width: 27px;
    height: 27px;
  }
  .we-solve-sec .box-wrap .single-wrap p.title {
    font-size: 21px;
  }
  .we-solve-sec p.bottom-text {
    font-size: 20px;
    line-height: 150%;
  }
  .we-solve-sec .box-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mvp-sec {
    padding-top: 80px;
  }
  .mvp-sec .box {
    margin-top: 36px;
    grid-gap: 30px;
    padding-bottom: 50px;
  }
  .mvp-sec .box p.title {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 37px;
    max-width: 845px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 294px;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr 550px;
    grid-gap: 70px;
  }
  .fueled-growth-sec .wrap h2 {
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap .left-col p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap p.title {
    font-size: 22px;
  }
  .fueled-growth-sec .wrap li::before {
    left: -67px;
    top: 9px;
    height: 50px;
    width: 50px;
  }
  .fueled-growth-sec .box {
    margin-top: 50px;
    grid-gap: 20px;
  }
  .fueled-growth-sec .box .single-box,
  .fueled-growth-sec .inner-box {
    padding: 40px;
  }
  .fueled-growth-sec .inner-box {
    margin-top: 50px;
    grid-gap: 80px;
  }
  .fueled-growth-sec .box p.title,
  .fueled-growth-sec .inner-box h3 {
    font-size: 35px;
  }
  .fueled-growth-sec .box ul li,
  .fueled-growth-sec .inner-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 31px;
  }
  .fueled-growth-sec .box ul li::before,
  .fueled-growth-sec .inner-box ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .comparison-sec {
    padding: 80px 0;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 258px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table > div .single {
    padding: 30px 20px;
  }
  .comparison-sec .comparison-table .top-table p {
    font-size: 18px;
  }
  .comparison-sec .comparison-table .midlle-table .single:first-child p {
    font-size: 16px;
  }
  .review-sec .wrap {
    grid-gap: 64px;
    grid-template-columns: 1fr 522px;
  }
  .review-sec .review-swiper {
    height: 540px;
  }
  .review-sec .review-swiper .slider-wrap {
    padding: 40px;
  }
  .review-sec .review-swiper .top {
    padding-bottom: 20px;
  }
  .review-sec .review-swiper p.review {
    font-size: 20px;
  }
  .review-sec .review-swiper p.name {
    font-size: 18px;
  }
  .review-sec .wrap .consultation-btn {
    margin-top: 30px;
  }
  .review-sec .wrap .left-col {
    padding: 80px 0;
  }
  .review-sec .wrap::before,
  .review-sec .wrap::after {
    height: 80px;
  }
  .b2b-page .fds-frequently-section {
    padding: 80px 0;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 37px;
  }
  .page-template-digital-marketing-collaboration .fueled-growth-sec {
    padding: 80px 0;
  }
  .logosection {
    padding-bottom: 80px;
  }
  .review-sec .wrap .left-col {
    padding: 80px 0;
  }
  .impact {
    padding: 80px 0;
  }
  .review-sec .wrap .right-col .box h4 {
    font-size: 28px;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 20px;
  }
  .we-solve-sec .linerlist {
    gap: 30px;
  }
  .we-solve-sec .linerlist {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .we-solve-sec .linerlist .single p,
  .every .inner .txt p,
  .every .inner ul li .texts p,
  .between .inner .subtext p {
    font-size: 16px;
  }
  .every .inner ul {
    gap: 46px;
    margin-top: 50px;
  }
  .page-template-technical-consulting .fueled-growth-sec .wrap {
    grid-gap: 22px;
  }
  .we-solve-sec .linerlist .single p {
    padding-right: 0;
  }
  .every,
  .between,
  .growth-requires-more,
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 80px 0;
  }
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 70px 0;
  }
  .between .inner .box ul li {
    padding: 21px 53px;
  }
  .between .inner .box ul li:before {
    top: 24px;
    left: 24px;
    width: 21px;
    height: 21px;
    background-size: contain !important;
  }
  .between .inner .box h3 {
    padding: 25px 0;
    font-size: 19px;
  }
  .pointslist li {
    font-size: 16px;
  }
  .between .inner h2 {
    margin-bottom: 40px;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .behind .inner .list {
    margin-top: 50px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 24px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 31px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 50px;
  }
  .ui-ux .inner .list {
    margin-bottom: 26px;
  }
  .ui-ux .inner .list {
    display: grid;
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .devloments .inner ul {
    gap: 16px;
  }
  .ui-ux,
  .ui-and-us-service,
  .page-template-ui-ux-design .mvp-sec,
  .devloments {
    padding: 80px 0;
  }
  .review-sec .review-swiper p.review {
    font-weight: 400;
    letter-spacing: 0;
  }
  .ui-ux .inner .list .box {
    padding: 43px;
  }
  .behind,
  .page-template-ui-ux-design .mvp-sec .container,
  .page-template-ui-ux-design .fueled-growth-sec,
  .hover-images,
  .ui-ux {
    padding-bottom: 80px;
  }
  .mvp-sec .box {
    grid-gap: 20px;
  }
  .mvp-sec .box p.title {
    font-size: 21px;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 22px;
  }
  .devloments .inner div.text {
    max-width: 965px;
  }
  .devloments .inner ul li .title {
    font-size: 22px;
  }
  .devloments .inner ul li {
    padding-bottom: 72px;
  }
  .ui-ux .inner h2 {
    margin-bottom: 30px;
  }
  .behind .inner .list .box span {
    font-size: 50px;
  }
  .behind .inner .list .box .p-title {
    font-size: 22px;
  }
  .banner-section .left-wrap h1 b {
    font-size: 124px;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 110px;
  }
  .banner-section .left-wrap p {
    font-size: 18px !important;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 32px;
  }
  .error404 .page-not-found-section h2 {
    font-size: 29px;
    padding-bottom: 60px;
  }
  .error404 .page-not-found-section p {
    font-size: 19px;
  }
  .error404 .page-not-found-section {
    padding: 14% 0;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 18px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 40px;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0 100px;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 80px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 40px;
    letter-spacing: -2.3px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  .about-strength-section .left-right-wrap .inners {
    grid-template-columns: auto 450px;
  }
  /**/
  .built {
    padding: 80px 0;
  }
  .built .inner h2 {
    font-size: 50px;
  }
  .built .inner span {
    font-size: 20px;
  }
  .outcome .right h2 {
    font-size: 50px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .built .inner .text {
    max-width: 100%;
  }
  .built .inner .text p {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
    padding-bottom: 10px;
  }
  .page-template-custom-ai .mvp-sec .box {
    padding-bottom: 80px;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .post-type-archive-case-studies .case-study-section h1 {
    font-size: 45px;
  }
  .post-type-archive-case-studies .case-study-section h2 {
    font-size: 25px;
  }
  .single-case-studies .cta-section h2 {
    font-size: 35px;
  }
  .banner-section .left-wrap .btn-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .blogbackto {
    padding: 130px 0 0px;
  }
  .blog-detail .content ul li::before,
  .blog-detail .content ol li::before {
    top: 1px;
  }
  .blog-detail {
    margin-top: 30px;
  }
  .fds-banner-section {
    padding: 100px 0 80px 0;
    min-height: 420px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right .middle .content .content-wraps {
    font-size: 13px;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #gform_confirmation_message_1 .links,
  #gform_confirmation_message_1 strong {
    font-size: 15px;
  }
  .formbottom p {
    font-size: 18px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    height: 421px;
  }
  .gform_wrapper h2.gform_title {
    font-size: 28px;
  }
  body p,
  .blog-detail .content ul li,
  .blog-detail .content a {
    font-size: 16px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 21px;
    cursor: pointer;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 45px;
    letter-spacing: -2.2px;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 16px;
    font-size: 35px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 50px;
  }
  .custom-crm .inner {
    padding: 70px;
    padding-bottom: 70px;
  }
  .process .inner .toggle {
    grid-template-columns: 410px auto;
  }
  .crm-cta .inner {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .process .inner {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .custom-crm {
    margin-bottom: 80px;
  }
  .custom-crm .inner p,
  .process .inner .box .right .text p,
  .process .inner .toggle .panels .panel .tabbox .txt p {
    font-size: 16px;
  }
  .container {
    width: 1000px;
  }
  .banner-section .left-wrap {
    min-width: 555px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 50px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .banner-section .left-wrap p {
    font-size: 18px;
    max-width: 410px;
  }
  .banner-section .left-wrap .btn-wrap {
    margin-top: 30px;
    align-items: center;
    max-width: 455px;
  }
  .consultation-btn a {
    font-size: 16px;
    padding: 17px 20px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 50px;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 25px;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: 465px;
    padding-top: 25px;
  }
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    padding: 25px 0 0 25px;
  }
  .creative-code-culture-section .content-section {
    max-width: 700px;
    margin-left: auto;
  }
  .creative-code-culture-section .content-section p {
    font-size: 35px;
    max-width: 700px;
    margin-left: auto;
  }
  .services-list-section .common-services ul li {
    padding: 30px;
  }
  .creative-code-culture-section {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  #scroll-creative .image-wrap {
    width: 1840px;
    margin: 0 0 0 -350px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 125px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li {
    font-size: 80px;
    line-height: 57px;
    letter-spacing: -4.96px;
  }
  .services-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .services-list-section {
    padding-top: 40px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 50px;
    letter-spacing: -2.16px;
  }
  .services-list-section .common-services ul li p {
    font-size: 17px;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 50px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 20px;
  }
  .services-list-section .tools-tab {
    padding-top: 65px;
    max-width: 1050px;
  }
  .services-list-section .tools-tab h4 {
    font-size: 36px;
  }
  .services-list-section .tabs .tab {
    font-size: 22px;
    padding: 8px 30px;
  }
  .counter-section .right-wrap ul li span.counter-desc {
    font-size: 14px;
  }
  .work-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .work-section .left-wrap h2 {
    font-size: 45px;
  }
  .work-section .right-wrap ul li .img-wrap img {
    height: 250px;
  }
  .work-section .right-wrap {
    padding-left: 50px;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 26px;
  }
  .work-section .right-wrap ul li .content-wrap .list {
    flex-wrap: wrap;
    gap: 10px 0px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    font-size: 12px;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 25px;
  }
  .counter-section .right-wrap h2 {
    font-size: 50px;
    letter-spacing: -2.16px;
    margin-left: -294px;
    margin-bottom: 70px;
    margin-top: -40px;
  }
  .counter-section span.common-border-text::before {
    bottom: 3px;
  }
  .counter-section .right-wrap {
    padding-left: 45px;
  }
  .counter-section .left-wrap {
    min-width: 580px;
    max-width: 580px;
  }
  .counter-section .right-wrap ul li p {
    font-size: 34px;
    padding-bottom: 4px;
    margin-bottom: 3px;
  }
  .choose-option-section .right-wrap ul li {
    padding: 10px 20px 25px 30px;
  }
  .counter-section .right-wrap ul li::before {
    height: 62px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 60px;
  }
  .counter-section .right-wrap .section-content {
    padding-bottom: 30px;
  }
  .counter-section .right-wrap .view-all-btn.black {
    margin-top: 50px;
  }
  .counter-section {
    padding-bottom: 105px;
  }
  .choose-option-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 45px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
  }
  .choose-option-section .right-wrap {
    padding-left: 35px;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 23px;
  }
  .choose-option-section .left-wrap p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .choose-option-section .left-wrap {
    min-width: 480px;
    max-width: 480px;
  }
  .choose-option-section .right-wrap ul li .number::after {
    height: 17px;
  }
  .choose-option-section .right-wrap ul li .number {
    font-size: 23px;
  }
  .case-study-section {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .case-study-section h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .case-study-section .slick-arrow {
    top: -79px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 28px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 30px;
  }
  .case-study-section .gallery-slider-wrap img {
    padding-left: 25px;
  }
  .logo-section ul {
    grid-gap: 0px 80px;
  }
  .logo-section ul li p {
    font-size: 14px;
  }
  .logo-section ul li::before {
    left: auto;
    right: -40px;
  }
  .logo-section {
    padding-bottom: 70px;
  }
  .client-section h2 {
    font-size: 42px;
    margin-bottom: 25px;
    letter-spacing: -0.4px;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 410px;
    max-width: 410px;
  }
  .client-section .video-wrap {
    padding: 30px 30px 30px 30px;
  }
  .client-section .right-wrap {
    padding-left: 35px;
  }
  .client-section .right-wrap p {
    font-size: 15px;
    margin-top: 15px;
  }
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 240px;
  }
  .client-section {
    padding-bottom: 100px;
  }
  .client-section .video-wrap .left-wrap > div .button {
    bottom: 70px;
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding: 0px 15px 0 35px;
    font-size: 15px;
  }
  .client-section .video-wrap .left-wrap > div .button::before {
    left: 20px;
  }
  .cta-section h2 {
    font-size: 50px;
    letter-spacing: -1.2px;
    margin-bottom: 17px;
  }
  .cta-section {
    padding-bottom: 70px;
  }
  .cta-section p {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .footer-section {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .footer-section .wrap h5 {
    font-size: 16px;
  }
  .footer-section .wrap ul li a {
    font-size: 14px;
  }
  .creative-code-culture-section .content-section {
    max-width: 700px;
  }
  .footer-section .join-our-team-section .left-wrap .content {
    padding-left: 16px;
  }
  .footer-section .join-our-team-section .left-wrap .content a,
  .footer-section .join-our-team-section .right-wrap .left p.bottom {
    font-size: 13px;
    margin-top: 3px;
  }
  .footer-section .join-our-team-section .left-wrap .content span,
  .footer-section .join-our-team-section .right-wrap .left p.top {
    font-size: 13px;
  }
  .footer-section .join-our-team-section {
    margin-bottom: 30px;
    padding: 31px 20px 31px 20px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
    padding-right: 35px;
    margin-right: 35px;
  }
  .footer-section .join-our-team-section {
    max-width: 800px;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding-right: 35px;
    margin-right: 35px;
  }
  .footer-section .join-our-team-section .right-wrap .left p {
    font-size: 14px;
  }
  .footer-section .wrap > div ul li {
    padding-bottom: 13px;
  }
  .footer-section .wrap {
    padding-bottom: 50px;
  }
  .footer-section .forth-colum {
    padding-right: 25px;
  }
  .footer-section .email a {
    font-size: 14px;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    height: 113px;
    top: -33px;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 50px;
    letter-spacing: -1.2px;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 18px;
    max-width: 630px;
  }
  .culture-bottom-section .img-wrap,
  .culture-bottom-section .img-wrap img {
    height: auto;
  }
  .culture-workplace-section .content-section {
    max-width: 700px;
  }
  .culture-workplace-section .content-section p {
    font-size: 35px;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -30px 0 20px 0;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 20px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
  }
  .content h2.common {
    font-size: 40px;
    margin: 0 0 15px 0;
  }
  .content h2.common::before {
    top: -35px;
    background-size: 70px;
  }
  .sport-wrap h1.common::before {
    top: -45px;
    right: -70px;
  }
  .communication-wrap .content h2.common::before {
    right: -20px;
    top: -50px;
    background-size: 70px;
  }
  .matheran-wrap .content h2.common::before {
    right: 10px;
    background-size: 70px;
    top: -45px;
  }
  .culture-team-section .team-wrap .content-section p {
    font-size: 40px;
    max-width: 680px;
  }
  .culture-team-section .team-wrap .content-section p span {
    padding-right: 35px;
  }
  .culture-team-section .team-wrap .right .content {
    padding: 15px 15px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
    padding: 50px 0 0 0;
  }
  .cloud-wrap .right-wrap,
  .communication-wrap .right-wrap {
    padding-left: 80px;
  }
  .matheran-wrap .left-wrap,
  .sport-wrap .left-wrap {
    padding-right: 80px;
  }
  .cloud-wrap {
    padding: 30px;
  }
  .sport-wrap {
    padding: 30px 30px 0 30px;
    margin: 60px 0 0 0;
  }
  .communication-wrap {
    padding: 0 30px;
    margin: 60px 0 0 0;
  }
  .matheran-wrap {
    padding: 0 30px 30px;
    margin: 60px 0 0 0;
  }
  .culture-banner-section {
    min-height: 550px;
  }
  .culture-workplace-section {
    padding: 50px 0 0 0;
  }
  .culture-cloud-wrap {
    margin: 20px 0 0 0;
  }
  .culture-team-section {
    padding: 60px 0 60px 0;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 10-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 50px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    line-height: 53px;
    max-width: 520px;
  }
  .work-banner-section h1 {
    max-width: 450px;
  }
  .work-banner-section ul > li {
    font-size: 17px;
  }
  .work-banner-section ul > li::before {
    top: 9px;
    left: -15px;
  }
  .team-banner-section p {
    font-size: 18px;
    line-height: 25px;
    max-width: 650px;
  }
  .team-wrap .common .box-wrap h3 {
    font-size: 18px;
  }
  .team-wrap .common .box-wrap .team-content p {
    font-size: 15px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    max-width: 280px;
  }
  .team-wrap .common .box-wrap .content.green h2 {
    max-width: 245px;
  }
  .team-wrap .common .box-wrap .content.green h2::before {
    top: -40px;
  }
  .team-wrap .common .box-wrap .content,
  .team-wrap .common .box-wrap .content.green {
    padding: 50px 20px 15px 20px;
  }
  .team-wrap .common .box-wrap .content h2::before {
    top: -43px;
    right: 35px;
  }
  .team-wrap .common .box-wrap .content.green h1 {
    max-width: 210px;
  }
  .team-wrap .common .box-wrap .content.green h1::before {
    top: -38px;
    right: 0;
  }
  .team-wrap .common .box-wrap {
    grid-gap: 40px 15px;
  }
  .team-section {
    margin: -39px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 60px 0px;
  }
  .team-wrap .common .box-wrap a.team-box-img {
    height: 220px;
  }
  .choose-option-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta-section.team {
    padding: 60px 0 60px 0;
  }
  .cta-section.work {
    padding-bottom: 60px;
  }
  .work-banner-section ul > li > a {
    font-size: 17px;
  }
  .work-bottom-section .work-wrap ul > li > div > a {
    height: 350px;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 25px;
  }
  .work-bottom-section .work-wrap ul > li p {
    font-size: 17px;
    line-height: 27px;
  }
  .work-bottom-section .work-wrap ul > li .list a {
    font-size: 12px;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-gap: 40px 15px;
  }
  .work-bottom-section {
    padding: 60px 0 60px 0;
  }
  .choose-option-section.team {
    padding-bottom: 60px;
  }
  .choose-option-section .left-wrap h2 span.common-border-text::before {
    width: 100%;
    bottom: -3px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 80px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -50px;
  }
  span.common-border-text::before {
    bottom: 0;
  }
  /*End of the day 10-12-2024*/
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 50px;
    letter-spacing: -1.2px;
  }
  .about-banner-section span.common-border-text::before {
    bottom: 0;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 18px;
  }
  .about-banner-section h3 {
    font-size: 36px;
  }
  .about-value-section .container {
    padding-top: 80px;
  }
  .about-value-section .section-content p {
    font-size: 35px;
    max-width: 100%;
  }
  .about-value-section .section-content {
    padding-bottom: 10px;
  }
  #what-scroll li {
    font-size: 150px;
    margin: 0 0 60px 0;
  }
  #what-scroll li {
    margin: 0;
  }
  .about-value-section .section-content p span {
    padding-right: 70px;
  }
  .about-building-section ul li .content {
    bottom: 20px;
  }
  .about-building-section ul li {
    min-width: 250px;
    max-width: 250px;
    padding: 20px;
    height: 370px;
  }
  .about-building-section ul li:nth-child(2),
  .about-building-section ul li:nth-child(3),
  .about-building-section ul li:nth-child(4),
  .about-building-section ul li:nth-child(5) {
    margin-left: -63px;
  }
  .about-building-section ul li .content h4 {
    font-size: 22px;
    margin-top: 15px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-wrap p {
    margin-bottom: 15px;
  }
  .about-customer-section .wrap {
    max-width: unset;
    text-align: center;
  }
  .about-customer-section .wrap span {
    font-size: 35px;
    line-height: 37px;
  }
  .about-strength-section .right-wrap {
    padding-left: 50px;
  }
  .about-strength-section .left-wrap {
    min-width: 600px;
    max-width: 600px;
  }
  .about-strength-section {
    padding-bottom: 80px;
  }
  .about-customer-section {
    padding: 80px 0 80px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 60px;
    margin-right: 40px;
  }
  .about-performance-section {
    padding: 80px 0 80px 0;
  }
  .about-performance-section .about-wrap h2 {
    font-size: 50px;
    letter-spacing: -1.2px;
    line-height: 53px;
    max-width: 500px;
  }
  .about-performance-section ul li .content h4 {
    font-size: 22px;
    margin: 15px 0 10px 0;
  }
  .about-performance-section ul li .content p {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.36px;
  }
  .about-reviews-section {
    padding: 80px 0px 80px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 1000px;
  }
  .about-reviews-section .heading-wrap h2 {
    font-size: 50px;
    letter-spacing: -1.2px;
    line-height: 53px;
    max-width: 750px;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-work-section {
    padding: 0 0 80px 0;
  }
  .about-work-section ul {
    gap: 15px;
    grid-template-columns: 19.2% 29% 19% 29%;
  }
  .about-work-section ul li .img-wrap img {
    height: 250px;
  }
  .about-cta-section.cta-section {
    padding: 80px 0 80px 0;
  }
  .about-cta-section .wrap {
    max-width: 550px;
  }
  .logo-slider .marquee {
    width: 1600px;
  }
  .career-banner-section {
    padding: 150px 0 80px 0;
  }
  .career-banner-section h1 {
    max-width: 650px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -5px 0 0 0;
  }
  .career-banner-section p {
    max-width: 740px;
  }
  .career-scroll-section .container {
    padding-top: 80px;
  }
  .career-scroll-section {
    padding: 0 0 80px 0;
  }
  .career-scroll-section .section-content {
    padding: 80px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .career-scroll-section ul.cards li {
    padding: 20px;
    width: 245px;
  }
  .career-scroll-section .section-content p {
    font-size: 35px;
    line-height: 45px;
    max-width: 770px;
  }
  .career-scroll-section .section-content p span {
    padding-right: 70px;
  }
  .career-opening-section {
    padding: 0 0 80px 0;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 0px 0 0 70px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 28px;
    line-height: 50px;
  }
  .career-opening-section .left-wrap p,
  .career-opening-section .right-wrap ul li p,
  .career-appoint-section ul li .content-wrap p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-opening-section .left-wrap p {
    max-width: 390px;
  }
  .career-appoint-section {
    padding: 80px 0 80px 0;
  }
  .career-appoint-section ul li .content-wrap {
    padding: 20px;
  }
  .career-appoint-section h2 {
    font-size: 50px;
    line-height: 53px;
    margin: 0 0 30px 0;
  }
  .career-appoint-section ul li .content-wrap h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .career-selection-section {
    padding: 80px 0 80px 0;
  }
  .career-appoint-section ul {
    grid-gap: 20px;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 22px;
    margin: 20px 0 0 0;
  }
  .career-selection-section ul.selection-steps li .content p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-selection-section ul.selection-steps {
    grid-gap: 0 30px;
  }
  .career-selection-section .reveiew-details {
    grid-template-columns: auto 400px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 17px;
    line-height: 27px;
  }
  .career-selection-section .reveiew-details .left-wrap span {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section .reveiew-details .left-wrap h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-template-columns: 150px auto;
    grid-gap: 25px;
    padding: 30px 20px;
  }
  .career-selection-section .reveiew-details .img-wrap img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 18px;
  }
  .career-scroll-section #what-scroll {
    transform: translateX(467.75px);
    margin: 0 0 0 -230px;
  }
  .contact-top-section {
    padding: 154px 0 60px 0;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: auto 530px;
    grid-gap: 0 60px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 30px 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 17px;
    line-height: 27px;
    padding: 0 0 14px 38px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    padding: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -1.45px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer {
    max-width: 140px;
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer::before {
    right: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap input.button {
    padding: 17px 44px 17px 20px !important;
    font-size: 16px;
    max-width: 140px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -1.45px;
    margin: 0 0 31px 0;
  }
  .contact-steps-section {
    padding: 0 0 60px 0;
  }
  .contact-steps-section .steps-wrap ul li {
    padding: 15px 15px 0 15px;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 17px;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 17px;
    letter-spacing: -0.2px;
    padding: 2px 10px 3px 10px;
    width: 90px;
  }
  .contact-steps-section .proud-wrap {
    padding: 60px 0 0 0;
  }
  .contact-steps-section .proud-wrap img {
    height: 500px;
  }
  .contact-availability-section {
    padding: 0 0 60px 0;
  }
  .contact-availability-section ul {
    grid-gap: 20px;
  }
  .contact-availability-section ul li h3 {
    font-size: 28px;
  }
  .blog-top-section {
    padding: 157px 0 60px 0;
  }
  .blog-top-section ul {
    grid-gap: 50px 20px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 200px;
  }
  .blog-top-section ul li p.date {
    font-size: 15px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 22px;
  }
  .cta-section.blog {
    padding-bottom: 60px;
  }
  .blog-det-section {
    padding: 157px 0 80px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 15px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 38px;
    letter-spacing: -1.02px;
    max-width: 620px;
    margin: 0 0 30px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 30px;
    margin: 30px 0 20px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 24px;
    margin: 25px 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p {
    font-size: 17px;
    margin: 0 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap ul li {
    font-size: 17px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 2px;
  }
  .blog-det-recent-section {
    padding: 80px 0 80px 0;
  }
  .blog-det-recent-section h2 {
    font-size: 45px;
    margin: 0px 0px 30px 0;
  }
  .blog-det-recent-section ul {
    grid-gap: 50px 20px;
  }
  .blog-det-recent-section ul li .img-wrap a img {
    height: 200px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 15px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 22px;
  }
  .cta-section.blog-det {
    padding: 80px 0 80px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 440px;
  }
  .fds-banner-section h1 {
    font-size: 50px;
    letter-spacing: -2.2px;
  }
  .fds-banner-section p {
    font-size: 18px;
  }
  .fds-banner-section .rating-wrap {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section p {
    font-size: 20px;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 45px;
    letter-spacing: -2.2px;
  }
  .fds-manage-section .content-wrap {
    padding: 50px 0 0 0;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 35px;
    margin: 0 0 10px 0;
  }
  .fds-manage-section .content-wrap .box-wrap p,
  .fds-manage-section .content-wrap .box-wrap ul li,
  .fds-about-section ul li .content p,
  .fds-frequently-section p {
    font-size: 17px;
  }
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+1),
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) {
    grid-gap: 0 60px;
  }
  .fds-manage-section .content-wrap .box-wrap p {
    margin: 0 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap ul li {
    padding: 0 0 10px 30px;
  }
  .fds-manage-section .content-wrap .box-wrap ul li::before {
    top: 5px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fds-about-section {
    padding: 80px 0 80px 0;
  }
  .fds-about-section ul {
    grid-gap: 30px 35px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .fds-why-choose-section .wrap {
    grid-template-columns: 55.7% 34.9%;
  }
  .fds-why-choose-section .left-wrap ul {
    padding: 30px 0 0 0;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 30px;
  }
  .fds-why-choose-section .left-wrap ul li {
    padding: 0 0 20px 50px;
  }
  .fds-why-choose-section .left-wrap ul li::before {
    width: 35px;
    height: 37px;
    background-size: 35px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
    background-position: 0 -92px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
    background-position: 0 -184px;
  }
  .fds-scroll-section {
    padding: 80px 0 80px 0;
  }
  .fds-scroll-section .wrap .common {
    grid-gap: 15px;
  }
  .fds-scroll-section .wrap .scroll-box1 {
    margin-bottom: 15px;
  }
  .fds-frequently-section {
    padding: 80px 0 80px 0;
  }
  .fds-frequently-section .wrap {
    grid-template-columns: 36.9% 52.6%;
  }
  .fds-latest-section {
    padding: 80px 0 80px 0;
  }
  .fds-latest-section ul {
    grid-gap: 50px 20px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: 200px;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 22px;
  }
  .fds-latest-section ul li .date {
    font-size: 15px;
  }
  .cta-section.fds {
    padding: 80px 0 80px 0;
  }
  .cta-section.fds .wrap p {
    font-size: 17px;
  }
  .privacy-policy-page {
    padding: 140px 0 70px;
  }
  .privacy-policy-page h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .privacy-policy-page h2 {
    font-size: 24px;
  }
  .privacy-policy-page p,
  .privacy-policy-page ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .b2b-page h2:not(.b2b-cta-title) {
    font-size: 40px;
    letter-spacing: -1.3px;
  }
  .number-sec {
    padding: 80px 0;
  }
  .b2b-page .number-sec h2 {
    margin-bottom: 35px;
  }
  .number-sec .num-wrap p.num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .number-sec .num-wrap p.num-text {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .number-sec .bottom-sec {
    padding-top: 60px;
  }
  .b2b-page .number-sec .bottom-sec h2 {
    margin-bottom: 20px;
  }
  .we-solve-sec {
    padding: 80px 0;
  }
  .b2b-page .we-solve-sec h2,
  .b2b-page .fueled-growth-sec .wrap h2 {
    font-size: 50px;
    letter-spacing: -0.56px;
  }
  .we-solve-sec .box-wrap .single-wrap > div {
    padding: 35px 30px 30px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text {
    margin-bottom: 15px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text::before {
    top: -4px;
    width: 27px;
    height: 27px;
  }
  .we-solve-sec .box-wrap .single-wrap p.title {
    font-size: 21px;
  }
  .we-solve-sec p.bottom-text {
    font-size: 20px;
    line-height: 150%;
  }
  .we-solve-sec .box-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mvp-sec {
    padding-top: 80px;
  }
  .mvp-sec .box {
    margin-top: 36px;
    grid-gap: 30px;
    padding-bottom: 50px;
  }
  .mvp-sec .box p.title {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 30px;
    max-width: 695px;
    margin: 0 0 20px 0;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 193px;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr 510px;
    grid-gap: 70px;
  }
  .fueled-growth-sec .wrap h2 {
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap .left-col p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap p.title {
    font-size: 18px;
  }
  .fueled-growth-sec .wrap li {
    margin-left: 60px;
  }
  .fueled-growth-sec .wrap li::before {
    left: -52px;
    top: 11px;
    height: 40px;
    width: 40px;
  }
  .fueled-growth-sec .box {
    margin-top: 50px;
    grid-gap: 20px;
  }
  .fueled-growth-sec .box .single-box,
  .fueled-growth-sec .inner-box {
    padding: 40px;
  }
  .fueled-growth-sec .inner-box {
    margin-top: 50px;
    grid-gap: 50px;
  }
  .fueled-growth-sec .box p.title,
  .fueled-growth-sec .inner-box h3 {
    font-size: 35px;
  }
  .fueled-growth-sec .box ul li,
  .fueled-growth-sec .inner-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 31px;
  }
  .fueled-growth-sec .box ul li::before,
  .fueled-growth-sec .inner-box ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .comparison-sec {
    padding: 80px 0;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 258px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table > div .single {
    padding: 30px 20px;
  }
  .comparison-sec .comparison-table .top-table p {
    font-size: 18px;
  }
  .comparison-sec .comparison-table .midlle-table .single:first-child p {
    font-size: 16px;
  }
  .review-sec .wrap {
    grid-gap: 56px;
    grid-template-columns: 1fr 462px;
  }
  .review-sec .review-swiper p.review {
    font-size: 18px;
  }
  .review-sec .review-swiper {
    height: 540px;
  }
  .review-sec .review-swiper .slider-wrap {
    padding: 40px;
  }
  .review-sec .review-swiper p.name {
    font-size: 18px;
  }
  .review-sec .wrap .consultation-btn {
    margin-top: 30px;
  }
  .review-sec .wrap .left-col {
    padding: 80px 0;
  }
  .review-sec .wrap::before,
  .review-sec .wrap::after {
    height: 80px;
  }
  .b2b-page .fds-frequently-section {
    padding: 70px 0;
  }
  .b2b-page .fds-frequently-section h2 {
    letter-spacing: 0px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-title {
    font-size: 20px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:first-child {
    font-size: 100px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:last-child {
    font-size: 60px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-text {
    font-size: 30px;
    letter-spacing: 0;
  }
  .blog-detail {
    padding: 140px 0 80px;
  }
  .blog-detail h1 {
    font-size: 40px;
  }
  .blog-detail h2 {
    font-size: 30px;
    margin: 30px 0 16px;
  }
  .blog-detail h3 {
    font-size: 22px;
    margin: 22px 0 10px;
  }
  .blog-detail .authorbox {
    margin-top: 50px;
  }
  .single-post .cta-section {
    padding: 80px 0;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 35px;
  }
  .page-template-digital-marketing-collaboration .fueled-growth-sec {
    padding: 70px 0;
  }
  .logosection {
    padding-bottom: 70px;
  }
  .review-sec .wrap .left-col {
    padding: 70px 0;
  }
  .impact {
    padding: 70px 0;
  }
  .review-sec .wrap .right-col .box h4 {
    font-size: 26px;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .review-sec .wrap .right-col .box {
    padding: 27px 31px;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 19px;
  }
  .we-solve-sec .linerlist {
    gap: 30px;
  }
  .we-solve-sec .linerlist {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .we-solve-sec .linerlist .single p,
  .every .inner .txt p,
  .every .inner ul li .texts p,
  .between .inner .subtext p {
    font-size: 16px;
  }
  .every .inner ul {
    gap: 46px;
    margin-top: 50px;
  }
  .page-template-technical-consulting .fueled-growth-sec .wrap {
    grid-gap: 22px;
  }
  .we-solve-sec .linerlist .single p {
    padding-right: 0;
  }
  .every,
  .between,
  .growth-requires-more,
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 70px 0;
  }
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 70px 0;
  }
  .between .inner .box ul li {
    padding: 21px 53px;
  }
  .between .inner .box ul li:before {
    top: 24px;
    left: 24px;
    width: 21px;
    height: 21px;
    background-size: contain !important;
  }
  .every .inner ul {
    gap: 36px;
  }
  .every .inner ul li .innerbox h3 {
    padding-left: 14px;
  }
  .every .inner ul li .texts p {
    font-size: 15px;
  }
  .between .inner .box h3 {
    padding: 25px 0;
    font-size: 19px;
  }
  .pointslist li {
    font-size: 16px;
  }
  .between .inner h2 {
    margin-bottom: 40px;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .behind .inner .list {
    margin-top: 50px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 24px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 31px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 50px;
  }
  .ui-ux .inner .list {
    margin-bottom: 26px;
  }
  .ui-ux .inner .list {
    display: grid;
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .devloments .inner ul {
    gap: 16px;
  }
  .ui-ux,
  .ui-and-us-service,
  .page-template-ui-ux-design .mvp-sec,
  .devloments {
    padding: 70px 0;
  }
  .review-sec .review-swiper p.review {
    font-weight: 400;
    letter-spacing: 0;
  }
  .ui-ux .inner .list .box {
    padding: 43px;
  }
  .ui-and-us-service .inner .right ul li {
    margin-bottom: 12px;
  }
  .behind,
  .page-template-ui-ux-design .mvp-sec .container,
  .page-template-ui-ux-design .fueled-growth-sec,
  .hover-images,
  .ui-ux {
    padding-bottom: 70px;
  }
  .behind .inner .list .box .p-title {
    margin-bottom: 10px;
  }
  .mvp-sec .box {
    grid-gap: 20px;
  }
  .mvp-sec .box p.title {
    font-size: 21px;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 22px;
  }
  .devloments .inner div.text {
    max-width: 965px;
  }
  .devloments .inner ul li .title {
    font-size: 22px;
  }
  .devloments .inner ul li {
    padding-bottom: 72px;
  }
  .ui-ux .inner h2 {
    margin-bottom: 30px;
  }
  .behind .inner .list .box span {
    font-size: 50px;
  }
  .behind .inner .list .box .p-title {
    font-size: 22px;
  }
  .banner-section .left-wrap h1 b {
    font-size: 105px;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 135px;
  }
  .banner-section .left-wrap p {
    font-size: 15px !important;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 30px;
  }
  .blog-detail .post-image .heading {
    transform: translate(13%, -50%);
  }
  .error404 .page-not-found-section h2 {
    font-size: 26px;
    padding-bottom: 60px;
    letter-spacing: 0;
  }
  .error404 .page-not-found-section p {
    font-size: 19px;
  }
  .error404 .page-not-found-section {
    padding: 14% 0;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 18px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 40px;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0 0;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 70px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap .inners h5 {
    font-size: 16px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 35px;
    letter-spacing: -2.3px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  .about-strength-section .left-right-wrap .inners {
    grid-template-columns: auto 450px;
  }
  /**/
  .built {
    padding: 80px 0;
  }
  .built .inner h2,
  .outcome .right h2 {
    font-size: 40px;
  }
  .built .inner span {
    font-size: 20px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .built .inner .text {
    max-width: 100%;
  }
  .built .inner .text p {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
    padding-bottom: 10px;
  }
  .page-template-custom-ai .mvp-sec .box {
    padding-bottom: 80px;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .post-type-archive-case-studies .case-study-section h1 {
    font-size: 40px;
  }
  .post-type-archive-case-studies .case-study-section h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .single-case-studies .cta-section h2 {
    font-size: 33px;
    letter-spacing: 0;
  }
  .banner-section .left-wrap .btn-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .blogbackto {
    padding: 130px 0 0px;
  }
  .blog-detail {
    padding: 0px 0 70px;
  }
  .blog-detail .content ul li::before,
  .blog-detail .content ol li::before {
    top: 1px;
  }
  .blog-detail {
    margin-top: 30px;
  }
  .fds-banner-section {
    padding: 100px 0 80px 0;
    min-height: 420px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right .middle .content .content-wraps {
    font-size: 13px;
  }
  .footer-section .join-our-team-section .right-wrap .right button {
    width: 28px;
    height: 28px;
    background-position: center;
  }
  .footer-section .join-our-team-section .right-wrap .right button::before {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #gform_confirmation_message_1 .links,
  #gform_confirmation_message_1 strong {
    font-size: 15px;
  }
  .formbottom p {
    font-size: 18px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    height: 421px;
  }
  .gform_wrapper h2.gform_title {
    font-size: 25px;
  }
  body p,
  .blog-detail .content ul li,
  .blog-detail .content a {
    font-size: 16px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 21px;
    cursor: pointer;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 16px;
    font-size: 30px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 30px;
  }
  .crm-cta .inner h2 {
    padding-bottom: 30px;
  }
  .custom-crm .inner {
    padding: 70px;
    padding-bottom: 70px;
  }
  .process .inner .toggle {
    grid-template-columns: 410px auto;
  }
  .crm-cta .inner {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .process .inner {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .custom-crm {
    margin-bottom: 80px;
  }
  .custom-crm .inner p,
  .process .inner .box .right .text p,
  .process .inner .toggle .panels .panel .tabbox .txt p {
    font-size: 16px;
  }
  /**/
  .container {
    width: 920px;
  }
  .banner-section .left-wrap {
    min-width: 495px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .banner-section .left-wrap p {
    font-size: 17px;
    max-width: 390px;
  }
  .banner-section .left-wrap .btn-wrap {
    margin-top: 30px;
    align-items: center;
    max-width: 395px;
  }
  .consultation-btn a {
    font-size: 15px;
    padding: 16px 15px;
  }
  .consultation-btn a::after {
    margin-left: 9px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 30px;
  }
  .banner-section .left-wrap .view-all-btn a::before {
    top: -10px;
    left: -14px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .banner-section .left-wrap .view-all-btn a {
    font-size: 14px;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 25px;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: 425px;
    padding-top: 25px;
  }
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    padding-left: 25px;
  }
  .creative-code-culture-section .content-section {
    max-width: 700px;
    margin-left: auto;
  }
  .creative-code-culture-section .content-section p {
    font-size: 35px;
    max-width: 700px;
    margin-left: auto;
  }
  .services-list-section .common-services ul li {
    padding: 30px;
  }
  .creative-code-culture-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #scroll-creative .image-wrap {
    width: 1840px;
    margin: 0 0 0 -350px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 125px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li {
    font-size: 80px;
    line-height: 57px;
    letter-spacing: -4.96px;
  }
  .services-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .services-list-section {
    padding-top: 40px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 40px;
    letter-spacing: -2.16px;
  }
  .services-list-section .common-services ul {
    grid-gap: 20px 20px;
  }
  .services-list-section .common-services ul li p {
    font-size: 16px;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 30px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 20px;
  }
  .services-list-section .tabs {
    top: -4px;
  }
  .services-list-section .tools-tab .panels .panel ul li a {
    font-size: 15px;
    padding: 5px 15px;
  }
  .services-list-section .tools-tab {
    padding-top: 65px;
    max-width: 1050px;
  }
  .services-list-section .tools-tab h4 {
    font-size: 31px;
  }
  .services-list-section .tabs .tab {
    font-size: 20px;
    padding: 8px 30px;
  }
  .counter-section .right-wrap ul li span.counter-desc {
    font-size: 14px;
  }
  .work-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .work-section .left-wrap h2 {
    font-size: 40px;
  }
  .work-section .right-wrap ul li .img-wrap img {
    height: 230px;
  }
  .work-section .right-wrap ul li .img-wrap a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .work-section .right-wrap {
    padding-left: 50px;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 26px;
  }
  .work-section .right-wrap ul li .content-wrap .list {
    flex-wrap: wrap;
    gap: 10px 0px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    font-size: 12px;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 25px;
  }
  .work-section .right-wrap ul li:nth-child(2)::before {
    right: -30px;
    width: 100px;
    height: 100px;
    background-position: 9px 9px;
    background-size: 80px;
  }
  .counter-section .right-wrap h2 {
    font-size: 40px;
    letter-spacing: -2.16px;
    margin-left: -220px;
    margin-bottom: 70px;
    margin-top: -28px;
  }
  .counter-section .right-wrap {
    padding-left: 35px;
  }
  .counter-section .left-wrap {
    min-width: 530px;
    max-width: 530px;
  }
  .counter-section .right-wrap ul li p {
    font-size: 30px;
    padding-bottom: 2px;
    margin-bottom: 3px;
  }
  .choose-option-section .right-wrap ul li {
    padding: 10px 20px 25px 30px;
  }
  .counter-section .right-wrap ul li::before {
    height: 62px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 60px;
  }
  .counter-section .right-wrap .section-content {
    padding-bottom: 30px;
  }
  .counter-section .right-wrap .view-all-btn.black {
    margin-top: 50px;
  }
  .counter-section {
    padding-bottom: 85px;
  }
  .choose-option-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 40px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
  }
  .case-study-section .slick-slide {
    margin: 0px 10px;
  }
  .case-study-section .slick-list {
    margin: 0px -10px;
  }
  .choose-option-section .right-wrap {
    padding-left: 35px;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 23px;
  }
  .choose-option-section .left-wrap p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .choose-option-section .left-wrap {
    min-width: 480px;
    max-width: 480px;
  }
  .choose-option-section .right-wrap ul li .number::after {
    height: 17px;
  }
  .choose-option-section .right-wrap ul li .number {
    font-size: 23px;
  }
  .case-study-section {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .case-study-section h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .case-study-section .slick-arrow {
    top: -79px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 24px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 30px;
  }
  .case-study-section .gallery-slider-wrap img {
    padding-left: 15px;
  }
  .logo-section ul {
    grid-gap: 0px 60px;
  }
  .logo-section ul li p {
    font-size: 14px;
  }
  .logo-section ul li .logo-wrap img {
    max-width: 140px;
  }
  .logo-section ul li::before {
    left: auto;
    right: -40px;
  }
  .logo-section {
    padding-bottom: 60px;
  }
  .client-section h2 {
    font-size: 38px;
    margin-bottom: 25px;
    letter-spacing: -0.4px;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 410px;
    max-width: 410px;
  }
  .client-section .video-wrap {
    padding: 30px 30px 30px 30px;
  }
  .client-section .right-wrap {
    padding-left: 35px;
  }
  .client-section .right-wrap .wrap {
    padding-bottom: 10px;
  }
  .client-section .right-wrap p {
    font-size: 15px;
    margin-top: 15px;
  }
  .client-section {
    padding-bottom: 100px;
  }
  .cta-section h2 {
    font-size: 55px;
    letter-spacing: -3.88px;
    margin-bottom: 17px;
  }
  .cta-section {
    padding-bottom: 70px;
  }
  .cta-section p {
    margin-bottom: 25px;
  }
  .footer-section {
    padding-top: 75px;
    padding-bottom: 35px;
  }
  .footer-section .wrap h5 {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .footer-section .wrap ul li a {
    font-size: 13px;
  }
  .creative-code-culture-section .content-section {
    max-width: 700px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
  }
  .footer-section .join-our-team-section {
    max-width: 800px;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding-right: 25px;
    margin-right: 25px;
  }
  .footer-section .join-our-team-section .left-wrap .content {
    padding-left: 16px;
  }
  .footer-section .join-our-team-section .right-wrap {
    padding-left: 20px;
  }
  .footer-section .join-our-team-section .left-wrap .content a,
  .footer-section .join-our-team-section .right-wrap .left p.bottom {
    font-size: 13px;
    margin-top: 3px;
  }
  .footer-section .join-our-team-section .left-wrap .content span,
  .footer-section .join-our-team-section .right-wrap .left p.top {
    font-size: 13px;
  }
  .footer-section .join-our-team-section {
    margin-bottom: 30px;
    padding: 30px 20px 30px 20px;
  }
  .footer-section .join-our-team-section .right-wrap .left p {
    font-size: 13px;
  }
  .footer-section .wrap > div ul li {
    padding-bottom: 13px;
  }
  .footer-section .wrap {
    padding-bottom: 50px;
  }
  .footer-section .email a {
    font-size: 14px;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    top: -32px;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 17px;
    max-width: 500px;
  }
  .culture-cloud-wrap {
    margin: 20px 0 0 0;
  }
  .culture-bottom-section .img-wrap,
  .culture-bottom-section .img-wrap img {
    height: auto;
  }
  .culture-workplace-section .content-section {
    max-width: 700px;
  }
  .culture-workplace-section .content-section p {
    font-size: 35px;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -30px 0 20px 0;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 20px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
  }
  .content h2.common {
    font-size: 35px;
    margin: 0 0 15px 0;
    padding: 0 40px 0 0;
  }
  .content h2.common::before {
    top: -30px;
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
  .sport-wrap h1.common::before {
    top: -35px;
    right: -80px;
  }
  .communication-wrap .content h2.common::before {
    right: -30px;
    top: -40px;
    background-size: 60px;
  }
  .matheran-wrap .content h2.common::before {
    right: -5px;
    background-size: 60px;
    top: -40px;
  }
  .culture-team-section .team-wrap .content-section p {
    font-size: 38px;
    max-width: 680px;
  }
  .culture-team-section .team-wrap .content-section p span {
    padding-right: 35px;
  }
  .culture-team-section .team-wrap .right .content {
    padding: 15px 15px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 20px;
    padding: 50px 0 0 0;
  }
  .cloud-wrap .right-wrap,
  .communication-wrap .right-wrap {
    padding-left: 60px;
  }
  .matheran-wrap .left-wrap,
  .sport-wrap .left-wrap {
    padding-right: 60px;
  }
  .cloud-wrap {
    padding: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -20px 0 20px 0;
  }
  .sport-wrap {
    padding: 20px 20px 0 20px;
    margin: 60px 0 0 0;
  }
  .communication-wrap {
    padding: 0 20px;
    margin: 60px 0 0 0;
  }
  .matheran-wrap {
    padding: 0 20px 20px;
    margin: 60px 0 0 0;
  }
  .culture-banner-section {
    min-height: 550px;
  }
  .culture-workplace-section {
    padding: 50px 0 0 0;
  }
  .culture-team-section {
    padding: 60px 0 60px 0;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 10-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    line-height: 44px;
    max-width: 400px;
  }
  .team-banner-section h1 span.common-border-text::before,
  .choose-option-section .left-wrap h2 span.common-border-text::before,
  .work-banner-section h1 span.common-border-text::before {
    bottom: 0px;
  }
  .work-banner-section h1 {
    max-width: 360px;
  }
  .work-banner-section ul > li {
    font-size: 16px;
  }
  .work-banner-section ul > li::before {
    top: 9px;
    left: -15px;
  }
  .team-banner-section p {
    font-size: 17px;
    line-height: 25px;
    max-width: 610px;
  }
  .team-wrap .common .box-wrap h3 {
    font-size: 16px;
  }
  .team-wrap .common .box-wrap .team-content p {
    font-size: 14px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
    max-width: 220px;
  }
  .team-wrap .common .box-wrap .content,
  .team-wrap .common .box-wrap .content.green {
    padding: 35px 20px 15px 20px;
  }
  .team-wrap .common .box-wrap .content h2::before {
    top: -24px;
    right: 25px;
    width: 40px;
    height: 53px;
    background-size: 40px;
  }
  .team-wrap .common .box-wrap .content.green h2 {
    max-width: 185px;
  }
  .team-wrap .common .box-wrap .content.green h2::before {
    top: -24px;
    width: 40px;
    height: 53px;
    background-size: 40px;
  }
  .team-wrap .common .box-wrap .content.green h1 {
    max-width: 170px;
  }
  .team-wrap .common .box-wrap {
    grid-gap: 40px 15px;
  }
  .team-section {
    margin: -39px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 60px 0px;
  }
  .team-wrap .common .box-wrap a.team-box-img {
    height: 220px;
  }
  .choose-option-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta-section.team {
    padding: 60px 0 60px 0;
  }
  .cta-section.team h2 {
    margin-bottom: 20px;
  }
  .cta-section.work {
    padding-bottom: 60px;
  }
  .work-banner-section ul > li:not(:last-child) {
    margin-bottom: 5px;
  }
  .work-banner-section ul > li > a {
    font-size: 16px;
  }
  .work-bottom-section .work-wrap ul > li > div > a {
    height: 350px;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 26px;
  }
  .work-bottom-section .work-wrap ul > li p {
    font-size: 16px;
    line-height: 26px;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-gap: 40px 15px;
  }
  .work-bottom-section {
    padding: 60px 0 60px 0;
  }
  .choose-option-section.team {
    padding-bottom: 60px;
  }
  .choose-option-section .left-wrap h2 span.common-border-text::before {
    width: 100%;
    bottom: -3px;
  }
  .work-bottom-section .work-wrap ul > li .list a {
    font-size: 12px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 60px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -50px;
  }
  /*End of the day 10-12-2024*/
  .header-main .header-right .main-menu > li > ul.service-ul > li > a {
    font-size: 18px;
  }
  .client-section .video-wrap .left-wrap > div .button {
    bottom: 70px;
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding: 0px 15px 0 35px;
    font-size: 15px;
  }
  .client-section .video-wrap .left-wrap > div .button::before {
    left: 20px;
  }
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 240px;
  }
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .about-banner-section span.common-border-text::before {
    bottom: 0;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 17px;
    max-width: 740px;
  }
  .about-banner-section .banner-img {
    height: auto;
    margin: 50px 0 0 0;
  }
  .about-banner-section h3 {
    font-size: 34px;
  }
  .about-value-section .container {
    padding-top: 60px;
  }
  .about-value-section .section-content p {
    font-size: 35px;
    max-width: 100%;
  }
  .about-value-section .section-content {
    padding-bottom: 10px;
  }
  #what-scroll li {
    font-size: 150px;
    margin: 0 0 60px 0;
  }
  #what-scroll li {
    margin: 0;
  }
  .about-value-section .section-content p span {
    padding-right: 70px;
  }
  .about-building-section ul li {
    min-width: 233px;
    max-width: 233px;
    padding: 20px;
    height: 330px;
  }
  .about-building-section ul li:nth-child(2),
  .about-building-section ul li:nth-child(3),
  .about-building-section ul li:nth-child(4),
  .about-building-section ul li:nth-child(5) {
    margin-left: -63px;
  }
  .about-building-section ul li .icon img {
    height: 60px;
  }
  .about-building-section ul li .content h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-wrap p {
    margin-bottom: 10px;
  }
  .about-customer-section .wrap {
    max-width: unset;
    text-align: center;
  }
  .about-customer-section .wrap span {
    font-size: 35px;
    line-height: 37px;
  }
  .about-strength-section .right-wrap {
    padding-left: 50px;
  }
  .about-strength-section .left-wrap {
    min-width: 500px;
    max-width: 500px;
  }
  .about-strength-section {
    padding-bottom: 60px;
  }
  .about-customer-section {
    padding: 60px 0 60px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 55px;
    margin-right: 30px;
  }
  .about-performance-section {
    padding: 60px 0 60px 0;
  }
  .about-performance-section .about-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
    line-height: 44px;
    max-width: 400px;
  }
  .about-performance-section ul {
    grid-gap: 0px 40px;
    margin: 40px 0 0 0;
  }
  .about-performance-section ul li .content h4 {
    font-size: 20px;
    margin: 15px 0 5px 0;
  }
  .about-performance-section ul li .content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
  .about-reviews-section {
    padding: 60px 0px 60px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 920px;
  }
  .about-reviews-section .heading-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
    line-height: 44px;
    max-width: 550px;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-work-section {
    padding: 0 0 60px 0;
  }
  .about-work-section ul {
    gap: 15px;
    grid-template-columns: 19.2% 28.4% 19% 28.4%;
  }
  .about-work-section ul li .img-wrap img {
    height: 250px;
  }
  .about-cta-section.cta-section {
    padding: 60px 0 60px 0;
  }
  .about-cta-section .wrap {
    max-width: 550px;
  }
  .logo-slider .marquee {
    width: 1450px;
  }
  .career-banner-section {
    padding: 150px 0 60px 0;
  }
  .career-banner-section h1 {
    max-width: 520px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -3px 0 0 0;
  }
  .career-banner-section p {
    max-width: 740px;
  }
  .career-scroll-section .container {
    padding-top: 60px;
  }
  .career-scroll-section {
    padding: 0 0 60px 0;
  }
  .career-scroll-section .section-content {
    padding: 60px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .career-scroll-section ul.cards li {
    padding: 20px 15px;
    width: 227px;
    height: 170px;
  }
  .career-scroll-section ul.cards li:nth-child(5) .icon img {
    margin: 110px 20px 0 auto;
    height: 100px;
  }
  .career-scroll-section .section-content p {
    font-size: 35px;
    line-height: 45px;
    max-width: 770px;
  }
  .career-scroll-section .section-content p span {
    padding-right: 70px;
  }
  .career-opening-section {
    padding: 0 0 60px 0;
  }
  .career-opening-section .wrap {
    grid-template-columns: 380px auto;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 0px 0 0 70px;
  }
  .career-opening-section .right-wrap ul li .opening-right a {
    width: 44px;
    height: 44px;
  }
  .career-opening-section .right-wrap ul li .opening-right a::before {
    background-position: 13px 14px;
    background-size: 15px;
  }
  .career-opening-section .right-wrap ul li .opening-right a:hover::before {
    background-position: 14px 15px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 26px;
    line-height: 45px;
  }
  .career-opening-section .left-wrap p,
  .career-opening-section .right-wrap ul li p,
  .career-appoint-section ul li .content-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  .career-opening-section .left-wrap p {
    max-width: 360px;
  }
  .career-appoint-section {
    padding: 60px 0 60px 0;
  }
  .career-appoint-section ul li img {
    height: 150px;
  }
  .career-appoint-section ul li .content-wrap {
    padding: 20px;
  }
  .career-appoint-section h2 {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 30px 0;
  }
  .career-appoint-section ul li .content-wrap h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .career-selection-section {
    padding: 60px 0 60px 0;
  }
  .career-appoint-section ul {
    grid-gap: 15px;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  .career-selection-section ul.selection-steps li .content p {
    font-size: 16px;
    line-height: 26px;
  }
  .career-selection-section ul.selection-steps {
    grid-gap: 0 30px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  .career-selection-section .reveiew-details .left-wrap span {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section .reveiew-details .left-wrap h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-gap: 25px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career-selection-section .reveiew-details .img-wrap img {
    height: 150px;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 17px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section .reveiew-details {
    grid-template-columns: auto 350px;
    grid-gap: 0 30px;
    margin: 80px 0 0 0;
  }
  .career-scroll-section #what-scroll {
    transform: translateX(487.6px);
    margin: 0 0 0 -240px;
  }
  .contact-top-section {
    padding: 154px 0 60px 0;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: auto 500px;
    grid-gap: 0 50px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 14px 30px;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li::before {
    top: 5px;
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    padding: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.75px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer {
    max-width: 140px;
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer::before {
    top: 20px;
    right: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap input.button {
    padding: 16px 44px 16px 20px !important;
    font-size: 15px;
    max-width: 140px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.45px;
    margin: 0 0 20px 0;
  }
  .contact-steps-section {
    padding: 0 0 60px 0;
  }
  .contact-steps-section .steps-wrap ul li {
    padding: 15px 10px 0 10px;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0 0;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 16px;
    letter-spacing: -0.2px;
    padding: 2px 10px 3px 10px;
    width: 90px;
  }
  .contact-steps-section .proud-wrap {
    padding: 60px 0 0 0;
  }
  .contact-steps-section .proud-wrap img {
    height: 500px;
  }
  .contact-availability-section ul {
    grid-gap: 20px;
  }
  .contact-availability-section ul li h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .contact-availability-section {
    padding: 0 0 60px 0;
  }
  .blog-top-section {
    padding: 157px 0 60px 0;
  }
  .blog-top-section ul {
    grid-gap: 50px 20px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 180px;
  }
  .blog-top-section ul li p.date {
    font-size: 14px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 20px;
  }
  .cta-section.blog {
    padding-bottom: 60px;
  }
  .blog-det-section {
    padding: 157px 0 60px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 15px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 38px;
    letter-spacing: -1.02px;
    max-width: 620px;
    margin: 0 0 30px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 30px;
    margin: 30px 0 20px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 24px;
    margin: 25px 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap ul li {
    font-size: 16px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 2px;
  }
  .blog-det-section .blog-det-wrap .right-wrap div.review {
    padding: 35px 25px 32px 25px;
    margin: 40px 0 0 0;
  }
  .blog-det-recent-section {
    padding: 60px 0 60px 0;
  }
  .blog-det-recent-section h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
    margin: 0px 0px 30px 0;
  }
  .blog-det-recent-section ul {
    grid-gap: 50px 20px;
  }
  .blog-det-recent-section ul li .img-wrap a img {
    height: 180px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 15px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 20px;
  }
  .cta-section.blog-det {
    padding: 60px 0 60px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 440px;
  }
  .fds-banner-section h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .fds-banner-section p {
    font-size: 17px;
  }
  .fds-banner-section .rating-wrap {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section .content-wrap {
    padding: 0 0 50px 0;
  }
  .fds-bottom-section p {
    font-size: 20px;
  }
  .fds-manage-section {
    padding: 50px 0 0 0;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .fds-manage-section .content-wrap {
    padding: 50px 0 0 0;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .fds-manage-section .content-wrap .box-wrap p,
  .fds-manage-section .content-wrap .box-wrap ul li,
  .fds-about-section ul li .content p,
  .fds-frequently-section p {
    font-size: 16px;
  }
  .fds-manage-section .content-wrap .box-wrap:not(:last-child) {
    padding-bottom: 50px;
  }
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+1),
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) {
    grid-gap: 0 50px;
  }
  .fds-manage-section .content-wrap .box-wrap p {
    margin: 0 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap ul li {
    padding: 0 0 10px 30px;
  }
  .fds-manage-section .content-wrap .box-wrap ul li::before {
    top: 5px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fds-about-section {
    padding: 60px 0 60px 0;
  }
  .fds-about-section ul {
    grid-gap: 30px 35px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .fds-why-choose-section .wrap {
    grid-template-columns: 55.7% 34.9%;
  }
  .fds-why-choose-section .left-wrap ul {
    padding: 30px 0 0 0;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 28px;
  }
  .fds-why-choose-section .left-wrap ul li {
    padding: 0 0 20px 50px;
  }
  .fds-why-choose-section .left-wrap ul li::before {
    width: 35px;
    height: 37px;
    background-size: 35px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
    background-position: 0 -92px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
    background-position: 0 -184px;
  }
  .fds-scroll-section {
    padding: 60px 0 60px 0;
  }
  .fds-scroll-section .wrap .common {
    grid-gap: 15px;
  }
  .fds-scroll-section .wrap .scroll-box1 {
    margin-bottom: 15px;
  }
  .fds-frequently-section {
    padding: 80px 0 60px 0;
  }
  .fds-frequently-section .wrap {
    grid-template-columns: 36.9% 52.6%;
  }
  .fds-latest-section {
    padding: 60px 0 60px 0;
  }
  .fds-latest-section ul {
    grid-gap: 50px 20px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: auto;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 20px;
  }
  .fds-latest-section ul li .date {
    font-size: 14px;
  }
  .cta-section.fds {
    padding: 60px 0 60px 0;
  }
  .cta-section.fds .wrap p {
    font-size: 16px;
  }
  .privacy-policy-page {
    padding: 140px 0 70px;
  }
  .privacy-policy-page h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .privacy-policy-page h2 {
    font-size: 24px;
  }
  .privacy-policy-page p,
  .privacy-policy-page ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .b2b-page h2:not(.b2b-cta-title) {
    font-size: 40px;
    letter-spacing: -1.3px;
  }
  .number-sec {
    padding: 80px 0;
  }
  .b2b-page .number-sec h2 {
    margin-bottom: 35px;
  }
  .number-sec .num-wrap p.num {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .number-sec .num-wrap p.num-text {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .number-sec .bottom-sec {
    padding-top: 60px;
  }
  .b2b-page .number-sec .bottom-sec h2 {
    margin-bottom: 20px;
  }
  .we-solve-sec {
    padding: 80px 0;
  }
  .b2b-page .we-solve-sec h2,
  .b2b-page .fueled-growth-sec .wrap h2 {
    font-size: 50px;
    letter-spacing: -0.56px;
  }
  .we-solve-sec .box-wrap .single-wrap > div {
    padding: 35px 30px 30px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text {
    margin-bottom: 15px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text::before {
    top: -4px;
    width: 27px;
    height: 27px;
  }
  .we-solve-sec .box-wrap .single-wrap p.title {
    font-size: 18px;
  }
  .we-solve-sec p.bottom-text {
    font-size: 18px;
    line-height: 150%;
  }
  .we-solve-sec .box-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mvp-sec {
    padding-top: 80px;
  }
  .mvp-sec .box {
    margin-top: 36px;
    grid-gap: 30px;
    padding-bottom: 50px;
  }
  .mvp-sec .box p.title {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 27px;
    max-width: 635px;
    margin: 0 0 20px 0;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 150px;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr 460px;
    grid-gap: 70px;
  }
  .fueled-growth-sec .wrap h2 {
    margin-bottom: 30px;
  }
  .fueled-growth-sec .wrap .left-col p {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .fueled-growth-sec .wrap p.title {
    font-size: 18px;
  }
  .fueled-growth-sec .wrap li {
    margin-left: 60px;
  }
  .fueled-growth-sec .wrap li::before {
    left: -52px;
    top: 11px;
    height: 40px;
    width: 40px;
  }
  .fueled-growth-sec .box {
    margin-top: 50px;
    grid-gap: 20px;
  }
  .fueled-growth-sec .box .single-box,
  .fueled-growth-sec .inner-box {
    padding: 30px;
  }
  .fueled-growth-sec .inner-box {
    margin-top: 50px;
    grid-gap: 50px;
  }
  .fueled-growth-sec .box p.title,
  .fueled-growth-sec .inner-box h3 {
    font-size: 30px;
    letter-spacing: -1.06px;
    margin-bottom: 20px;
  }
  .fueled-growth-sec .box ul li,
  .fueled-growth-sec .inner-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 31px;
  }
  .fueled-growth-sec .box ul li::before,
  .fueled-growth-sec .inner-box ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .comparison-sec {
    padding: 80px 0;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 258px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table > div .single {
    padding: 30px 20px;
  }
  .comparison-sec .comparison-table .top-table p {
    font-size: 18px;
  }
  .comparison-sec .comparison-table .midlle-table .single:first-child p {
    font-size: 16px;
  }
  .review-sec .wrap {
    grid-gap: 56px;
    grid-template-columns: 1fr 462px;
  }
  .review-sec .review-swiper p.review {
    font-size: 18px;
  }
  .review-sec .review-swiper {
    height: 540px;
  }
  .review-sec .review-swiper .slider-wrap {
    padding: 40px;
  }
  .review-sec .review-swiper p.name {
    font-size: 18px;
  }
  .review-sec .wrap .consultation-btn {
    margin-top: 30px;
  }
  .review-sec .wrap .left-col {
    padding: 50px 0;
  }
  .review-sec .wrap::before,
  .review-sec .wrap::after {
    height: 80px;
  }
  .review-sec .wrap h2 {
    margin-bottom: 25px;
  }
  .b2b-page .fds-frequently-section {
    padding: 80px 0;
  }
  .b2b-page .fds-frequently-section h2 {
    letter-spacing: 0px;
  }
  ul.faq li.faq-wrap h3.faq-question {
    font-size: 18px;
  }
  .cta-section.fds .wrap p {
    padding: 0 0 25px 0;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-title {
    font-size: 20px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:first-child {
    font-size: 100px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:last-child {
    font-size: 60px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-text {
    font-size: 28px;
    letter-spacing: 0;
  }
  .fds-why-choose-section .wrap .right-wrap img {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .fds-why-choose-section .wrap .right-wrap .btn-wrap {
    margin-top: 40px;
  }
  .blog-detail {
    padding: 140px 0 80px;
  }
  .blog-detail .container {
    width: 780px;
  }
  .blog-detail h1 {
    font-size: 35px;
  }
  .blog-detail h2 {
    font-size: 26px;
    margin: 30px 0 16px;
  }
  .blog-detail h3 {
    font-size: 20px;
    margin: 20px 0 5px;
  }
  .blog-detail .authorbox {
    margin-top: 50px;
    padding: 35px;
  }
  .blog-detail .authorbox p.authorbox-title {
    font-size: 22px;
  }
  .single-post .cta-section {
    padding: 80px 0;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 35px;
  }
  .page-template-digital-marketing-collaboration .fueled-growth-sec {
    padding: 70px 0;
  }
  .logosection {
    padding-bottom: 70px;
  }
  .review-sec .wrap .left-col {
    padding: 70px 0;
  }
  .impact {
    padding: 70px 0;
  }
  .review-sec .wrap .right-col .box h4 {
    font-size: 26px;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .review-sec .wrap .right-col .box {
    padding: 27px 31px;
  }
  .impact .inner .box {
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 17px;
  }
  .we-solve-sec .linerlist {
    gap: 15px;
  }
  .we-solve-sec .linerlist {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .we-solve-sec .linerlist .single p,
  .every .inner .txt p,
  .every .inner ul li .texts p,
  .between .inner .subtext p {
    font-size: 16px;
  }
  .every .inner ul {
    gap: 46px;
    margin-top: 40px;
  }
  .page-template-technical-consulting .fueled-growth-sec .wrap {
    grid-gap: 22px;
  }
  .we-solve-sec .linerlist .single p {
    padding-right: 0;
  }
  .every,
  .between,
  .growth-requires-more,
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 70px 0;
  }
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 70px 0;
  }
  .between .inner .box ul li {
    padding: 21px 53px;
  }
  .between .inner .box ul li:before {
    top: 24px;
    left: 24px;
    width: 21px;
    height: 21px;
    background-size: contain !important;
  }
  .every .inner ul {
    gap: 36px;
  }
  .every .inner ul li .innerbox h3 {
    padding-left: 14px;
  }
  .every .inner ul li .texts p {
    font-size: 15px;
  }
  .between .inner .box h3 {
    padding: 25px 0;
    font-size: 19px;
  }
  .pointslist li {
    font-size: 16px;
  }
  .between .inner h2 {
    margin-bottom: 40px;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .behind .inner .list .box .p-title {
    font-size: 19px;
  }
  .behind .inner .list {
    margin-top: 30px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 20px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 25px;
    padding-top: 20px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 30px;
  }
  .ui-ux .inner .list {
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec ul {
    margin-top: 9px !important;
  }
  .ui-ux .inner .list {
    display: grid;
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .devloments .inner ul {
    gap: 16px;
  }
  .ui-ux,
  .ui-and-us-service,
  .page-template-ui-ux-design .mvp-sec,
  .devloments {
    padding: 50px 0;
  }
  .review-sec .review-swiper p.review {
    font-weight: 400;
    letter-spacing: 0;
  }
  .ui-ux .inner .list .box {
    padding: 36px;
  }
  .ui-and-us-service .inner .right ul li {
    margin-bottom: 12px;
  }
  .behind .inner .list .box .p-title {
    font-size: 22px;
  }
  .behind,
  .page-template-ui-ux-design .mvp-sec .container,
  .page-template-ui-ux-design .fueled-growth-sec,
  .hover-images,
  .ui-ux {
    padding-bottom: 50px;
  }
  .behind .inner .list .box .p-title {
    margin-bottom: 10px;
  }
  .mvp-sec .box {
    grid-gap: 20px;
  }
  .mvp-sec .box p.title {
    font-size: 21px;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 19px;
  }
  .devloments .inner div.text {
    max-width: 965px;
  }
  .devloments .inner ul li .title {
    font-size: 17px;
  }
  .devloments .inner ul li {
    padding: 15px;
  }
  .b2b-page .fds-frequently-section {
    padding: 50px 0;
  }
  .devloments .inner ul li {
    padding-bottom: 72px;
  }
  .ui-ux .inner h2 {
    margin-bottom: 30px;
  }
  .behind .inner .list .box span {
    font-size: 50px;
  }
  .ui-and-us-service .inner .left h2 {
    font-size: 31px;
  }
  .ui-and-us-service .inner .left .text {
    margin-bottom: 23px;
  }
  .ui-and-us-service .inner {
    gap: 20px;
  }
  .ui-and-us-service .inner .right {
    padding-right: 0;
  }
  .ui-and-us-service .inner .right h3 {
    font-size: 27px;
    margin-bottom: 13px;
  }
  .we-solve-sec {
    padding: 50px 0;
  }
  .ui-ux .inner .list {
    gap: 20px;
  }
  .ui-ux .inner .list:after {
    width: 74px;
    height: 74px;
  }
  .ui-and-us-service .inner .left h2 {
    font-size: 30px;
  }
  .case-study-section .gallery-slider-wrap img {
    height: 150px;
  }
  .single-case-studies .cta-section {
    padding-top: 70px;
  }
  .banner-section .left-wrap h1 b {
    font-size: 105px;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 0px;
  }
  .banner-section .left-wrap p {
    font-size: 15px !important;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 25px;
  }
  .blog-detail .post-image .heading {
    transform: translate(13%, -50%);
  }
  .error404 .page-not-found-section h2 {
    font-size: 26px;
    padding-bottom: 60px;
    letter-spacing: 0;
  }
  .error404 .page-not-found-section p {
    font-size: 17px;
    padding-bottom: 51px;
  }
  .error404 .page-not-found-section {
    padding: 14% 0;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 17px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 35px;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0 0;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 70px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap .inners h5 {
    font-size: 16px;
  }
  .case-study-section .icon-slider-wrap .wrap .img-wrap img {
    height: 154px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 35px;
    letter-spacing: -2.3px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  .about-strength-section .left-right-wrap .inners {
    grid-template-columns: auto 350px;
    gap: 20px;
  }
  .about-building-section {
    height: 380px;
  }
  /**/
  .built {
    padding: 70px 0;
  }
  .built .inner h2,
  .outcome .right h2 {
    font-size: 35px;
  }
  .built .inner span {
    font-size: 20px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .built .inner .text {
    max-width: 100%;
  }
  .built .inner .text p {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
    padding-bottom: 10px;
  }
  .page-template-custom-ai .mvp-sec .box {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .post-type-archive-case-studies .case-study-section h1 {
    font-size: 30px;
  }
  .post-type-archive-case-studies .case-study-section h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .post-type-archive-case-studies .case-study-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 25px;
  }
  .blog-detail .post-image .heading {
    transform: translate(13%, -50%);
  }
  .case-study-section .icon-slider-wrap .wrap .img-wrap img {
    height: 154px;
  }
  .single-case-studies .cta-section {
    padding-top: 70px;
  }
  .case-study-section .gallery-slider-wrap img {
    height: 150px;
  }
  .single-case-studies .cta-section h2 {
    font-size: 25px;
    letter-spacing: 0;
  }
  .career-opening-section .left-wrap h2 {
    margin-bottom: 0;
  }
  .b2b-page .fueled-growth-sec .wrap h2 {
    margin-bottom: 20px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-title br {
    display: none;
  }
  .blog-detail .date-wrap p {
    letter-spacing: 0;
  }
  .choose-option-section .right-wrap ul li:before {
    opacity: 0 !important;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:first-child {
    letter-spacing: 0;
  }
  .header-main .header-right .wrap > .main-menu > li.submenu:hover > a::before,
  .header-main .header-right .wrap > .main-menu > li.submenu:hover > div > a::before {
    display: none;
  }
  .header-main .header-right .wrap > .main-menu > li.submenu > a::before,
  .header-main .header-right .wrap > .main-menu > li.submenu > div > a::before {
    display: none !important;
  }
  .blog-detail .cta,
  .blog-detail .authorbox {
    padding: 20px !important;
  }
  .blogbackto {
    padding: 77px 0 0px;
  }
  .post-image img {
    height: auto;
  }
  .blog-detail h2,
  .blog-detail h3 {
    letter-spacing: 0;
  }
  .blog-detail {
    padding: 0px 0 50px;
  }
  .blog-detail .content ul li::before,
  .blog-detail .content ol li::before {
    top: 3px;
  }
  .blog-detail {
    margin-top: 30px;
  }
  .fds-banner-section {
    padding: 100px 0 80px 0;
    min-height: 380px;
  }
  .footer-section .join-our-team-section .right-wrap {
    padding-left: 15px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right .middle .content .content-wraps {
    font-size: 13px;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #gform_confirmation_message_1 .links,
  #gform_confirmation_message_1 strong {
    font-size: 15px;
  }
  .formbottom p {
    font-size: 18px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    height: 421px;
  }
  .gform_wrapper h2.gform_title {
    font-size: 22px;
  }
  #header.blur {
    transform: inherit;
  }
  .logo-slider .marquee .marquee__group p {
    width: -moz-max-content;
    width: max-content;
  }
  .logo-slider .marquee .marquee__group {
    animation: scroll 450s linear infinite;
  }
  body p,
  .blog-detail .content ul li,
  .blog-detail .content a {
    font-size: 16px;
  }
  .process .inner .toggle .tabs .tab p {
    font-size: 19px;
    cursor: pointer;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }
  .process .inner .toggle .panels .panel .tabbox h3 {
    margin-bottom: 6px;
    font-size: 25px;
  }
  .process .inner .toggle .panels .panel .tabbox {
    padding: 30px;
  }
  .crm-cta .inner h2 {
    padding-bottom: 30px;
  }
  .custom-crm .inner {
    padding: 60px;
    padding-bottom: 70px;
  }
  .process .inner .toggle .tabs .tab span {
    max-width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 10px;
  }
  .process .inner .toggle {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
    gap: 20px;
  }
  .custom-crm .inner:before {
    width: 208.554px;
    height: 258.936px;
  }
  .process .inner .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .process .inner .box .right .text {
    max-width: 100%;
    text-align: center;
  }
  .process .inner .box .left h2 {
    text-align: center;
  }
  .crm-cta .inner {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .process .inner {
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .custom-crm {
    margin-bottom: 50px;
  }
  .custom-crm .inner p,
  .process .inner .box .right .text p,
  .process .inner .toggle .panels .panel .tabbox .txt p {
    font-size: 15px;
  }
  /**/
  .page-template-flutter-app-development,
  .page-template-smo-services,
  .page-template-crm-development,
  .page-template-fds-development,
  .page-template-ux-audit,
  .page-template-brand-identity,
  .page-template-prototype,
  .page-template-android-app-development,
  .page-template-ios-app-development,
  .page-template-blockchain,
  .page-template-ecommerce-development,
  .page-template-team-extension,
  .page-template-ui-ux-design,
  .page-template-it-consulting,
  .page-template-seo-services {
    overflow: hidden !important;
  }
  .fds-frequently-section .wrap .left-wrap,
  .page-template-smo-services .wrap .left-wrap,
  .page-template-crm-development .wrap .left-wrap,
  .page-template-fds-development .wrap .left-wrap,
  .page-template-ux-audit .wrap .left-wrap,
  .page-template-brand-identity .wrap .left-wrap,
  .page-template-prototype .wrap .left-wrap,
  .page-template-android-app-development .wrap .left-wrap,
  .page-template-ios-app-development .wrap .left-wrap,
  .page-template-blockchain .wrap .left-wrap,
  .page-template-ecommerce-development .wrap .left-wrap,
  .page-template-team-extension .wrap .left-wrap,
  .page-template-ui-ux-design .wrap .left-wrap,
  .page-template-it-consulting .wrap .left-wrap,
  .page-template-seo-services .wrap .left-wrap {
    position: relative;
    top: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .header-main .header-right .main-menu > li > ul > li div span::after {
    color: #b3bdba;
  }
  .header-main .header-right .main-menu > li > ul > li div span {
    width: 50px;
    height: 36px;
    position: absolute;
    right: 0;
    z-index: 9;
    display: block;
    top: 0;
  }
  body.home {
    overflow: hidden !important;
  }
  .fds-banner-section {
    padding: 100px 0 60px 0;
  }
  .container {
    width: 100%;
    padding: 0px 19px;
  }
  .header-main .header-right .main-menu > li > ul > li > a {
    padding-right: 40px !important;
  }
  html.nav_open .header .header-right .nav-section {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 32, 37, 0.45);
    backdrop-filter: blur(6px);
  }
  .header .header-right .nav-main {
    width: 100%;
    height: auto !important;
    padding: 63px 0px 0px;
    overflow-y: auto;
    z-index: 9;
    background: #fffffa;
    opacity: 0;
    display: none !important;
    height: 100vh;
    visibility: hidden;
  }
  html.nav_open .header .header-right .nav-main {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100dvh !important;
    position: relative;
    overflow-x: hidden;
  }
  .header-main .header-right .wrap > .main-menu {
    flex-direction: column;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .header-right .nav-main ul.menu {
    background: #fff url(../images/menu-sep.svg) no-repeat center bottom;
    padding: 30px 0;
    position: relative;
    z-index: 9;
    margin-top: 38px;
    overflow-y: visible;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    display: block;
  }
  .header .header-right .nav-main ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
  }
  .header .header-right .nav-main ul.menu li a {
    float: none;
    display: inline-block;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 16px;
    padding: 0;
    color: #333;
  }
  .header .header-right .nav-main ul.menu li a::after {
    display: none;
  }
  .header .header-right .nav-main ul.menu li a:hover {
    color: #df091d;
  }
  .header .header-right .nav-main ul.menu li .hover {
    display: none;
  }
  html.nav_open {
    overflow: hidden;
  }
  .res_navigation {
    position: absolute;
    right: 6px;
    top: -4px;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 99999;
    display: block;
    width: 45px;
    height: 36px;
  }
  .nav-toggle {
    transition: z-index 0s ease, opacity 0.2s 0.1s ease, border 0.2s ease, background 0.2s ease;
    display: flex;
    width: 45px;
    height: 36px;
    position: absolute;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-toggle > span {
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin-top: 0;
    position: relative;
    transform-style: preserve-3d;
  }
  .nav-toggle > span::before,
  .nav-toggle > span::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .nav-toggle > span::after {
    top: auto;
    bottom: -6px;
  }
  html.nav_open .nav-toggle span::before,
  html.nav_open .nav-toggle span::after {
    background: #002025;
    transition-duration: 0.2s;
  }
  html.nav_open .nav-toggle span::before {
    transform: rotate(-45deg);
    top: 0;
  }
  html.nav_open .nav-toggle span::after {
    transform: rotate(45deg);
    bottom: 0;
  }
  .header-main .header-right .wrap > .main-menu a {
    color: #001f25 !important;
  }
  .header-main .header-right .header-btn {
    margin-left: 30px;
    margin-right: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .header-main .header-right .main-menu li a,
  .header-main .header-right .main-menu > li > ul.service-ul > li > a,
  .header-main .header-right .main-menu > li > ul.service-ul > li > a > h3 {
    color: #001f25;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom p,
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom a::after,
  .header-main .header-right .wrap > .main-menu > li.mob-view a::after {
    display: none;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom a {
    padding: 0;
  }
  .header-main .header-right .wrap > .main-menu > li:not(:last-child) {
    margin-right: 12px;
  }
  .header-main .header-right .wrap > .main-menu > li,
  .header-main .header-right .main-menu > li > a + ul > li {
    padding: 0 0 15px 0px;
    margin: 0 0 15px 12px;
    border-bottom: 1px solid #dedfe0;
    display: flex;
    flex-direction: column;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li,
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom {
    padding: 0 0 15px 0px;
    margin: 0 0 15px 0px;
  }
  .header-main .header-right .wrap > .main-menu > li > ul {
    height: auto;
    display: block;
    opacity: 1;
    visibility: visible;
    position: unset;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: unset;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li:first-child,
  .header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(4) {
    padding-left: 0;
  }
  .header-main .header-right .main-menu > li > a + ul li.top ul.service-sub_menu,
  .header-main .header-right .wrap > .main-menu > li a.service,
  .header-main .header-right .main-menu > li > a + ul li.bottom ul.service-sub_menu,
  .header-main .header-right .main-menu > li > ul.service-ul > li:not(.bottom) > a::before {
    display: none;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom {
    background: transparent;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li > .active + ul.service-sub_menu,
  .header-main .header-right .wrap > .main-menu > li.submenu .active + ul.sublist {
    display: block !important;
  }
  .header-main .header-right .wrap > .main-menu > li.mob-view a span:after {
    display: none;
  }
  .header-main .header-right .wrap > .main-menu > li > ul.company-ul {
    padding-top: 10px;
    padding-left: 10px;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li div.active span,
  .header-main .header-right .wrap > .main-menu > li.submenu div.active span {
    transform: scaleY(-1);
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li.bottom:last-child {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li > a::after {
    display: none;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li > a span::after {
    content: "\f107";
    position: absolute;
    top: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    font-family: "fontawesome";
    color: #b3bdba;
    font-size: 18px;
  }
  .header-main .header-right .main-menu > li > a::after {
    right: 0;
    color: #b3bdba;
  }
  html.nav_open .header .header-main .logo a img.white {
    display: none;
  }
  html.nav_open .fixed .header .header-main .logo a img.white {
    display: none !important;
  }
  html.nav_open .header .header-main .logo a img.black {
    position: relative;
    z-index: 999;
    display: block;
    height: 22px;
  }
  #header {
    padding: 20px 0;
  }
  .header-main .header-right .header-btn {
    display: block;
  }
  .header-main .header-right .header-btn {
    margin: 0 15px;
  }
  .header-btn .outline-btn a {
    color: #001f25;
    background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
    width: 100%;
    text-align: center;
    line-height: 54px;
  }
  .header-btn .outline-btn a::before {
    display: none;
  }
  .header-main .header-right .contact-details-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
    z-index: 88;
  }
  .header-main .header-right .wrap .contact-details {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #002025;
    height: 56px;
    padding: 0 12px;
    border-radius: 0 0px;
    overflow: hidden;
  }
  .header-main .header-right .wrap .contact-details > div {
    position: relative;
    padding-left: 20px;
    align-items: center;
    display: flex;
  }
  .header-main .header-right .wrap .contact-details > div.email {
    margin-left: 20px;
  }
  .header-main .header-right .wrap .contact-details > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 13px;
    height: 19px;
    background: url(../images/phone-logo.png) no-repeat;
    background-size: 12px;
  }
  .header-main .header-right .wrap .contact-details > div.email::before {
    top: 2px;
    left: -3px;
    width: 19px;
    height: 14px;
    background: url(../images/mail-logo.png) no-repeat;
    background-size: 17px;
  }
  .header-main .header-right .wrap .contact-details a {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.52px;
  }
  .header-main .header-right .main-menu > li > a + ul.company-ul {
    display: none;
  }
  .header-main .header-right .main-menu > li > a.common-menu.active + .company-ul {
    display: block;
  }
  .header-main .header-right .main-menu > li > a + ul.company-ul {
    width: auto;
    min-width: 100%;
    height: 100%;
    padding: 23px 0 0 0;
  }
  .header-main .header-right .main-menu > li > a + ul.company-ul > li:last-child {
    margin: 0 0 0 12px;
    padding: 0;
    border: 0;
  }
  .header-main .header-right .main-menu > li > a + ul.company-ul > li:not(:last-child) {
    padding-bottom: 15px;
    border: 0;
    margin: 0 0 0px 12px;
  }
  .header-main .header-right .main-menu > li > a + ul.company-ul a {
    color: #001f25;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.28px;
    padding: 0;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(3),
  .header-main .header-right .main-menu > li > ul.service-ul > li:nth-child(6) {
    padding-right: 0;
  }
  .header-main .header-right .wrap > .main-menu > li.mob-view {
    display: block;
  }
  .header-main .header-right .wrap > .main-menu > li.mob-view a {
    display: flex;
    align-items: center;
  }
  .header-main .header-right .wrap > .main-menu > li.mob-view a span {
    font-size: 11px;
    border-radius: 4px;
    background: linear-gradient(90deg, #30d7f1 0%, #74f857 50.5%, #ebe645 100%);
    padding: 2px 5px;
    margin: 0 0 0 5px;
  }
  .header-main .header-right .wrap > .main-menu > li.mob-view a:hover span {
    color: #001f25;
  }
  .header-main .header-right .wrap > .main-menu > li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 17px;
    max-width: 500px;
  }
  .culture-workplace-section .content-section span {
    font-size: 14px;
  }
  .culture-bottom-section .img-wrap,
  .culture-bottom-section .img-wrap img {
    height: auto;
  }
  .culture-workplace-section .content-section {
    max-width: 530px;
  }
  .culture-workplace-section .content-section p {
    font-size: 27px;
  }
  .culture-cloud-wrap {
    margin: 20px 0 0 0;
  }
  .culture-cloud-wrap .common-wrap {
    flex-wrap: wrap;
  }
  .culture-cloud-wrap .common-wrap > div {
    width: 100%;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -30px 0 20px 0;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 20px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 22px;
  }
  .content h2.common {
    font-size: 35px;
    padding: 0 40px;
  }
  .content h2.common::before {
    top: -30px;
    background-size: 60px;
    width: 60px;
    height: 60px;
  }
  .sport-wrap h1.common::before {
    top: -25px;
    right: 0;
    left: auto;
    margin: 0;
  }
  .communication-wrap .content h2.common::before {
    right: -30px;
    top: -40px;
    background-size: 60px;
  }
  .matheran-wrap .content h2.common::before {
    right: -15px;
    background-size: 60px;
    top: -40px;
  }
  .culture-team-section .team-wrap .content-section p {
    font-size: 27px;
    max-width: 550px;
  }
  .culture-team-section .team-wrap .content-section p span {
    padding-right: 35px;
  }
  .culture-team-section .team-wrap .right .content {
    padding: 15px 15px;
  }
  .culture-team-section .team-wrap .right .content h3 {
    font-size: 18px;
    padding: 40px 0 0 0;
  }
  .cloud-wrap .right-wrap,
  .communication-wrap .right-wrap {
    padding-left: 60px;
  }
  .matheran-wrap .left-wrap,
  .sport-wrap .left-wrap {
    padding-right: 60px;
  }
  .cloud-wrap {
    padding: 40px 20px 20px;
  }
  .cloud-wrap .colum-wrap,
  .sport-wrap .colum-wrap,
  .communication-wrap .colum-wrap,
  .matheran-wrap .colum-wrap {
    display: none;
  }
  .colum-wrap.responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 30px 0;
  }
  .colum-wrap.responsive .left {
    margin-right: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: 0px 0 20px 0;
  }
  .cloud-wrap .colum-wrap .top img {
    border-radius: 20px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -20px 0 20px 0;
  }
  .sport-wrap {
    padding: 30px 20px 30px 20px;
    margin: 50px 0 0 0;
  }
  .communication-wrap {
    padding: 50px 20px 30px;
    margin: 50px 0 0 0;
  }
  .communication-wrap .colum-wrap > div.top .right img,
  .communication-wrap .colum-wrap > div.bottom .left img {
    border-radius: 20px;
  }
  .matheran-wrap {
    padding: 50px 20px 30px;
    margin-top: 50px;
  }
  .matheran-wrap .colum-wrap .left .top img {
    border-radius: 20px;
  }
  .sport-wrap .colum-wrap .left .bottom img {
    border-radius: 20px;
  }
  .culture-team-section .team-wrap .content-section p span {
    font-size: 14px;
  }
  .culture-banner-section {
    min-height: 525px;
  }
  .culture-workplace-section {
    padding: 50px 0 0 0;
  }
  .culture-team-section {
    padding: 50px 0 50px 0;
  }
  /*End of the day 05-12-2024*/
  /*Start of the day 10-12-2024*/
  .team-banner-section h1,
  .work-banner-section h1 {
    font-size: 35px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    line-height: 38px;
    max-width: 350px;
  }
  .work-banner-section h1 {
    max-width: 310px;
  }
  .work-banner-section ul > li {
    font-size: 15px;
  }
  .work-banner-section ul > li::before {
    top: 9px;
    left: -15px;
  }
  span.common-border-text::before,
  .process .inner .box .left h2 span:before {
    content: none;
    display: none;
  }
  .team-banner-section p {
    font-size: 17px;
    line-height: 25px;
    max-width: 540px;
  }
  .team-wrap .common .box-wrap h3 {
    font-size: 16px;
  }
  .team-wrap .common .box-wrap .team-content p {
    font-size: 14px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
  }
  .team-wrap .common .box-wrap .content,
  .team-wrap .common .box-wrap .content.green {
    padding: 35px 20px 15px 20px;
  }
  .team-wrap .common .box-wrap .content h2::before {
    top: -24px;
    right: 25px;
    width: 40px;
    height: 53px;
    background-size: 40px;
  }
  .team-wrap .common .box-wrap .content.green h2 {
    max-width: 185px;
  }
  .team-wrap .common .box-wrap .content.green h2::before {
    top: -24px;
    width: 40px;
    height: 53px;
    background-size: 40px;
  }
  .team-wrap .common .box-wrap .content.green h1 {
    max-width: 170px;
  }
  .team-wrap .common .box-wrap .content h2 {
    font-size: 25px;
    margin: 0 0 10px 0;
    max-width: 220px;
  }
  .team-wrap .common .box-wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 15px;
  }
  .team-wrap .common .box-1 {
    grid-column: 5/3;
    grid-row: 2/3;
  }
  .team-section {
    margin: -39px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 60px 0px;
  }
  .team-wrap .common .box-wrap a.team-box-img {
    height: auto;
  }
  .choose-option-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta-section.team {
    padding: 60px 0 60px 0;
  }
  .cta-section.team h2 {
    margin-bottom: 20px;
  }
  .cta-section.work {
    padding-bottom: 60px;
  }
  .work-banner-section ul > li > a {
    font-size: 15px;
  }
  .work-bottom-section .work-wrap ul > li > div > a {
    height: auto;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 26px;
  }
  .work-bottom-section .work-wrap ul > li p {
    font-size: 15px;
    line-height: 25px;
  }
  .work-bottom-section .work-wrap ul > li .list a:not(:last-child) {
    margin-right: 5px;
  }
  .work-bottom-section .work-wrap ul > li .list a {
    padding: 3px 10px;
    font-size: 12px;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-gap: 40px 15px;
  }
  .work-bottom-section {
    padding: 60px 0 60px 0;
  }
  .choose-option-section.team {
    padding-bottom: 60px;
  }
  /*End of the day 10-12-2024*/
  .work-section .right-wrap ul li:nth-child(2)::before {
    top: -32px;
    right: -15px;
    width: 90px;
    height: 90px;
    background-position: 7px 5px;
    background-size: 75px;
  }
  .work-section .left-wrap .view-all-btn.dekstop {
    display: none;
  }
  .work-section .view-all-btn.black.mobile {
    margin-top: 55px;
    display: flex;
    justify-content: center;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    top: -15px;
    height: 78px;
  }
  body.custom-header .header-main .nav-toggle > span,
  body.custom-header .header-main .nav-toggle > span::before,
  body.custom-header .header-main .nav-toggle > span::after,
  html.nav_open body.custom-header #header.fixed .nav-toggle > span,
  html.nav_open body.custom-header #header.fixed .nav-toggle > span::before,
  html.nav_open body.custom-header #header.fixed .nav-toggle > span::after {
    background: #002025;
  }
  html.nav_open body.custom-header .header-main .nav-toggle > span,
  html.nav_open body.custom-header #header.fixed .nav-toggle > span {
    background: transparent;
  }
  body.custom-header #header.fixed .nav-toggle > span,
  body.custom-header #header.fixed .nav-toggle > span::before,
  body.custom-header #header.fixed .nav-toggle > span::after {
    background: #fff;
  }
  #header.fixed .header-main .header-right .main-menu > li > a::after,
  body.custom-header .header-main .header-right .main-menu a::after {
    color: #b3bdba;
  }
  html.nav_open body.custom-header #header.fixed .header-main .header-right .main-menu > li > a {
    color: #002025;
  }
  body.custom-header #header.fixed .header-btn .outline-btn a,
  .header-main .header-right .main-menu li a.active::after,
  .header-main .header-right .main-menu > li > ul.service-ul > li > a.active::after,
  body.custom-header .header-main .header-right .main-menu a.active::after {
    content: "\f106";
    color: #001f25;
  }
  .footer-section .join-our-team-section {
    max-width: 700px;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li div,
  .header-main .header-right .wrap > .main-menu > li.submenu div {
    display: flex;
    position: relative;
    width: 100%;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li div span,
  .header-main .header-right .wrap > .main-menu > li.submenu div span {
    display: inline-block;
    position: absolute;
    right: -18px;
    top: -2px;
    width: 50px;
    height: 36px;
    z-index: 111;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
    background: url(../images/arrow.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s;
  }
  .header-main .header-right .wrap > .main-menu > li.listthree ul.company-ul.sublist {
    max-width: 100% !important;
    width: 100% !important;
  }
  .header-main .header-right .wrap > .main-menu > li.submenu > a,
  .header-main .header-right .wrap > .main-menu > li.submenu > div > a {
    color: #111;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li > div > a,
  .header-main .header-right .main-menu > li > ul.service-ul > li > a > h3 {
    font-size: 15px;
    line-height: 27px;
    padding: 0 0 0 30px;
  }
  .header-main .header-right .main-menu > li > ul.service-ul > li:not(.bottom) > div > a::before {
    left: 0;
    top: 5px;
  }
  .header-main .header-right .wrap > .main-menu > li.listthree div span {
    top: -7px;
  }
  .matheran-wrap .right-wrap .colum-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px !important;
  }
  .matheran-wrap .colum-wrap .left,
  .matheran-wrap .right-wrap .colum-wrap .bottom {
    display: flex;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 0;
  }
  ul.faq li.faq-wrap h3.faq-question {
    font-size: 18px;
  }
  .privacy-policy-page {
    padding: 120px 0 50px;
  }
  .privacy-policy-page h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .privacy-policy-page h2 {
    font-size: 24px;
  }
  .privacy-policy-page p,
  .privacy-policy-page ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .b2b-page h2:not(.b2b-cta-title) {
    font-size: 35px;
    letter-spacing: -0.5px;
  }
  .number-sec {
    padding: 60px 0;
  }
  .b2b-page .number-sec h2 {
    margin-bottom: 25px;
  }
  .number-sec .num-wrap p.num {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .number-sec .num-wrap p.num-text {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .number-sec .num-wrap .single {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .number-sec .num-wrap .single p.text {
    text-align: center;
  }
  .team-banner-section,
  .work-banner-section {
    padding: 96px 0 0 0;
  }
  .mvp-sec .box .single {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .mvp-sec .box .single:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .number-sec .bottom-sec {
    padding-top: 40px;
  }
  .b2b-page .number-sec .bottom-sec h2 {
    margin-bottom: 20px;
  }
  .we-solve-sec {
    padding: 60px 0;
  }
  .b2b-page .we-solve-sec h2,
  .b2b-page .fueled-growth-sec .wrap h2 {
    font-size: 40px;
    letter-spacing: -0.56px;
  }
  .we-solve-sec .box-wrap .single-wrap > div {
    padding: 30px 15px 23px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text {
    margin-bottom: 15px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text::before {
    top: -4px;
    width: 27px;
    height: 27px;
  }
  .we-solve-sec .box-wrap .single-wrap p.title {
    font-size: 16px;
  }
  .we-solve-sec p.bottom-text {
    font-size: 18px;
    line-height: 150%;
  }
  .we-solve-sec .box-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mvp-sec {
    padding-top: 60px;
  }
  .mvp-sec .box {
    margin-top: 36px;
    grid-gap: 25px;
    padding-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .mvp-sec .box p.title {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 57px;
    line-height: normal;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 20px;
    max-width: 475px;
    margin: 0 0 20px 0;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr 380px;
    grid-gap: 20px;
  }
  .fueled-growth-sec .wrap h2 {
    margin-bottom: 20px;
  }
  .fueled-growth-sec .wrap .left-col p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .fueled-growth-sec .wrap p.title {
    font-size: 18px;
  }
  .fueled-growth-sec .wrap li {
    margin-left: 60px;
  }
  .fueled-growth-sec .wrap li::before {
    left: -52px;
    top: 11px;
    height: 40px;
    width: 40px;
  }
  .fueled-growth-sec .box {
    margin-top: 50px;
    grid-gap: 20px;
  }
  .fueled-growth-sec .box .single-box,
  .fueled-growth-sec .inner-box {
    padding: 30px;
  }
  .fueled-growth-sec .inner-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 50px;
  }
  .fueled-growth-sec .box p.title,
  .fueled-growth-sec .inner-box h3 {
    font-size: 26px;
    letter-spacing: -1.06px;
    margin-bottom: 20px;
  }
  .fueled-growth-sec .box ul li,
  .fueled-growth-sec .inner-box ul li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 31px;
  }
  .fueled-growth-sec .box ul li::before,
  .fueled-growth-sec .inner-box ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .comparison-sec {
    padding: 80px 0;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 148px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table > div .single {
    padding: 20px 10px;
  }
  .comparison-sec .comparison-table > div {
    grid-template-columns: 148px 1fr 1fr 1fr 1fr;
  }
  .comparison-sec .comparison-table .top-table p {
    font-size: 16px;
    line-height: 130%;
  }
  .comparison-sec .comparison-table .midlle-table .single:first-child p {
    font-size: 14px;
  }
  .review-sec .wrap {
    grid-gap: 56px;
    grid-template-columns: 1fr;
  }
  .review-sec .review-swiper p.review {
    font-size: 18px;
  }
  .review-sec .review-swiper {
    height: 470px;
  }
  .review-sec .review-swiper .slider-wrap {
    padding: 40px;
  }
  .review-sec .review-swiper p.name {
    font-size: 18px;
  }
  .review-sec .wrap .consultation-btn {
    margin-top: 30px;
  }
  .review-sec .wrap .right-col {
    position: relative;
  }
  .review-sec .wrap .right-col::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #002025 0%, rgba(0, 32, 37, 0) 100%);
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    z-index: 2;
  }
  .review-sec .wrap .left-col {
    padding: 50px 0 0;
  }
  .review-sec .wrap::before,
  .review-sec .wrap::after {
    height: 80px;
  }
  .review-sec .wrap::before {
    content: none !important;
  }
  .review-sec .wrap h2 {
    margin-bottom: 25px;
  }
  .b2b-page .fds-frequently-section {
    padding: 50px 0;
  }
  .b2b-page .fds-frequently-section h2 {
    letter-spacing: -1.2px;
  }
  ul.faq li.faq-wrap h3.faq-question {
    font-size: 18px;
  }
  .cta-section.fds .wrap p {
    padding: 0 0 25px 0;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-title {
    font-size: 20px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:first-child {
    font-size: 80px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-number span:last-child {
    font-size: 50px;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-text {
    font-size: 28px;
    letter-spacing: 0;
  }
  .fds-why-choose-section .wrap .right-wrap img {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .fds-why-choose-section .wrap .right-wrap .btn-wrap {
    margin-top: 40px;
  }
  .blog-detail .container {
    width: 100%;
  }
  .blog-detail h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .blog-detail h2 {
    font-size: 26px;
    margin: 30px 0 16px;
  }
  .blog-detail h3 {
    font-size: 20px;
    margin: 20px 0 5px;
  }
  .blog-detail .authorbox {
    margin-top: 50px;
    padding: 35px;
  }
  .blog-detail .authorbox p.authorbox-title {
    font-size: 22px;
  }
  .single-post .cta-section {
    padding: 60px 0;
  }
  .single-post .social-share-list {
    position: unset;
    margin-bottom: 30px;
  }
  .single-post .social-share-list .a2a_kit {
    flex-direction: unset;
  }
  /*digital*/
  .impact .inner .box .innerbox h3 {
    font-size: 30px;
  }
  .impact .inner .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-digital-marketing-collaboration .fueled-growth-sec {
    padding: 50px 0;
  }
  .logosection {
    padding-bottom: 50px;
  }
  .review-sec .wrap .left-col {
    padding: 30px 0;
  }
  .impact {
    padding: 50px 0;
  }
  .review-sec .wrap .right-col .box h4 {
    font-size: 26px;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .review-sec .wrap .right-col .box {
    padding: 27px 31px;
  }
  .impact .inner .box {
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap .right .coverheading h3 {
    font-size: 25px;
  }
  .page-template-digital-marketing-collaboration .review-sec .wrap .right-col::before,
  .page-template-digital-marketing-collaboration .review-sec .wrap::after {
    display: none;
  }
  .page-template-digital-marketing-collaboration .review-sec .wrap {
    padding-bottom: 50px;
  }
  .page-template-digital-marketing-collaboration .review-sec .wrap {
    grid-gap: 0;
  }
  .fds-banner-section p {
    padding-right: 0;
  }
  .review-sec .wrap h2 br {
    display: none;
  }
  /*technical-consulting*/
  .we-solve-sec .linerlist .single h3,
  .every .inner ul li .innerbox h3 {
    font-size: 17px;
  }
  .we-solve-sec .linerlist {
    gap: 15px;
  }
  .we-solve-sec .linerlist {
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .we-solve-sec .linerlist .single p,
  .every .inner .txt p,
  .every .inner ul li .texts p,
  .between .inner .subtext p {
    font-size: 16px;
  }
  .every .inner ul {
    gap: 16px;
    margin-top: 40px;
  }
  .page-template-technical-consulting .fueled-growth-sec .wrap {
    grid-gap: 22px;
  }
  .we-solve-sec .linerlist .single p {
    padding-right: 0;
  }
  .every,
  .between,
  .growth-requires-more,
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 50px 0;
  }
  .page-template-technical-consulting .fueled-growth-sec {
    padding: 50px 0;
  }
  .between .inner .box ul li {
    padding: 21px 53px;
    padding-right: 15px;
  }
  .between .inner .box h3 {
    font-size: 16px;
  }
  .every .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .between .inner .box ul li:before {
    top: 24px;
    left: 24px;
    width: 21px;
    height: 21px;
    background-size: contain !important;
  }
  .every .inner ul li .innerbox h3 {
    padding-left: 14px;
  }
  .every .inner ul li .texts p {
    font-size: 15px;
  }
  .between .inner .box h3 {
    padding: 25px 0;
    font-size: 19px;
  }
  .pointslist li {
    font-size: 16px;
  }
  .between .inner h2 {
    margin-bottom: 40px;
  }
  .page-template-technical-consulting .culture-team-section .team-wrap {
    flex-direction: column;
  }
  .page-template-technical-consulting .culture-team-section .team-wrap .content-section p span {
    margin: 0 0 0 0;
  }
  .page-template-technical-consulting .culture-team-section .team-wrap .right {
    margin-top: 20px;
    width: 100%;
  }
  .b2b-page .culture-team-section {
    padding-top: 50px;
  }
  .we-solve-sec {
    padding: 50px 0;
  }
  /*ui-ux*/
  .ui-ux .inner .list .box h3 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .behind .inner .list .box .p-title {
    font-size: 19px;
  }
  .behind .inner .list {
    margin-top: 30px;
  }
  .ui-and-us-service .inner .right ul li .heading {
    font-size: 20px;
  }
  .page-template-ui-ux-design .we-solve-sec h3.sub_title {
    font-size: 25px;
    padding-top: 20px;
  }
  .page-template-ui-ux-design .we-solve-sec .linerlist {
    margin-bottom: 30px;
  }
  .ui-ux .inner .list {
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec ul {
    margin-top: 9px !important;
  }
  .ui-ux .inner .list {
    display: grid;
    margin-bottom: 26px;
  }
  .page-template-ui-ux-design .we-solve-sec .bottom-text {
    font-size: 38px;
  }
  .devloments .inner ul {
    gap: 16px;
  }
  .ui-ux,
  .ui-and-us-service,
  .page-template-ui-ux-design .mvp-sec,
  .devloments {
    padding: 50px 0;
  }
  .review-sec .review-swiper p.review {
    font-weight: 400;
    letter-spacing: 0;
  }
  .ui-ux .inner .list .box {
    padding: 36px;
  }
  .ui-and-us-service .inner .right ul li {
    margin-bottom: 12px;
  }
  .behind .inner .list .box .p-title {
    font-size: 18px;
  }
  .behind,
  .page-template-ui-ux-design .mvp-sec .container,
  .page-template-ui-ux-design .fueled-growth-sec,
  .hover-images,
  .ui-ux {
    padding-bottom: 50px;
  }
  .behind .inner .list .box .p-title {
    margin-bottom: 10px;
  }
  .hover-images .inner .marquee .marquee__group {
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-right: 15px;
  }
  .hover-images .inner .marquee {
    margin-bottom: 15px;
  }
  .page-template-ui-ux-design .we-solve-sec ul {
    width: 600px;
  }
  .hover-images .btntype {
    width: -moz-max-content;
    width: max-content;
  }
  .mvp-sec .box {
    grid-gap: 20px;
  }
  .mvp-sec .box p.title {
    font-size: 21px;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 19px;
  }
  .devloments .inner div.text {
    max-width: 965px;
  }
  .devloments .inner ul li .title {
    font-size: 17px;
  }
  .devloments .inner ul li {
    padding: 15px;
  }
  .b2b-page .fds-frequently-section {
    padding: 50px 0;
  }
  .devloments .inner ul li {
    padding-bottom: 72px;
  }
  .ui-ux .inner h2 {
    margin-bottom: 30px;
  }
  .behind .inner .list .box span {
    font-size: 50px;
  }
  .ui-and-us-service .inner .left h2 {
    font-size: 31px;
  }
  .ui-and-us-service .inner .left .text {
    margin-bottom: 23px;
  }
  .ui-and-us-service .inner {
    gap: 20px;
  }
  .ui-and-us-service .inner .right {
    padding-right: 0;
  }
  .ui-and-us-service .inner .right h3 {
    font-size: 27px;
    margin-bottom: 13px;
  }
  .we-solve-sec {
    padding: 50px 0;
  }
  .ui-ux .inner .list {
    gap: 20px;
  }
  .ui-ux .inner .list:after {
    width: 74px;
    height: 74px;
  }
  .ui-and-us-service .inner .left h2 {
    font-size: 30px;
  }
  .counter-section .left-wrap img,
  .banner-section .right-wrap .top-img,
  .banner-section .right-wrap .bottom-img-wrap .left-img,
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    transform: translateY(0) !important;
  }
  .video-wrap .slick-disabled {
    pointer-events: none;
  }
  .error404 .page-not-found-section h2 {
    font-size: 26px;
    padding-bottom: 60px;
    letter-spacing: 0;
  }
  .error404 .page-not-found-section p {
    font-size: 17px;
    padding-bottom: 0px;
  }
  .error404 .page-not-found-section {
    padding: 12% 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-top-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .fds-about-section ul li .content h3 br {
    display: none;
  }
  .banner-section .left-wrap h1 {
    font-size: 35px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
  .banner-section .left-wrap p {
    font-size: 17px;
    max-width: 350px;
  }
  .banner-section .left-wrap .btn-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  .banner-section .left-wrap .btn-wrap {
    display: block;
  }
  .consultation-btn a {
    font-size: 15px;
    padding: 18px 25px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    margin-left: 30px;
    margin-top: 45px;
  }
  .banner-section .left-wrap {
    min-width: 375px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: auto;
    margin-left: 0;
    padding-top: 20px;
  }
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    padding: 20px 0px 20px 20px;
  }
  .banner-section .right-wrap {
    align-self: flex-end;
  }
  .banner-section {
    padding-top: 85px;
  }
  .creative-code-culture-section {
    padding-top: 49px;
    padding-bottom: 63px;
  }
  .creative-code-culture-section .content-section {
    max-width: 570px;
  }
  .creative-code-culture-section .content-section p {
    font-size: 27px;
    letter-spacing: -0.32px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 50px;
  }
  #scroll-creative .image-wrap {
    width: 1840px;
    margin: 0 0 0 -750px;
  }
  #scroll-creative .image-wrap img,
  #list-believe .image-wrap img,
  #team-creative .image-wrap img,
  #culture-scroll .image-wrap img {
    height: 125px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li {
    font-size: 60px;
    line-height: 45px;
    letter-spacing: -3.96px;
  }
  .creative-code-culture-section .name-wrap .bottom ul li::before {
    right: -7px;
    bottom: -7px;
    width: 15px;
    height: 15px;
  }
  .services-section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 40px;
    letter-spacing: -2.4px;
  }
  .services-list-section {
    padding-top: 30px;
  }
  .services-list-section .common-services h4 {
    font-size: 14px;
  }
  .services-list-section .common-services ul {
    grid-gap: 20px 20px;
  }
  .services-list-section .common-services ul li {
    padding: 20px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 20px;
    width: 95%;
  }
  .services-list-section .common-services ul li .icon-title-wrap {
    padding-bottom: 15px;
  }
  .services-list-section .common-services ul li p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 30px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -50px;
  }
  .services-list-section .common-services ul li h3 {
    padding-left: 11px;
  }
  .services-list-section .tools-tab {
    padding-top: 55px;
  }
  .services-list-section .tools-tab h4 {
    font-size: 30px;
  }
  .services-list-section .tabs .tab {
    font-size: 16px;
    letter-spacing: -0.32px;
    padding: 8px 25px;
  }
  .services-list-section .tabs {
    top: -3px;
  }
  .services-list-section .tools-tab .panels .panel ul li a {
    font-size: 14px;
    padding: 4px 15px 6px 15px;
  }
  .work-section {
    padding-top: 53px;
    padding-bottom: 45px;
  }
  .work-section .left-right-wrap {
    display: block;
  }
  .work-section .left-wrap {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 55px;
    text-align: center;
  }
  .work-section .left-wrap h2 {
    font-size: 35px;
  }
  .work-section .left-wrap p {
    max-width: 79%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .work-section .right-wrap {
    padding-left: 0;
  }
  .work-section .right-wrap ul {
    grid-gap: 40px 20px;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .work-section .right-wrap ul li .img-wrap img {
    height: 310px;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 26px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    font-size: 12px;
    padding: 4px 10px;
  }
  .counter-section .left-wrap .colum-wrap .left {
    min-width: inherit;
    max-width: 100%;
  }
  .counter-section .right-wrap {
    padding-left: 0;
  }
  .counter-section .left-right-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .counter-section .right-wrap h2 {
    font-size: 40px;
    letter-spacing: -2.16px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .counter-section .right-wrap ul li::before {
    display: none;
  }
  .counter-section .right-wrap ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 30px;
  }
  .counter-section .right-wrap ul li p {
    font-size: 35px;
    margin-bottom: 6px;
    padding-bottom: 4px;
  }
  .counter-section .right-wrap .section-content {
    padding-bottom: 30px;
  }
  .counter-section .right-wrap .view-all-btn.black {
    margin-top: 50px;
  }
  .counter-section .left-wrap {
    min-width: inherit;
    max-width: inherit;
    margin-top: 50px;
  }
  .counter-section .left-wrap .colum-wrap .right {
    margin-top: 0;
  }
  .counter-section {
    padding-bottom: 60px;
  }
  .choose-option-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .choose-option-section .left-right-wrap {
    display: block;
  }
  .choose-option-section .left-wrap {
    min-width: inherit;
    max-width: inherit;
    margin-bottom: 35px;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.4px;
    margin-bottom: 20px;
  }
  .choose-option-section .left-wrap p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .footer-section .join-our-team-section .right-wrap .right button::before {
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
  .footer-section .join-our-team-section .right-wrap .right button {
    width: 38px;
    height: 38px;
    background-position: center;
  }
  .choose-option-section .right-wrap {
    padding-left: 0;
  }
  .choose-option-section .right-wrap ul li {
    padding: 10px 40px 10px 30px;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 24px;
  }
  .case-study-section {
    padding-top: 33px;
    padding-bottom: 52px;
  }
  .case-study-section h2 {
    font-size: 40px;
    letter-spacing: -1.4px;
    margin-bottom: 30px;
  }
  .case-study-section .slick-arrow {
    top: -71px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 32px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 30px;
  }
  .logo-section ul {
    grid-gap: 0px 15px;
  }
  .logo-section ul li::before {
    display: none;
  }
  .logo-section ul li .logo-wrap img {
    max-width: 100px;
  }
  .logo-section ul li:last-child .logo-wrap img {
    max-width: 80px;
  }
  .logo-section ul li p {
    font-size: 16px;
  }
  .logo-section {
    padding-bottom: 44px;
  }
  body p {
    letter-spacing: 0 !important;
  }
  .client-section h2 {
    font-size: 35px;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 320px;
    max-width: 320px;
  }
  .client-section .right-wrap {
    padding: 20px 0 0 0;
  }
  .client-section .video-wrap .left-wrap a.video-popup::before {
    width: 120px;
    height: 42px;
    background-size: 120px;
  }
  .client-section .right-wrap .left h4 {
    font-size: 18px;
  }
  .client-section .right-wrap .left span {
    font-size: 14px;
  }
  .client-section .right-wrap .wrap {
    padding-bottom: 10px;
  }
  .client-section .right-wrap p {
    font-size: 15px;
    margin-top: 15px;
  }
  .client-section {
    padding-bottom: 80px;
  }
  .client-section .video-wrap .left-right-wrap {
    flex-wrap: wrap;
  }
  .client-section .video-wrap .left-wrap {
    min-width: 430px;
    max-width: 430px;
    margin: 0 auto;
  }
  .cta-section h2 {
    font-size: 45px;
    letter-spacing: -1.88px;
    margin-bottom: 25px;
  }
  .cta-section p {
    margin-bottom: 25px;
  }
  .cta-section {
    padding-bottom: 70px;
  }
  .footer-section {
    padding-top: 55px;
    padding-bottom: 25px;
  }
  .footer-section .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 30px 0px;
    justify-content: start;
  }
  .footer-section .wrap > div {
    width: 33.33%;
    padding: 0;
  }
  .footer-section .email a {
    font-size: 16px;
  }
  .footer-section .wrap h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-section .wrap ul li a {
    font-size: 14px;
  }
  .footer-section .join-our-team-section .left-wrap .left-right > div:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding-right: 15px;
    margin-right: 15px;
  }
  .footer-section .wrap > div ul li {
    padding-bottom: 10px;
  }
  .footer-section .join-our-team-section {
    padding: 15px;
    margin-bottom: 30px;
  }
  .footer-section .join-our-team-section .left-wrap .content span,
  .footer-section .join-our-team-section .right-wrap .left p.top {
    font-size: 12px;
    line-height: 16px;
  }
  .footer-section .join-our-team-section .left-wrap .content a,
  .footer-section .join-our-team-section .right-wrap .left p.bottom {
    font-size: 13px;
    margin-top: 5px;
  }
  .footer-section .join-our-team-section .left-wrap .left .icon {
    min-width: 38px;
    max-width: 38px;
  }
  .footer-section .join-our-team-section .left-wrap .right .icon {
    min-width: 30px;
    max-width: 30px;
  }
  .footer-section .join-our-team-section .right-wrap .left p {
    font-size: 12px;
    line-height: 17px;
    max-width: 140px;
  }
  .footer-section .join-our-team-section .right-wrap .right a {
    background-image: url("../images/btn-white-arrow.svg");
    background-repeat: no-repeat;
    position: relative;
    width: 40px;
    height: 40px;
    background-position: 25px 14px;
  }
  .footer-section .join-our-team-section .right-wrap .right a::before {
    right: -12px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .copyright-section .left p {
    font-size: 13px;
  }
  .copyright-section .right a {
    font-size: 13px;
  }
  .case-study-section .gallery-slider-wrap img {
    padding-left: 15px;
  }
  .creative-code-culture-section .name-wrap {
    padding-top: 60px;
  }
  .creative-code-culture-section .name-wrap .bottom {
    margin-top: -40px;
  }
  .client-section .video-wrap .left-wrap > div .button {
    bottom: 70px;
    height: 50px;
    width: 140px;
    line-height: 50px;
    padding: 0px 15px 0 35px;
    font-size: 15px;
  }
  .client-section .video-wrap .left-wrap > div .button::before {
    left: 20px;
  }
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 240px;
  }
  .about-banner-section {
    padding: 150px 0 40px 0;
  }
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 17px;
  }
  .about-banner-section .banner-img {
    height: 200px;
    margin: 50px 0 0 0;
  }
  .about-banner-section h3 {
    font-size: 32px;
  }
  .about-value-section .container {
    padding-top: 60px;
  }
  .about-value-section .section-content p {
    font-size: 27px;
    letter-spacing: -0.32px;
    max-width: 100%;
  }
  .about-value-section .section-content p span {
    padding-right: 40px;
    margin: 4px 0 0 0;
  }
  .about-value-section .section-content {
    padding-bottom: 10px;
  }
  #what-scroll li {
    font-size: 150px;
    margin: 0 0 60px 0;
  }
  .career-scroll-section #what-scroll {
    transform: translateX(539.783px);
    margin: 0 0 0 -250px;
  }
  #what-scroll li {
    margin: 0;
  }
  .about-building-section {
    height: 380px;
  }
  .about-building-section ul {
    max-width: 730px;
    margin: 0 auto;
  }
  .about-building-section ul li {
    min-width: 195px;
    max-width: 195px;
    padding: 20px;
    height: 310px;
  }
  .about-building-section ul li:nth-child(2),
  .about-building-section ul li:nth-child(3),
  .about-building-section ul li:nth-child(4),
  .about-building-section ul li:nth-child(5) {
    margin-left: -63px;
  }
  .about-building-section ul li .icon img {
    height: 60px;
  }
  .about-building-section ul li .content h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-wrap p {
    margin-bottom: 10px;
  }
  .about-customer-section .wrap {
    max-width: unset;
    text-align: center;
  }
  .about-customer-section .wrap span {
    font-size: 30px;
    line-height: 35px;
  }
  .about-strength-section .right-wrap {
    padding-left: 30px;
    width: unset;
  }
  .about-strength-section .left-wrap {
    min-width: 400px;
    max-width: 400px;
  }
  .about-customer-section .wrap span:not(:last-child)::after {
    top: 0;
    right: -145px;
    bottom: auto;
    width: 130px;
    height: 46px;
    background-size: 130px;
  }
  .about-customer-section .wrap span:last-child {
    padding-left: 150px;
  }
  .about-strength-section {
    padding-bottom: 60px;
  }
  .about-customer-section {
    padding: 60px 0 60px 0;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 50px;
    margin-right: 30px;
  }
  .about-performance-section {
    padding: 60px 0 60px 0;
  }
  .about-performance-section .about-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    line-height: 38px;
    max-width: 350px;
  }
  .about-performance-section ul {
    grid-gap: 0px 40px;
    margin: 40px 0 0 0;
  }
  .about-performance-section ul li .content h4 {
    font-size: 20px;
    margin: 15px 0 5px 0;
  }
  .about-performance-section ul li .content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
  .about-reviews-section {
    padding: 60px 0px 60px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-reviews-section .heading-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    line-height: 38px;
    max-width: 500px;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-reviews-section .container {
    padding: 0;
  }
  .about-work-section {
    padding: 0 0 60px 0;
  }
  .about-work-section ul {
    gap: 15px;
    grid-template-columns: 19.2% 27.8% 19% 27.8%;
  }
  .about-work-section ul li .img-wrap img {
    height: 200px;
    width: 100%;
  }
  .about-cta-section.cta-section {
    padding: 60px 0 60px 0;
  }
  .about-cta-section .wrap {
    max-width: 480px;
  }
  .logo-slider .marquee {
    width: 1280px;
  }
  .career-banner-section {
    padding: 150px 0 60px 0;
  }
  .career-banner-section h1 {
    max-width: 450px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -3px 0 0 0;
  }
  .career-banner-section p {
    max-width: 100%;
  }
  .career-scroll-section .container {
    padding-top: 60px;
  }
  .career-scroll-section {
    padding: 0 0 60px 0;
  }
  .career-scroll-section .section-content {
    padding: 60px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 17px;
    line-height: 21px;
  }
  .career-scroll-section ul.cards {
    max-width: 730px;
    margin: 0 auto;
  }
  .career-scroll-section ul.cards li {
    padding: 15px;
    width: 190px;
    height: 150px;
  }
  .career-scroll-section ul.cards li:nth-child(5) .icon img {
    margin: 90px 20px 0 auto;
    height: 100px;
  }
  .career-scroll-section .section-content p {
    font-size: 27px;
    line-height: 36px;
    max-width: 630px;
    letter-spacing: -0.32px;
  }
  .career-scroll-section .section-content p span {
    padding-right: 40px;
    margin: 4px 0 0 0;
  }
  .career-opening-section {
    padding: 0 0 60px 0;
  }
  .career-opening-section .wrap {
    display: flex;
    flex-direction: column;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 30px 0 0 0;
  }
  .career-opening-section .right-wrap ul li .opening-right a {
    width: 44px;
    height: 44px;
  }
  .career-opening-section .right-wrap ul li .opening-right a::before {
    background-position: 13px 14px;
    background-size: 15px;
  }
  .career-opening-section .right-wrap ul li .opening-right a:hover::before {
    background-position: 14px 15px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 26px;
    line-height: 45px;
  }
  .career-opening-section .left-wrap p,
  .career-opening-section .right-wrap ul li p,
  .career-appoint-section ul li .content-wrap p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-opening-section .left-wrap p {
    max-width: 340px;
  }
  .career-appoint-section {
    padding: 60px 0 60px 0;
  }
  .career-appoint-section ul li img {
    height: 150px;
  }
  .career-appoint-section ul li .content-wrap {
    padding: 20px;
  }
  .career-appoint-section ul li .content-wrap {
    margin: 15px 0 0 0;
  }
  .career-appoint-section ul li:nth-child(2n+2) .content-wrap {
    margin: 0 0 15px 0;
  }
  .career-appoint-section h2 {
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 30px 0;
  }
  .career-appoint-section ul li .content-wrap h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .career-selection-section {
    padding: 60px 0 60px 0;
  }
  .career-appoint-section ul {
    grid-gap: 15px;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  .career-selection-section ul.selection-steps li .content p {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section ul.selection-steps {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 650px;
    margin: 0 auto;
  }
  .career-selection-section .reveiew-details {
    grid-template-columns: auto 300px;
    grid-gap: 0 20px;
    margin: 60px 0 0 0;
  }
  .career-selection-section .reveiew-details .right-wrap {
    padding: 20px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap a {
    padding: 19px 25px 19px 40px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .career-selection-section .reveiew-details .left-wrap span {
    font-size: 15px;
    line-height: 25px;
  }
  .career-selection-section .reveiew-details .left-wrap h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-gap: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career-selection-section .reveiew-details .img-wrap img {
    height: 150px;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 17px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap p {
    font-size: 15px;
    line-height: 25px;
  }
  .contact-top-section {
    padding: 154px 0 60px 0;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 50px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -1.4px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 14px 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap {
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li::before {
    top: 5px;
    height: 20px;
    width: 20px;
    background-size: 20px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    padding: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.75px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer {
    max-width: 140px;
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer::before {
    top: 20px;
    right: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap input.button {
    padding: 16px 44px 16px 20px !important;
    font-size: 15px;
    max-width: 140px;
  }
  .contact-top-section .contact-top-wrap .left-wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -1.2px;
    margin: 0 0 20px 0;
  }
  .contact-steps-section {
    padding: 0 0 60px 0;
  }
  .contact-steps-section .steps-wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-steps-section .steps-wrap ul li {
    padding: 15px 10px 40px 10px;
    max-width: 100%;
  }
  .contact-steps-section .steps-wrap ul li:last-child {
    padding-bottom: 0;
  }
  .contact-steps-section .steps-wrap ul li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: auto;
    right: 0px;
    bottom: 0;
    width: 2px;
    height: 78px;
    background: url(../images/fadded-square.png) no-repeat;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0 0 0;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 16px;
    letter-spacing: -0.2px;
    padding: 2px 10px 3px 10px;
    width: 90px;
  }
  .contact-steps-section .proud-wrap {
    padding: 60px 0 0 0;
  }
  .contact-steps-section .proud-wrap img {
    height: 400px;
  }
  .contact-availability-section ul {
    grid-gap: 20px;
  }
  .contact-availability-section ul li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-availability-section ul li p {
    font-size: 15px;
  }
  .contact-availability-section {
    padding: 0 0 60px 0;
  }
  .blog-top-section {
    padding: 97px 0 60px 0;
  }
  .blog-top-section ul {
    grid-gap: 50px 20px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: 180px;
  }
  .blog-top-section ul li p.date {
    font-size: 14px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 20px;
  }
  .cta-section.blog {
    padding-bottom: 60px;
  }
  .blog-top-section {
    padding: 157px 0 60px 0;
  }
  .blog-top-section ul {
    grid-gap: 50px 20px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: auto;
  }
  .blog-top-section ul li p.date {
    font-size: 14px;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 20px;
  }
  .cta-section.blog {
    padding-bottom: 60px;
  }
  .blog-det-section {
    padding: 157px 0 60px 0;
  }
  .blog-det-section .blog-det-wrap {
    max-width: 730px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 14px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 35px;
    letter-spacing: -1.02px;
    max-width: 570px;
    margin: 0 0 30px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 28px;
    margin: 30px 0 20px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 22px;
    margin: 25px 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap .img-wrap.second a {
    margin: 20px 0 10px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p {
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap ul li {
    font-size: 15px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 2px;
  }
  .blog-det-section .blog-det-wrap .right-wrap div.review {
    padding: 35px 25px 32px 25px;
    margin: 40px 0 0 0;
  }
  .blog-det-recent-section {
    padding: 60px 0 60px 0;
  }
  .blog-det-recent-section h2 {
    font-size: 35px;
    letter-spacing: -1.6px;
    margin: 0px 0px 30px 0;
  }
  .blog-det-recent-section ul {
    grid-gap: 50px 20px;
  }
  .blog-det-recent-section ul li .img-wrap a img {
    height: 180px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 14px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 20px;
  }
  .cta-section.blog-det {
    padding: 60px 0 60px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 400px;
  }
  .fds-banner-section h1 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }
  .fds-banner-section p {
    font-size: 17px;
  }
  .fds-banner-section .rating-wrap {
    padding: 40px 0 0 0;
  }
  .fds-bottom-section {
    padding: 50px 0 0 0;
  }
  .fds-bottom-section .content-wrap {
    padding: 0 0 50px 0;
  }
  .fds-bottom-section p {
    font-size: 18px;
  }
  .fds-manage-section {
    padding: 50px 0 0 0;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }
  .fds-manage-section .content-wrap {
    padding: 50px 0 0 0;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
  }
  .fds-manage-section .content-wrap .box-wrap p,
  .fds-manage-section .content-wrap .box-wrap ul li,
  .fds-about-section ul li .content p,
  .fds-frequently-section p {
    font-size: 15px;
  }
  .fds-manage-section .content-wrap .box-wrap:not(:last-child) {
    padding-bottom: 50px;
  }
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+1),
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) {
    grid-gap: 0 30px;
  }
  .fds-manage-section .content-wrap .box-wrap p {
    margin: 0 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap ul li {
    padding: 0 0 10px 30px;
  }
  .fds-manage-section .content-wrap .box-wrap ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fds-about-section {
    padding: 60px 0 60px 0;
  }
  .fds-about-section ul {
    grid-gap: 45px 35px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 30px 0;
    max-width: 730px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .fds-why-choose-section .wrap {
    grid-template-columns: 55.7% 38.9%;
  }
  .fds-why-choose-section .left-wrap ul {
    padding: 30px 0 0 0;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 25px;
  }
  .fds-why-choose-section .left-wrap ul li {
    padding: 0 0 20px 50px;
  }
  .fds-why-choose-section .left-wrap ul li::before {
    width: 35px;
    height: 37px;
    background-size: 35px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
    background-position: 0 -92px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
    background-position: 0 -184px;
  }
  .fds-scroll-section {
    padding: 60px 0 60px 0;
  }
  .fds-scroll-section .wrap .common {
    grid-gap: 15px;
  }
  .fds-scroll-section .wrap .scroll-box1 {
    margin-bottom: 15px;
  }
  .fds-frequently-section {
    padding: 60px 0 60px 0;
  }
  .fds-frequently-section .wrap {
    grid-template-columns: 38.9% 54.6%;
  }
  .fds-latest-section {
    padding: 60px 0 60px 0;
  }
  .fds-latest-section ul {
    grid-gap: 50px 20px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: auto;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 20px;
  }
  .fds-latest-section ul li .date {
    font-size: 14px;
  }
  .cta-section.fds {
    padding: 60px 0 60px 0;
  }
  .cta-section.fds .wrap p {
    font-size: 16px;
  }
  select#input_1_7 {
    font-size: 14px !important;
  }
  .about-strength-section .right-wrap .innerimage video {
    border-radius: 20px;
  }
  .banner-section .left-wrap h1 b {
    font-size: 75px;
    letter-spacing: 0;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 0;
  }
  .banner-section .left-wrap h1 span {
    padding-top: 0;
  }
  .backdropShape {
    width: 379px;
    height: 237px;
  }
  .error404 .page-not-found-section {
    padding: 17% 0 !important;
  }
  .error404 .page-not-found-section h1,
  .error404 .page-not-found-section h2,
  .error404 .page-not-found-section p {
    color: #fff;
  }
  .error404 {
    background: #002025 !important;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 17px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 35px;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0 0;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 70px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap .inners h5 {
    font-size: 15px;
  }
  .case-study-section .content-wrap p {
    font-size: 14px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 35px;
    letter-spacing: -2.3px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  .about-strength-section .left-right-wrap .inners {
    grid-template-columns: auto;
    gap: 10px;
  }
  .about-strength-section .left-right-wrap .inners .left {
    order: 1;
  }
  .about-strength-section .left-right-wrap .inners .right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-strength-section .left-right-wrap .inners .left {
    text-align: center;
  }
  /**/
  .built {
    padding: 50px 0;
  }
  .built .inner h2,
  .outcome .right h2 {
    font-size: 30px;
  }
  .built .inner span {
    font-size: 17px;
  }
  .built .inner span {
    margin-top: 23px;
  }
  .outcome {
    padding: 40px 0;
  }
  .page-template-custom-ai .fueled-growth-sec,
  .page-template-custom-ai .fds-why-choose-section,
  .page-template-custom-ai .process {
    padding: 50px 0;
  }
  .page-template-custom-ai .fueled-growth-sec .wrap {
    grid-template-columns: auto;
  }
  .process .inner .toggle {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 17px;
  }
  .built .inner .text {
    max-width: 100%;
  }
  .built .inner .text p {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
    padding-bottom: 10px;
  }
  .page-template-custom-ai .mvp-sec .box {
    padding-bottom: 70px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p br {
    display: none;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section.fds .wrap p br,
  .cta-section.fds .wrap h2 br {
    display: none;
  }
  .work-section .right-wrap ul li .content-wrap .list {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .backdropShape {
    filter: blur(48px);
  }
  .single-case-studies .cta-section {
    padding-top: 50px;
  }
  .single-case-studies .cta-section h2 {
    font-size: 22px;
  }
  body p {
    letter-spacing: 0 !important;
  }
  .about-performance-section ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-performance-section ul li .content {
    text-align: center;
  }
  .about-strength-section .right-wrap .innerimage video {
    border-radius: 20px;
  }
  .about-strength-section .right-wrap .innerimage {
    max-width: 100%;
  }
  .about-strength-section .right-wrap .innerimage video {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
  .behind .inner .list {
    grid-template-columns: repeat(2, 1fr);
  }
  #vs-image {
    display: block;
    width: 50px;
  }
  .ui-ux .inner .list {
    justify-items: center;
  }
  .ui-ux .inner .list:after {
    display: none;
  }
  .devloments .inner ul {
    align-items: normal;
  }
  .hover-images .btntype .innerbtn a {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .hover-images .inner .marquee .marquee__group .img img {
    max-width: 230px;
    border-radius: 10px;
  }
  .phonesection {
    display: flex;
    gap: 10px;
    position: relative;
    overflow-x: auto;
  }
  .phonesection img {
    border-radius: 15px;
    max-width: 76%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .banner-section .right-wrap .bottom-img-wrap,
  .banner-section .right-wrap .top-img {
    display: none !important;
  }
  .blog-detail .content table tr th:nth-child(2),
  .blog-detail .content table tr td:nth-child(2) {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .blog-detail .content table td,
  .blog-detail .content table th,
  .blog-detail .content table tr th:last-child,
  .blog-detail .content table tr td:last-child {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .fds-banner-section p {
    padding-right: 0%;
  }
  .fds-banner-section {
    padding: 100px 0 60px 0;
  }
  div#field_1_7 {
    padding-bottom: 11px;
  }
  select#input_1_7 {
    font-size: 14px !important;
  }
  /*Start of the day 05-12-2024*/
  .culture-banner-section .left-wrap h1 {
    font-size: 34px;
    margin-bottom: 10px;
    text-align: center;
  }
  .culture-banner-section .left-right-wrap p {
    font-size: 17px;
    text-align: center;
    max-width: 100%;
  }
  .culture-banner-section {
    padding-top: 100px;
    border-radius: 0px 0px 20px 20px;
    min-height: 350px;
  }
  .culture-workplace-section {
    padding: 40px 0 0 0;
  }
  .culture-bottom-section {
    margin: -85px 0 0 0;
  }
  .culture-workplace-section .content-section p {
    font-size: 27px;
  }
  #culture-scroll {
    display: none;
  }
  .culture-cloud-wrap {
    margin: 80px 0 0 0;
    padding: 0;
  }
  .colum-wrap.responsive .left {
    margin-right: 10px;
  }
  .cloud-wrap .colum-wrap .top {
    margin: -10px 0 10px 0;
  }
  .content h2.common {
    font-size: 26px;
    padding: 0 40px 0 0;
    letter-spacing: -0.4px;
  }
  .content h2.common::before {
    top: -20px;
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: -10px;
  }
  .sport-wrap h1.common::before {
    top: -20px;
    right: 50px;
  }
  .communication-wrap .content h2.common::before {
    right: -10px;
    top: -30px;
    background-size: 40px;
  }
  .matheran-wrap .content h2.common::before {
    right: 15px;
    background-size: 40px;
    top: -30px;
  }
  .cloud-wrap img,
  .sport-wrap .colum-wrap img,
  .communication-wrap img,
  .matheran-wrap .colum-wrap img,
  .matheran-wrap .colum-wrap .left .top img,
  .cloud-wrap .colum-wrap .top img,
  .sport-wrap .colum-wrap .left .bottom img,
  .communication-wrap .colum-wrap > div.top .right img,
  .communication-wrap .colum-wrap > div.bottom .left img {
    border-radius: 10px;
  }
  .cloud-wrap .right-wrap .left,
  .sport-wrap .colum-wrap .left,
  .communication-wrap .colum-wrap > div .left,
  .matheran-wrap .colum-wrap .left {
    margin-right: 10px;
  }
  .sport-wrap .colum-wrap .top,
  .communication-wrap .colum-wrap > div.top,
  .matheran-wrap .colum-wrap .top {
    margin-bottom: 10px;
  }
  .colum-wrap.responsive {
    margin: 20px 0 15px 0;
  }
  .cloud-wrap {
    padding: 40px 20px 20px;
  }
  .sport-wrap {
    padding: 30px 20px 20px 20px;
    margin: 40px 0 0 0;
  }
  .communication-wrap {
    padding: 50px 20px 20px;
    margin: 40px 0 0 0;
  }
  .matheran-wrap {
    padding: 50px 20px 20px;
    margin: 40px 0 0 0;
  }
  .culture-team-section .team-wrap {
    flex-direction: column;
  }
  .culture-team-section .team-wrap .right .content.dekstop {
    display: none;
  }
  .culture-team-section .team-wrap .content-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .culture-team-section .team-wrap .content-section .content.responsive {
    border-radius: 20px;
    background: #d8c5d3;
    padding: 15px 15px;
    min-width: 340px;
    max-width: 340px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .culture-team-section .team-wrap .content-section .content.responsive h3 {
    color: #001f25;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.25px;
    padding: 15px 0 0 0;
  }
  .culture-team-section .team-wrap .content-section p {
    margin: 0 0 20px 0;
  }
  .culture-team-section .team-wrap .content-section p span {
    font-size: 13px;
    display: block;
    padding: 0;
    margin: 0;
  }
  .culture-cloud-wrap .culture-content-wrap .common-wrap {
    top: 60px;
  }
  .culture-cloud-wrap .culture-content-wrap .sport-wrap.common-wrap {
    top: 80px;
  }
  .culture-cloud-wrap .culture-content-wrap .communication-wrap.common-wrap {
    top: 100px;
  }
  /*End of the day 05-12-2024*/
  .footer-section {
    padding-top: 48px;
    padding-bottom: 25px;
  }
  .footer-section .wrap {
    grid-template-columns: repeat(1, auto);
    padding-bottom: 47px;
  }
  .footer-section .footer-logo {
    display: flex;
    justify-content: center;
  }
  .footer-section .email {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-section .social {
    padding-top: 27px;
    display: flex;
    justify-content: center;
  }
  .footer-section .wrap > div:not(:first-child) {
    display: none;
  }
  .footer-section .join-our-team-section {
    padding: 23px 0 0 0;
    margin-bottom: 37px;
  }
  .footer-section .join-our-team-section .left-right-wrap {
    flex-wrap: unset;
    flex-direction: column;
  }
  .footer-section .join-our-team-section .left-wrap,
  .footer-section .join-our-team-section .left-wrap .left-right {
    min-width: unset;
    max-width: unset;
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-section .join-our-team-section .left-wrap .content {
    padding-left: 20px;
  }
  .footer-section .join-our-team-section .left-wrap .right .icon {
    min-width: 58px;
    max-width: 58px;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding: 28px 0 0 0;
  }
  .footer-section .join-our-team-section .left-wrap .left-right {
    flex-direction: column;
  }
  .footer-section .join-our-team-section .right-wrap::before {
    top: 0;
    width: 100%;
    height: 1px;
  }
  .footer-section .join-our-team-section .right-wrap {
    padding: 24px 0 0 0;
    margin: 30px 0 26px 0;
  }
  .footer-section .join-our-team-section .right-wrap .left-right {
    display: flex;
    flex-wrap: unset;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .footer-section .join-our-team-section .right-wrap .left-right .left {
    text-align: center;
  }
  .footer-section .join-our-team-section .right-wrap .right {
    margin: 0;
    padding: 6px 0 0 0;
  }
  .footer-section .join-our-team-section .right-wrap .right a {
    width: 50px;
    height: 50px;
    background-size: 13px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 19px 20px;
  }
  .footer-section .join-our-team-section .right-wrap .right a::before {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    background-size: 50px;
  }
  .copyright-section .left-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer-section .footer-logo a {
    height: auto;
  }
  .footer-section .footer-logo {
    display: flex;
    justify-content: center;
    order: 1;
  }
  .copyright-section .left-right .left {
    order: 3;
    position: relative;
    padding: 20px 0 0 0;
    margin: 36px 0 0 0;
  }
  .copyright-section .left-right .left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.15;
  }
  .copyright-section .right {
    padding: 0;
    margin: 0;
    order: 2;
  }
  .footer-section {
    border-radius: 20px 20px 0px 0px;
  }
  #header.fixed .res_navigation {
    top: -4px;
  }
  .banner-section {
    min-height: 860px;
    padding-top: 96px;
    border-radius: 0px 0px 20px 20px;
  }
  .banner-section .left-wrap h11,
  .fds-banner-section h1 {
    font-size: 34px;
    font-style: normal;
    line-height: 37px;
    letter-spacing: -1.7px;
    margin-bottom: 16px;
    text-align: center;
  }
  .banner-section .left-wrap h1 {
    font-size: 34px;
    letter-spacing: -1.7px;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner-section .left-wrap p {
    font-size: 17px;
    letter-spacing: -0.34px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .consultation-btn a {
    font-size: 15px;
    line-height: normal;
    letter-spacing: -0.15px;
    padding: 17px 26px;
  }
  .culture-team-section .consultation-btn a {
    margin-top: 20px;
  }
  .banner-section .left-wrap .btn-wrap {
    margin-top: 33px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: unset;
  }
  .banner-section .left-wrap .btn-wrap .consultation-btn {
    margin: 0 auto;
  }
  .view-all-btn a {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .view-all-btn a::before {
    top: -18px;
    width: 54px;
    height: 54px;
    background-size: 54px;
  }
  .banner-section .left-wrap .btn-wrap .view-all-btn {
    display: none;
  }
  .banner-section .left-wrap {
    min-width: unset;
    padding: 0 0 58px 0;
  }
  .banner-section .left-right-wrap {
    display: flex;
    flex-direction: column;
  }
  .banner-section .right-wrap .bottom-img-wrap .right-img {
    display: none;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: auto;
    margin: 0;
  }
  .banner-section .right-wrap .bottom-img-wrap img {
    display: none;
  }
  .banner-section .right-wrap .bottom-img-wrap .mobile-view {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner-section .left-right-wrap .right-wrap {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 0 auto;
  }
  .banner-section .right-wrap .top-img {
    padding-left: 0;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin-right: -150px;
  }
  .banner-section .right-wrap .top-img img {
    height: 100%;
    width: 100%;
  }
  .banner-section .right-wrap .bottom-img-wrap {
    min-width: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .banner-section .right-wrap .bottom-img-wrap .left-img {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 20px;
    height: 250px;
  }
  .creative-code-culture-section {
    padding: 47px 0 52px 0;
  }
  .creative-code-culture-section .content-section span {
    font-size: 13px;
    letter-spacing: 2.86px;
  }
  .creative-code-culture-section .content-section span::before {
    width: 21px;
    height: 11px;
    background-size: 21px;
  }
  .creative-code-culture-section .content-section p {
    font-size: 27px;
    letter-spacing: -0.81px;
  }
  .creative-code-culture-section .name-wrap {
    display: none;
  }
  .services-section {
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-section .main-section-title-btn-wrap h2 {
    font-size: 34px;
    letter-spacing: -1.02px;
    text-align: center;
  }
  .services-list-section {
    padding-top: 42px;
  }
  .services-section .main-section-title-btn-wrap .view-all-btn {
    display: none;
  }
  .view-all-btn.mobile {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  .services-list-section .common-services ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .services-list-section .common-services ul li .icon-title-wrap {
    align-items: flex-start;
    padding-bottom: 8px;
  }
  .services-list-section .common-services ul li .icon-title-wrap .icon,
  .services-list-section .standard-services.common-services ul li .icon {
    margin-top: 5px;
  }
  .services-list-section .common-services h4 {
    font-size: 13px;
    letter-spacing: 2.86px;
  }
  .services-list-section .common-services ul li h3,
  .services-list-section .common-services ul li h3 a {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
  .services-list-section .common-services ul li p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .services-list-section .common-services ul li {
    border-radius: 12px;
    padding: 18px 19px 21px 22px;
  }
  .services-list-section .common-services ul li h3 a::before {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
  .services-list-section .common-services ul li h3 {
    padding-left: 12px;
  }
  .services-list-section .trending-services.common-services {
    padding-bottom: 47px;
  }
  .services-list-section .tools-tab {
    display: none;
  }
  .work-section .left-wrap h2 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-bottom: 11px;
  }
  .work-section .left-wrap h2 br {
    display: none;
  }
  .work-section .left-wrap p {
    letter-spacing: -0.32px;
    margin-bottom: 31px;
  }
  .work-section .left-right-wrap {
    flex-wrap: unset;
    flex-direction: column;
  }
  .work-section .right-wrap {
    padding: 0;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 51px 0;
  }
  .work-section .right-wrap ul li .img-wrap a {
    width: 100%;
    height: 100%;
  }
  .work-section .right-wrap ul li .img-wrap img {
    height: auto;
  }
  .work-section .right-wrap ul li .content-wrap h3,
  .work-section .right-wrap ul li .content-wrap h3 a {
    font-size: 26px;
    letter-spacing: -0.52px;
  }
  .work-section .right-wrap ul li .content-wrap p {
    letter-spacing: -0.32px;
    margin-bottom: 12px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 6px 12px;
    margin: 0;
  }
  .view-all-btn.black a {
    font-size: 15px;
    letter-spacing: -0.15px;
  }
  .work-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .work-section .view-all-btn.black.mobile {
    margin-top: 55px;
  }
  .work-section .right-wrap ul li .content-wrap {
    padding-top: 10px;
  }
  .counter-section .left-right-wrap {
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
  }
  .counter-section .left-wrap {
    min-width: unset;
    max-width: unset;
    order: 2;
    padding-top: 63px;
  }
  .counter-section .right-wrap {
    width: 100%;
    padding-left: 0;
    order: 1;
    display: flex;
    flex-direction: column;
  }
  .counter-section .right-wrap h2 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 11px;
    margin-left: 0;
  }
  .counter-section .right-wrap .section-content p {
    letter-spacing: -0.32px;
  }
  .counter-section .right-wrap ul li p {
    font-size: 38px;
    letter-spacing: -1.14px;
    margin-bottom: 0;
    padding-bottom: 6px;
  }
  .counter-section .right-wrap ul li span.counter-desc {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .counter-section .right-wrap ul li::before {
    height: 53px;
  }
  .counter-section .right-wrap ul {
    grid-gap: 29px 10px;
  }
  .counter-section .right-wrap .view-all-btn.black {
    margin: 51px auto 0;
  }
  .counter-section .left-wrap .colum-wrap .left {
    min-width: 125px;
    max-width: 125px;
  }
  .counter-section .left-wrap .colum-wrap .right {
    margin-left: 14px;
    margin-top: 74px;
  }
  .counter-section .left-wrap img {
    border-radius: 12px;
  }
  .counter-section .left-wrap .colum-wrap .left .bottom {
    padding-top: 14px;
  }
  .counter-section {
    padding-bottom: 58px;
  }
  .counter-section .right-wrap .section-content {
    padding-bottom: 30px;
  }
  .choose-option-section .left-wrap {
    min-width: unset;
    max-width: unset;
  }
  .choose-option-section .left-right-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .choose-option-section .left-wrap h2 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-bottom: 11px;
    text-align: center;
  }
  .choose-option-section .left-wrap p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-align: center;
    margin-bottom: 22px;
  }
  .choose-option-section .consultation-btn {
    display: flex;
    justify-content: center;
  }
  .choose-option-section .right-wrap {
    padding: 38px 0 0 0;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 22px;
    letter-spacing: -0.44px;
  }
  .choose-option-section .right-wrap ul li .number {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .choose-option-section .right-wrap ul li p {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
  }
  .choose-option-section .right-wrap ul li {
    padding: 23px 17px 23px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .choose-option-section {
    padding-top: 51px;
    border-radius: 20px;
  }
  .case-study-section h2 {
    font-size: 34px;
    letter-spacing: -1.02px;
    margin-bottom: 19px;
  }
  .consultation-btn a::after {
    right: -8px;
  }
  .case-study-section .content-wrap p,
  .case-study-section .content-wrap .left span {
    font-size: 14px;
    letter-spacing: -0.24px;
  }
  .case-study-section .content-wrap h3,
  .case-study-section .content-wrap h3 a {
    font-size: 30px;
    letter-spacing: -0.6px;
  }
  .case-study-section .content-wrap .left-right {
    margin-top: 20px;
  }
  .case-study-section .content-wrap {
    margin-top: 35px;
  }
  .logo-section {
    display: none;
  }
  .case-study-section .slick-arrow {
    top: auto;
    left: 0;
    right: auto;
    bottom: -40px !important;
    display: flex;
    width: 26px;
    height: 14px;
    background-size: 26px;
  }
  .case-study-section .slick-arrow.slick-next {
    left: 40px;
  }
  .case-study-section {
    padding: 52px 0 90px 0;
  }
  .case-study-section .icon-slider-wrap .wrap .icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    max-width: 30px;
  }
  .client-section h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -1.02px;
    margin-bottom: 23px;
  }
  .case-study-section .icon-slider-wrap .wrap .icon img {
    height: 15px;
  }
  .client-section .video-wrap .left-right-wrap {
    display: flex;
    flex-direction: column;
  }
  .client-section .video-wrap .left-wrap {
    min-width: unset;
    max-width: unset;
    height: 206px;
  }
  .client-section .right-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
  }
  .client-section .video-wrap {
    padding: 10px 10px 25px 10px;
  }
  .client-section .right-wrap .left h4 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .client-section .right-wrap .left span {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-top: -8px;
  }
  .client-section .right-wrap .right {
    display: flex;
    align-items: center;
  }
  .client-section .right-wrap .right img {
    height: auto;
  }
  .client-section .right-wrap p {
    margin-top: 1px;
  }
  .client-section .right-wrap .wrap {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .client-section .right-wrap p {
    font-size: 15px;
    display: none;
  }
  .client-section .slick-arrow {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: -28px;
    width: 26px;
    height: 14px;
    background-size: 20px;
  }
  .client-section .slick-arrow.slick-next {
    left: 40px;
  }
  .client-section {
    padding-bottom: 87px;
  }
  .cta-section h2 {
    font-size: 45px;
    letter-spacing: -2.7px;
    margin-bottom: 13px;
  }
  .cta-section p {
    letter-spacing: -0.32px;
    max-width: 300px;
    margin: 0 auto 23px;
  }
  .cta-section {
    padding-bottom: 58px;
  }
  .footer-section .wrap,
  .footer-section .join-our-team-section {
    display: none;
  }
  .copyright-section .left p {
    padding-left: 0;
  }
  .client-section .right-wrap .button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px;
    background: #f5f4eb;
    box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.37);
    width: 42px;
    height: 25px;
    margin: 0 auto -25px;
    pointer-events: all;
    cursor: pointer;
    top: 8px;
    border: unset;
  }
  .client-section .right-wrap .button::before {
    content: "\f107";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: fontawesome;
    color: #a1a19e;
    font-weight: 400;
    font-size: 25px;
    width: 42px;
    height: 25px;
    text-align: center;
    line-height: 25px;
  }
  .client-section .right-wrap .button.drop-down + p {
    display: block;
  }
  .client-section .right-wrap .button.drop-down {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -10px;
  }
  .client-section .right-wrap .button.drop-down::before {
    content: "\f106";
    top: auto;
    bottom: 0px;
  }
  .client-section .slick-slide {
    padding-bottom: 45px;
  }
  .case-study-section .slick-slide {
    margin: 0px 10px;
  }
  .client-section .client-slider .slick-list {
    height: auto;
  }
  .client-section .video-wrap .left-wrap > div,
  .client-section .video-wrap .left-wrap > div > img {
    height: 180px;
  }
  .client-section .video-wrap .left-wrap > div .button {
    left: 8px;
    bottom: 50px;
    height: 42px;
    width: 121px;
    line-height: 42px;
    padding: 0px 15px 0 35px;
    font-size: 14px;
  }
  .client-section .video-wrap .left-wrap > div .button::before {
    left: 18px;
  }
  html .header .header-main .logo a img {
    height: 22px;
  }
  .about-banner-section {
    padding: 100px 0 40px 0;
  }
  .about-banner-section h1,
  .career-banner-section h1,
  .career-opening-section .left-wrap h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .about-banner-section p,
  .career-banner-section p {
    font-size: 17px;
  }
  .about-banner-section .banner-img {
    height: auto;
    margin: 30px 0 0 0;
  }
  .about-banner-section h3 {
    font-size: 23px;
    line-height: 33px;
  }
  .about-value-section {
    padding-bottom: 0px;
  }
  .about-value-section .container {
    padding-top: 50px;
  }
  .about-value-section .section-content {
    padding-bottom: 10px;
  }
  .about-value-section .section-content p {
    font-size: 27px;
    letter-spacing: -0.32px;
    max-width: 100%;
  }
  .about-value-section .section-content p span {
    font-size: 13px;
    padding: 0;
    margin: 0;
    display: block;
  }
  .about-value-section .list,
  .career-scroll-section .scroll {
    display: none;
  }
  .about-building-section {
    height: unset;
    padding: 30px 0 50px 0;
    margin: 0;
  }
  .about-building-section ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    grid-gap: 10px;
    max-width: 350px;
    margin: 0 auto;
  }
  .about-building-section ul li {
    min-width: 185px;
    max-width: 185px;
    padding: 20px;
    border-radius: 10px;
    height: 240px;
    position: relative;
  }
  .about-building-section ul li:hover {
    z-index: 2;
  }
  .about-building-section ul li:nth-child(2) {
    margin-top: 107px;
    margin-left: -45px;
    z-index: 1;
  }
  .about-building-section ul li:nth-child(3) {
    margin-top: -90px;
    margin-left: 0;
  }
  .about-building-section ul li:nth-child(4) {
    margin-top: 17px;
    margin-left: -17px;
    margin-left: -45px;
    z-index: 1;
  }
  .about-building-section ul li:nth-child(5) {
    background: #5e9697;
    margin-top: -90px;
    margin-left: 0;
  }
  .about-building-section ul li .content {
    padding-top: 74px;
  }
  .about-building-section ul li:nth-child(4) .content {
    padding-top: 50px;
  }
  .about-building-section ul li .icon img {
    height: 40px;
  }
  .about-building-section ul li .content h4 {
    font-size: 17px;
    margin-top: 10px;
  }
  .about-strength-section .left-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
    text-align: center;
  }
  .text-bg {
    display: inline;
  }
  .about-strength-section .left-wrap p {
    margin-bottom: 10px;
  }
  .about-customer-section .wrap {
    max-width: 340px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .about-customer-section .wrap span {
    font-size: 30px;
    line-height: 35px;
  }
  .about-customer-section .wrap span:last-child {
    padding: 0 0 0 90px;
  }
  .about-customer-section .wrap span:not(:last-child)::after {
    top: 40px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 90px;
    height: 32px;
    background-size: 90px;
    margin: 0 auto;
  }
  .about-strength-section .left-wrap .right-wrap.desktop {
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .about-strength-section .left-wrap .right-wrap.desktop img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
  }
  .about-strength-section .right-wrap {
    display: none;
  }
  .about-strength-section .left-right-wrap {
    flex-wrap: wrap;
  }
  .about-strength-section .left-wrap {
    min-width: unset;
    max-width: unset;
  }
  .about-strength-section {
    padding-bottom: 50px;
  }
  .about-customer-section {
    padding: 50px 0 50px 0;
    border-radius: 20px;
  }
  .logo-slider .marquee .marquee__group p {
    font-size: 40px;
    margin-right: 30px;
  }
  .about-performance-section {
    padding: 50px 0 50px 0;
  }
  .about-performance-section .about-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    line-height: 38px;
    max-width: 100%;
    text-align: center;
  }
  .logo-slider .marquee .marquee__group p {
    margin: 0 8px;
  }
  .about-performance-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin: 40px 0 0 0;
  }
  .about-performance-section ul li .content h4 {
    font-size: 18px;
    margin: 10px 0 5px 0;
  }
  .about-performance-section ul li .content p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
  .about-reviews-section {
    padding: 50px 0px 50px 0;
  }
  .about-reviews-section .heading-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .about-reviews-section .heading-wrap h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
    line-height: 38px;
    max-width: 500px;
    text-align: center;
  }
  .qsb__slide--item {
    padding: 15px;
    margin-right: 15px;
  }
  .qsb__slide--item p,
  .profile__author--name {
    font-size: 16px;
  }
  .about-reviews-section .container {
    padding: 0;
  }
  .about-work-section {
    padding: 0 0 50px 0;
  }
  .about-work-section ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 320px;
    margin: 0 auto;
  }
  .about-work-section ul li .img-wrap img {
    height: 200px;
    border-radius: 10px;
  }
  .about-cta-section.cta-section {
    padding: 50px 0 50px 0;
  }
  .about-cta-section .wrap {
    max-width: 480px;
  }
  .logo-slider .marquee {
    width: 1050px;
  }
  .qsb__slider .slick-slide {
    width: 326px !important;
  }
  .career-banner-section {
    padding: 100px 0 50px 0;
  }
  .career-banner-section h1 {
    max-width: 450px;
  }
  .career-banner-section h1 .common-border-text {
    margin: -3px 0 0 0;
  }
  .career-banner-section p {
    max-width: 100%;
  }
  .career-scroll-section .container {
    padding-top: 60px;
  }
  .career-scroll-section {
    padding: 0 0 50px 0;
  }
  .career-scroll-section .section-content {
    padding: 70px 0 0 0;
  }
  .career-scroll-section ul.cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .career-scroll-section ul.cards li {
    padding: 15px;
    width: 190px;
    height: 150px;
    position: relative;
  }
  .career-scroll-section ul.cards li:hover {
    z-index: 2;
  }
  .career-scroll-section ul.cards li:nth-child(2) {
    margin: 80px 0 0 -40px;
    z-index: 1;
  }
  .career-scroll-section ul.cards li:nth-child(3) {
    margin: -30px 0 0 0;
  }
  .career-scroll-section ul.cards li:nth-child(4) {
    margin: 60px 0 0 -40px;
    z-index: 1;
  }
  .career-scroll-section ul.cards li:nth-child(5) {
    margin: -40px 0 0 0;
  }
  .career-scroll-section ul.cards li .content h4 {
    font-size: 17px;
    line-height: 21px;
  }
  .career-scroll-section ul.cards li:nth-child(5) .icon img {
    margin: 90px 20px 0 auto;
    height: 100px;
  }
  .career-scroll-section .section-content p {
    font-size: 27px;
    line-height: 36px;
    max-width: 530px;
    letter-spacing: -0.32px;
  }
  .career-scroll-section .section-content p span {
    font-size: 13px;
    padding-right: 0;
    margin: 4px 0 0 0;
    display: block;
  }
  .career-opening-section {
    padding: 0 0 50px 0;
  }
  .career-opening-section .wrap {
    display: flex;
    flex-direction: column;
  }
  .career-opening-section .wrap .right-wrap {
    padding: 30px 0 0 0;
  }
  .career-opening-section .right-wrap ul li .opening-right a {
    width: 44px;
    height: 44px;
  }
  .career-opening-section .right-wrap ul li .opening-right a::before {
    background-position: 13px 14px;
    background-size: 15px;
  }
  .career-opening-section .right-wrap ul li .opening-right a:hover::before {
    background-position: 14px 15px;
  }
  .career-opening-section .right-wrap ul li h3 {
    font-size: 24px;
    line-height: 45px;
  }
  .career-opening-section .left-wrap p,
  .career-opening-section .right-wrap ul li p,
  .career-appoint-section ul li .content-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
  .career-opening-section .left-wrap p {
    max-width: 310px;
  }
  .career-appoint-section {
    padding: 50px 0 50px 0;
    border-radius: 20px;
  }
  .career-appoint-section ul li img {
    height: 150px;
  }
  .career-appoint-section ul li .content-wrap {
    padding: 20px;
  }
  .career-appoint-section ul li .content-wrap {
    margin: 15px 0 0 0;
  }
  .career-appoint-section ul li:nth-child(2n+2) {
    flex-direction: column;
  }
  .career-appoint-section ul li:nth-child(2n+2) .content-wrap {
    margin: 15px 0 0 0;
  }
  .career-appoint-section h2 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 20px 0;
  }
  .career-appoint-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .career-appoint-section ul li .content-wrap h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .career-selection-section {
    padding: 50px 0 50px 0;
  }
  .career-appoint-section ul {
    grid-gap: 15px;
  }
  .career-selection-section ul.selection-steps li .content h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
  }
  .career-selection-section ul.selection-steps li .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .career-selection-section ul.selection-steps {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    max-width: 650px;
    margin: 0 auto;
  }
  .career-selection-section .reveiew-details {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px 15px;
    margin: 50px 0 0 0;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  .career-selection-section .reveiew-details .left-wrap span {
    font-size: 14px;
    line-height: 24px;
  }
  .career-selection-section .reveiew-details .left-wrap h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-gap: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .career-selection-section .reveiew-details .right-wrap {
    padding: 20px;
  }
  .career-selection-section .reveiew-details .img-wrap img {
    height: 150px;
  }
  .career-selection-section .reveiew-details .right-wrap p {
    font-size: 16px;
    letter-spacing: 0.1px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap p {
    font-size: 14px;
    line-height: 24px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap a {
    padding: 19px 25px 19px 40px;
  }
  .team-banner-section h1,
  .work-banner-section h1 {
    max-width: 350px;
    font-size: 34px;
    letter-spacing: -1.2px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .team-bottom-section {
    display: none;
  }
  .team-section {
    padding: 30px 0 0 0;
    margin: 0;
  }
  .team-wrap .common .box-wrap a.team-box-img {
    border-radius: 10px;
  }
  .team-banner-section,
  .work-banner-section {
    padding: 100px 0 0 0;
  }
  .team-section .team-wrap {
    padding: 0px 0 50px 0px;
  }
  .choose-option-section.team .right-wrap ul li h3 {
    font-size: 20px;
  }
  .choose-option-section.team .right-wrap ul li p {
    font-size: 14px;
  }
  .choose-option-section.team .right-wrap ul li a {
    padding: 15px;
  }
  .choose-option-section.team .right-wrap ul li .number-title-wrap::before {
    top: 4px;
  }
  .work-banner-section .left-right-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .work-banner-section h1 {
    max-width: 300px;
  }
  .work-banner-section .left-right-wrap .right-wrap {
    margin: 20px 0 0 20px;
  }
  .work-banner-section ul > li {
    font-size: 14px;
  }
  .work-banner-section ul > li::before {
    top: 7px;
  }
  .work-bottom-section {
    padding: 50px 0 50px 0;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-template-columns: repeat(1, 1fr);
  }
  .work-bottom-section .work-wrap ul > li .content-wrap {
    padding: 10px 0 0 0;
  }
  .work-bottom-section .work-wrap ul > li h3,
  .work-bottom-section .work-wrap ul > li h3 a {
    font-size: 24px;
  }
  .work-bottom-section .work-wrap ul > li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cta-section.work {
    padding-bottom: 50px;
  }
  .contact-top-section {
    padding: 100px 0 50px 0;
  }
  .contact-top-section .contact-top-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: unset;
  }
  .contact-top-section .contact-top-wrap .left-wrap h1 {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: -1.4px;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 330px;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 14px 25px;
  }
  .contact-top-section .contact-top-wrap .right-wrap {
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .left-wrap ul li::before {
    top: 6px;
    height: 15px;
    width: 15px;
    background-size: 15px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    padding: 25px 25px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap::before {
    height: 140px;
    width: 169px;
    background-size: 170px;
  }
  .contact-top-section .contact-top-wrap .right-wrap h3 {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: -0.75px;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer {
    max-width: 140px;
    margin: 30px 0 0 0;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_footer::before {
    top: 20px;
    right: 30px;
  }
  .contact-top-section .contact-top-wrap .right-wrap input.button {
    padding: 16px 44px 16px 20px !important;
    font-size: 15px;
    max-width: 140px;
    line-height: normal !important;
  }
  .contact-top-section .contact-top-wrap .left-wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-steps-section .steps-wrap h2 {
    font-size: 34px;
    line-height: 37px;
    letter-spacing: -1.2px;
    margin: 0 0 20px 0;
  }
  .contact-steps-section {
    padding: 0 0 50px 0;
  }
  .contact-steps-section .steps-wrap ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-steps-section .steps-wrap ul li {
    padding: 15px 10px 40px 10px;
    max-width: unset;
  }
  .contact-steps-section .steps-wrap ul li:last-child {
    padding-bottom: 0;
  }
  .contact-steps-section .steps-wrap ul li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: auto;
    right: 0px;
    bottom: 0;
    width: 2px;
    height: 78px;
    background: url(../images/fadded-square.png) no-repeat;
  }
  .contact-steps-section .steps-wrap ul li p {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 0 0;
  }
  .contact-steps-section .steps-wrap ul li span {
    font-size: 15px;
    letter-spacing: -0.2px;
    padding: 3px 10px 3px 10px;
    width: 80px;
  }
  .contact-steps-section .proud-wrap {
    padding: 50px 0 0 0;
  }
  .contact-steps-section .proud-wrap img {
    height: 300px;
  }
  .contact-availability-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .contact-availability-section ul li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-availability-section ul li p {
    font-size: 14px;
  }
  .contact-availability-section {
    padding: 0 0 50px 0;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gform_fields {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gfield {
    grid-column: span 6 !important;
  }
  .contact-top-section .contact-top-wrap .right-wrap textarea {
    padding: 0px 0 0 0 !important;
    height: 100px !important;
  }
  .contact-top-section .contact-top-wrap .right-wrap .gfield#field_1_4 label {
    top: 62px;
  }
  .blog-top-section {
    padding: 100px 0 50px 0;
  }
  .blog-top-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 20px;
  }
  .blog-top-section ul li .img-wrap a::before {
    height: 180px;
    width: 200px;
    border-radius: 0px 10px 0px 0px;
    background-size: 200px;
  }
  .blog-top-section ul li .img-wrap a img {
    height: auto;
    border-radius: 10px;
  }
  .blog-top-section ul li p.date {
    font-size: 14px;
    margin: 15px 0 10px 0;
  }
  .blog-top-section ul li h3,
  .blog-top-section ul li h3 a {
    font-size: 18px;
  }
  .cta-section.blog {
    padding-bottom: 50px;
  }
  .blog-det-section {
    padding: 100px 0 50px 0;
  }
  .blog-det-section .blog-det-wrap {
    max-width: 730px;
    grid-template-columns: 17px auto;
    grid-gap: 0 15px;
  }
  .blog-det-section .blog-det-wrap .left-wrap {
    padding: 208px 0 0 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p.date {
    font-size: 14px;
  }
  .blog-det-section .blog-det-wrap .right-wrap .img-wrap a {
    margin: 0 0 20px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap .img-wrap a::before {
    width: 200px;
    height: 174px;
    border-radius: 0 10px 0 0;
    background-size: 200px;
  }
  .blog-det-section .blog-det-wrap .right-wrap .img-wrap a img {
    border-radius: 10px;
  }
  .blog-det-section .blog-det-wrap .right-wrap h1 {
    font-size: 34px;
    letter-spacing: -1.02px;
    max-width: 570px;
    margin: 0 0 30px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h2 {
    font-size: 25px;
    margin: 20px 0 15px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap .img-wrap.second a {
    margin: 20px 0 10px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap p {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .blog-det-section .blog-det-wrap .right-wrap ul li {
    font-size: 14px;
    padding: 0 0 5px 20px;
  }
  .blog-det-section .blog-det-wrap .right-wrap ul li::before {
    top: 7px;
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .blog-det-section .blog-det-wrap .right-wrap p a.quote::before {
    bottom: 0px;
  }
  .blog-det-section .blog-det-wrap .right-wrap div.review {
    padding: 25px;
    margin: 30px 0 0 0;
    grid-template-columns: repeat(1, 1fr);
    border-radius: 10px;
  }
  .blog-det-section .blog-det-wrap .right-wrap div.review .content-wrap {
    padding: 15px 0 0 0;
  }
  .blog-det-recent-section {
    padding: 50px 0 50px 0;
    border-radius: 20px;
  }
  .blog-det-recent-section h2 {
    font-size: 34px;
    letter-spacing: -1.6px;
    margin: 0px 0px 30px 0;
  }
  .blog-det-recent-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 20px;
  }
  .blog-det-recent-section ul li .img-wrap a::before {
    height: 180px;
    width: 200px;
    border-radius: 0px 10px 0px 0px;
    background-size: 200px;
  }
  .blog-det-recent-section ul li .img-wrap a img {
    height: 180px;
    border-radius: 10px;
  }
  .blog-det-recent-section ul li p.date {
    font-size: 14px;
  }
  .blog-det-recent-section ul li h3,
  .blog-det-recent-section ul li h3 a {
    font-size: 18px;
  }
  .cta-section.blog-det {
    padding: 50px 0 50px 0;
  }
  .fds-banner-section .home-bnner-img img {
    min-height: 400px;
    border-radius: 0 0px 20px 20px;
  }
  .fds-banner-section .fds-banner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fds-banner-section h1 {
    font-size: 34px;
    letter-spacing: -1.7px;
  }
  .fds-banner-section p {
    font-size: 17px;
    text-align: center;
  }
  .fds-banner-section p br {
    display: none;
  }
  .fds-banner-section .rating-wrap {
    padding: 10px 0 0 0;
  }
  .fds-bottom-section {
    padding: 40px 0 0 0;
  }
  .fds-bottom-section .content-wrap {
    padding: 0 0 40px 0;
  }
  .fds-bottom-section p {
    font-size: 18px;
  }
  .fds-manage-section {
    padding: 40px 0 0 0;
  }
  .fds-manage-section h2,
  .fds-why-choose-section h3,
  .fds-frequently-section h2,
  .fds-latest-section h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .fds-manage-section h2 br {
    display: none;
  }
  .fds-manage-section .content-wrap {
    padding: 20px 0 0 0;
  }
  .fds-manage-section .desktop {
    display: none;
  }
  .fds-manage-section .mobile {
    display: block;
  }
  .fds-manage-section .content-wrap .box-wrap h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap p,
  .fds-manage-section .content-wrap .box-wrap ul li,
  .fds-about-section ul li .content p,
  .fds-frequently-section p {
    font-size: 14px;
  }
  .fds-manage-section .content-wrap .box-wrap:not(:last-child) {
    padding-bottom: 40px;
  }
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+1),
  .fds-manage-section .content-wrap .box-wrap:nth-child(2n+2) {
    grid-gap: 0;
    grid-template-columns: 1fr;
  }
  .fds-manage-section .content-wrap .box-wrap p {
    margin: 20px 0 20px 0;
  }
  .fds-manage-section .content-wrap .box-wrap ul li {
    padding: 0 0 10px 30px;
  }
  .fds-manage-section .content-wrap .box-wrap ul li::before {
    top: 3px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .fds-about-section {
    padding: 40px 0 40px 0;
  }
  .fds-about-section ul {
    grid-gap: 35px 35px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 0 30px 0;
    max-width: 730px;
  }
  .fds-about-section ul li .content h3 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .fds-why-choose-section .wrap {
    display: flex;
    flex-direction: column;
  }
  .fds-why-choose-section .wrap .left-wrap {
    margin: 0 0 40px 0;
  }
  .fds-why-choose-section .left-wrap ul {
    padding: 30px 0 0 0;
  }
  .fds-why-choose-section .left-wrap ul li h4 {
    font-size: 25px;
  }
  .fds-why-choose-section .left-wrap ul li {
    padding: 0 0 20px 50px;
  }
  .fds-why-choose-section .left-wrap ul li::before {
    width: 35px;
    height: 37px;
    background-size: 35px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(2)::before {
    background-position: 0 -92px;
  }
  .fds-why-choose-section .left-wrap ul li:nth-child(3)::before {
    background-position: 0 -184px;
  }
  .fds-scroll-section {
    padding: 50px 0 50px 0;
  }
  .fds-scroll-section .wrap .common {
    grid-gap: 10px;
  }
  .fds-scroll-section .wrap .common a img {
    border-radius: 6px;
  }
  .fds-scroll-section .wrap .scroll-box1 {
    margin-bottom: 10px;
  }
  .fds-frequently-section {
    padding: 50px 0 50px 0;
  }
  .fds-frequently-section .wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .fds-frequently-section .left-wrap h2 {
    margin: 0;
  }
  .fds-frequently-section .left-wrap p {
    margin-top: 14px;
  }
  .fds-latest-section {
    padding: 50px 0 50px 0;
    border-radius: 20px;
  }
  .fds-latest-section ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 20px;
  }
  .fds-latest-section ul li .img-wrap a img {
    height: auto;
    border-radius: 10px;
  }
  .fds-latest-section ul li .img-wrap a::before {
    border-radius: 0 10px 0 0;
  }
  .fds-latest-section ul li h3,
  .fds-latest-section ul li h3 a {
    font-size: 18px;
  }
  .fds-latest-section ul li .date {
    font-size: 14px;
    margin: 15px 0 10px 0;
  }
  .cta-section.fds {
    padding: 50px 0 50px 0;
  }
  .cta-section.fds .wrap p {
    font-size: 16px;
  }
  .client-section wistia-player {
    width: 100% !important;
    height: 100% !important;
    max-width: 400px;
    max-height: 100%;
    margin: 0 auto;
  }
  .custom-crm .inner {
    padding: 20px;
    padding-bottom: 50px;
  }
  .custom-crm .inner .innertype .listul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .custom-crm .inner .innertype ul {
    display: block;
    -moz-column-gap: 9px;
    column-gap: 9px;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    row-gap: 9px;
    -moz-column-count: 2;
         column-count: 2;
  }
  .custom-crm .inner .innertype ul li {
    margin-bottom: 9px;
  }
  .process .inner .box {
    gap: 10px;
  }
  .process .inner .toggle {
    grid-template-columns: repeat(1, 1fr);
  }
  .process .inner {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
  .custom-crm .inner h2,
  .process .inner .box .left h2,
  .crm-cta .inner h2 {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  .process .inner .toggle {
    padding-top: 20px;
  }
  .crm-cta .inner {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  ul.faq li.faq-wrap h3.faq-question {
    padding: 0 45px 0 0;
  }
  ul.faq li.faq-wrap .answer_faq {
    padding-top: 15px;
  }
  .team-wrap .common .box-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 15px;
  }
  .team-wrap .common .box-1 {
    grid-column: 4/2;
    grid-row: 2/3;
  }
  .team-wrap .common .box-2 {
    grid-row: 6/5;
  }
  .privacy-policy-page {
    padding: 100px 0 50px;
  }
  .privacy-policy-page h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .privacy-policy-page h2 {
    font-size: 20px;
    margin: 20px 0 15px;
  }
  .privacy-policy-page p,
  .privacy-policy-page ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 160%;
  }
  .team-wrap .common .box-wrap .content h2 {
    width: 100%;
  }
  .team-wrap .common .box-wrap .content h2::before {
    content: none;
  }
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h5 br {
    display: none;
  }
  .number-sec .num-wrap {
    grid-template-columns: repeat(1, auto);
    grid-gap: 27px;
  }
  .we-solve-sec .box-wrap .single-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .we-solve-sec .box-wrap .single-wrap p.text::before {
    top: -1px;
    width: 23px;
    height: 23px;
  }
  .we-solve-sec p.bottom-text {
    font-size: 16px;
  }
  .mvp-sec .box p.title {
    font-size: 20px;
  }
  .mvp-sec .box {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 40px;
  }
  .b2b-page .culture-team-section {
    padding-top: 50px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p {
    font-size: 22px;
    max-width: 100%;
    margin: 0 0 20px 0;
    line-height: 140%;
    letter-spacing: 0;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p span {
    padding-right: 20px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .fueled-growth-sec .wrap {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .fueled-growth-sec .wrap h2 {
    margin-bottom: 16px;
  }
  .fueled-growth-sec .box {
    margin-top: 30px;
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .fueled-growth-sec .inner-box {
    margin-top: 30px;
  }
  .comparison-sec {
    padding: 60px 0;
  }
  .comparison-sec .compare-main-tbl {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .comparison-sec .comparison-table {
    margin-top: 40px;
    width: -moz-max-content;
    width: max-content;
  }
  .review-sec .review-swiper {
    height: 610px;
  }
  .b2b-page .cta-section.fds {
    padding-top: 50px !important;
  }
  .cta-section h2 span.color-change::before {
    content: none;
  }
  .fds-why-choose-section .wrap .right-wrap p.achivement-text {
    font-size: 24px;
  }
  .blog-detail {
    padding: 100px 0 50px;
  }
  .blog-detail .post-image {
    margin-bottom: 20px;
  }
  .blog-detail h2,
  .blog-detail h3 {
    margin: 20px 0 5px;
  }
  .blog-detail .content img {
    margin: 20px 0;
  }
  .blog-detail .authorbox {
    grid-template-columns: 1fr;
  }
  .blog-detail .authorbox img {
    width: 100px;
  }
  .single-post .cta-section {
    padding: 50px 0;
  }
  .page-template-digital-marketing-collaboration .culture-team-section .team-wrap .left {
    max-width: 100%;
    margin-bottom: 40px;
  }
  body h1 {
    letter-spacing: -1.44px !important;
  }
  .contact-top-section .contact-top-wrap .right-wrap .form-wrap {
    height: auto;
  }
  #gform_confirmation_message_1 h2 {
    font-size: 25px;
  }
  .culture-team-section .team-wrap .content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-technical-consulting .culture-team-section .consultation-btn a {
    margin-top: 0;
  }
  .we-solve-sec .linerlist {
    grid-template-columns: repeat(1, 1fr);
  }
  .growth-requires-more .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .growth-requires-more .inner .left p {
    margin-bottom: 20px;
  }
  .growth-requires-more .inner .right {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: flex-start;
    width: 100%;
  }
  .coverheading h3 {
    margin-bottom: 0 !important;
  }
  .pointslist {
    margin-top: 15px;
  }
  .between .inner .box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .between .inner .box .left {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .between .inner .box .right {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0;
  }
  .every .inner ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .between .inner .box ul li {
    padding: 18px 53px;
    padding-right: 15px;
  }
  .b2b-page .fueled-growth-sec .wrap h2 {
    margin-bottom: 20px;
  }
  .ui-ux .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ui-ux .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ui-and-us-service .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-template-ui-ux-design .we-solve-sec ul {
    width: auto;
  }
  .hover-images .btntype .innerbtn a {
    font-size: 16px;
  }
  .hover-images .btntype .innerbtn a {
    padding: 15px;
  }
  .devloments .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .devloments .inner ul li {
    padding-bottom: 32px;
  }
  .fds-banner-section .btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-id-1523 span.common-border-text {
    position: relative;
    display: contents;
  }
  section .common-services ul li h3 a {
    padding-right: 34px;
  }
  .phonesection {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .slider-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: slideLR 5s ease-in-out infinite alternate;
  }
  .slider-track img {
    margin-right: 10px;
    flex-shrink: 0;
  }
  /* Slide left → right → left */
  @keyframes slideLR {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-110%);
    }
  }
  .banner-section .left-wrap .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 23px;
  }
  .background {
    height: 100%;
  }
  .banner-section {
    min-height: auto;
    padding-bottom: 50px;
  }
  .banner-section .left-wrap h1 {
    font-size: 34px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  .banner-section .left-wrap h1 span {
    text-align: center !important;
  }
  .banner-section .left-wrap h1 span {
    padding-top: 0;
  }
  .banner-section .left-wrap .inner .left {
    order: 2;
  }
  .banner-section .left-wrap {
    padding: 0 0 0 0 !important;
  }
  .banner-section .left-wrap h1 b {
    font-size: 38px !important;
    letter-spacing: 0 !important;
  }
  .banner-section .left-wrap h1 br {
    display: block !important;
  }
  .banner-section .left-wrap .inner .right {
    padding-left: 0 !important;
  }
  .backdropShape {
    width: 379px;
    height: 237px;
  }
  .blog-detail .post-image .heading h2 {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .blog-detail .post-image .heading p {
    font-size: 14px;
  }
  .blog-detail .post-image .heading {
    transform: translate(6%, -50%);
  }
  .error404 .page-not-found-section {
    padding: 42% 0;
    padding-bottom: 30px;
  }
  .error404 .page-not-found-section h1,
  .error404 .page-not-found-section h2,
  .error404 .page-not-found-section p {
    color: #fff;
  }
  .error404 {
    background: #002025 !important;
  }
  .single-case-studies .reveiew-details .left-wrap {
    padding: 0;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap {
    padding: 17px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap p {
    font-size: 17px;
  }
  .single-case-studies .reveiew-details .left-wrap .content-wrap .inners h5 {
    font-size: 15px;
  }
  .single-case-studies .reveiew-details {
    padding-bottom: 50px;
  }
  .about-strength-section .left-right-wrap h2 {
    font-size: 30px;
    letter-spacing: -1.2px;
    margin-bottom: 20px;
  }
  .about-strength-section .left-right-wrap .inners {
    padding-top: 0;
  }
  .about-strength-section .left-right-wrap .inners {
    grid-template-columns: auto;
    gap: 10px;
  }
  .about-strength-section .left-right-wrap .inners .left {
    order: 1;
  }
  .about-strength-section .left-right-wrap .inners .right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-strength-section .left-right-wrap .inners .left {
    text-align: center;
  }
  .case-study-section .slick-arrow {
    display: none !important;
  }
  .case-study-section .content-wrap {
    padding: 0 6px;
  }
  /**/
  .built {
    padding: 50px 0;
  }
  .built .inner h2,
  .outcome .right h2 {
    font-size: 30px;
  }
  .built .inner span {
    font-size: 17px;
  }
  .built .inner span {
    margin-top: 23px;
  }
  .outcome {
    padding: 40px 0;
  }
  .page-template-custom-ai .fueled-growth-sec,
  .page-template-custom-ai .fds-why-choose-section,
  .page-template-custom-ai .process {
    padding: 50px 0;
  }
  .page-template-custom-ai .fueled-growth-sec .wrap {
    grid-template-columns: auto;
  }
  .process .inner .toggle {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul li {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt h3 {
    font-size: 15px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt ul {
    padding-bottom: 12px;
    padding-top: 13px;
  }
  .built .inner .text {
    max-width: 100%;
  }
  .built .inner .text p {
    font-size: 16px;
  }
  .page-template-custom-ai .process .inner .toggle .panels .panel .tabbox .txt p {
    padding-bottom: 10px;
  }
  .page-template-custom-ai .mvp-sec .box {
    padding-bottom: 70px;
  }
  .b2b-page .culture-team-section .team-wrap .content-section p br {
    display: none;
  }
  .page-template-custom-ai .ui-and-us-service .inner .right {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .outcome {
    grid-template-columns: auto;
    padding: 40px 15px;
    gap: 32px;
  }
  .outcome .right h2 {
    margin-bottom: 7px;
  }
  .post-type-archive-case-studies .case-study-slider {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .footer-section .join-our-team-section .left-wrap .left-right {
    flex-direction: row;
  }
  .footer-section .join-our-team-section .left-wrap .right {
    padding: 0 0 0 20px;
  }
  .counter-section .left-wrap .colum-wrap .left {
    min-width: 200px;
    max-width: 200px;
  }
  .client-section .video-wrap .left-wrap > div {
    width: 320px;
    margin: 0 auto;
  }
  .work-section .right-wrap ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 51px 15px;
  }
  .work-section .right-wrap ul li .content-wrap .list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .work-section .right-wrap ul li .content-wrap .list span {
    padding: 6px 8px;
  }
  .banner-section .left-right-wrap .right-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
  .banner-section .right-wrap .bottom-img-wrap .left-img {
    height: 250px;
    width: 168px;
  }
  .banner-section .right-wrap .top-img {
    margin: auto;
  }
  .about-building-section ul {
    grid-gap: 15px;
    max-width: 500px;
  }
  .about-building-section ul li {
    min-width: 264px;
    max-width: 264px;
  }
  .about-performance-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-work-section ul {
    max-width: 560px;
  }
  .about-work-section ul li .img-wrap img {
    height: 350px;
  }
  .career-banner-section h1 {
    max-width: 430px;
  }
  .career-scroll-section ul.cards {
    max-width: 540px;
    margin: 0 auto;
  }
  .career-scroll-section ul.cards li {
    width: 220px;
    height: 180px;
  }
  .career-scroll-section ul.cards li:nth-child(2) {
    margin: 80px 0 0 -80px;
  }
  .career-scroll-section ul.cards li:nth-child(4) {
    margin: 60px 0 0 -80px;
  }
  .career-appoint-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-appoint-section ul li:nth-child(2n+2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .career-appoint-section ul li:nth-child(2n+2) .content-wrap {
    margin: 0 0 15px 0;
  }
  .career-selection-section ul.selection-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-selection-section .reveiew-details .left-wrap::before {
    height: 300px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap a {
    max-width: 220px;
  }
  .career-selection-section .reveiew-details {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-selection-section .reveiew-details .left-wrap {
    grid-gap: 5px;
  }
  .career-selection-section .reveiew-details .img-wrap img {
    height: 120px;
  }
  .career-selection-section .reveiew-details .left-wrap p {
    margin: 0 0 5px 0;
  }
  .career-selection-section .reveiew-details .right-wrap {
    padding: 15px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap a {
    padding: 19px 20px 19px 20px;
  }
  .career-selection-section .reveiew-details .right-wrap .review-wrap {
    margin: 58px 0 0 0;
  }
  .work-bottom-section .work-wrap ul.current {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-steps-section .steps-wrap ul li {
    max-width: 400px;
  }
  .contact-steps-section .proud-wrap img {
    height: 400px;
  }
  .blog-top-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-det-recent-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .fds-about-section ul,
  .fds-latest-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .fds-manage-section .mobile img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .team-wrap .common .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-wrap .common .box-1 {
    grid-column: 3/1;
    grid-row: 3/4;
  }
  .team-wrap .common .box-2 {
    grid-row: 7/6;
  }
  .client-section wistia-player {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: 100%;
    margin: 0 auto;
  }
  .culture-banner-section {
    min-height: 390px;
  }
  .impact .inner .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .impact .inner .box .innerbox {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 375px) {
  .career-scroll-section ul.cards li {
    margin: 0 auto;
  }
  .career-scroll-section ul.cards li:nth-child(2),
  .career-scroll-section ul.cards li:nth-child(3),
  .career-scroll-section ul.cards li:nth-child(4),
  .career-scroll-section ul.cards li:nth-child(5) {
    margin: auto;
  }
  .career-scroll-section ul.cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .banner-section {
    min-height: auto;
  }
  .consultation-btn a {
    font-size: 14px;
  }
  .behind .inner .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .behind .inner .list,
  .devloments .inner ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .devloments {
    padding-bottom: 50px !important;
  }
  .ui-ux .inner .list .box {
    padding: 26px;
  }
  span.text-bg {
    display: inline;
  }
  .choose-option-section .right-wrap ul li h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .banner-section .left-wrap h1 b {
    font-size: 35px !important;
    letter-spacing: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */