/* ---- reset ---- */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}
.contactus{
    position: relative;
    display: flex;
    top: 50%;
    left: 35%;
    font-size: 80px !important;
    color: #ffff;
    overflow: hidden;
    width: fit-content;
}
.faqs{
    position: relative;
    display: flex;
    top: 50%;
    left: 45%;
    font-size: 80px !important;
    color: #ffff;
    overflow: hidden;
    width: fit-content;
}
/* ---- particles.js container ---- */
#particles-js {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #00355f !important;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
    position: relative;
    width: 100%;
    height: 500px;
   display: flex;
   justify-content: center;
   align-items: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.contactusHeading{
    font-size: 80px !important;
    color: #ffff;
}
.js-count-particles {
    font-size: 1.1em;
}
.apexExpert {
  max-width: 100% !important;
  height: 250px !important;
}
@media (max-width: 768px) {
    .contactus {
        font-size: 40px !important;
        left: 25%;
    }
}

/* #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
} */


:root {
  --primary-color: #ff833e;
  --primary-color-dark: #db6f35;
  --text-dark: #333333;
  --text-light: #767268;
  --white: #ffffff;
  --max-width: 1200px;
  --header-font: "Bebas Neue", sans-serif;
}


.header-bg {
  display: flex;
  width: 100%;
}





.header__container {
  max-width: var(--max-width);
  margin: auto;
  padding-block: 8rem 2rem;
  padding-inline: 1rem;
  display: grid;
  gap: 2rem;
  overflow-x: hidden;
  position: relative;
  margin-top: 0px;
}

.header__image {
  position: relative;
  isolation: isolate;
}

.header__image::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("assets/header-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.5;
  z-index: -1;
}

.header__image img {
  max-width: 520px;
  margin-inline: auto;
}

.header__image__card {
  position: absolute;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-dark);
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 5px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


.header__image__card span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #08577e;
}
@media (max-width: 768px) {
    .header__image__card {
        font-size: 0.6rem;
        padding: .5rem .5rem;
        
    }
    .header__image__card span {
        font-size: 1rem;
       
      }
}

.header__image__card-1 {
  top: 25%;
  left: 5rem;
  transform: translate(-50%, -50%);
}

.header__image__card-2 {
  top: 10%;
  right: 2rem;
  transform: translateY(-50%);
}

.header__image__card-3 {
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}

.header__image__card-4 {
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}

.header__content h1 {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 400;
  font-family: var(--header-font);
  color: var(--text-dark);
  line-height: 5.5rem;
  text-align: center;
}
@media (max-width: 768px) {
    .header__content h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

.header__content h1 span {
  color: #08577e;
}

.header__content p {
  margin-bottom: 2rem;
  columns: var(--text-light);
  line-height: 1.75rem;
  text-align: center;
}

.header__content form {
  margin-bottom: 4rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem 0;
  border-radius: calc(1rem + 10px);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.header__content .input__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.header__content .input__group {
  flex: 1;
}

.header__content .input__group h5 {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-light);
}

.header__content .input__group > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__content input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 1rem;
  background-color: transparent;
}

.header__content input::placeholder {
  font-weight: 600;
  color: var(--text-dark);
}

.header__content .input__group span {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-color);
}

.header__content button {
  width: 100%;
  padding: 1rem 2rem;
  outline: none;
  border: none;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.header__content button:hover {
  background-color: var(--primary-color-dark);
}

.header__content .bar {
  font-size: 0.9rem;
  color: var(--text-light);
  text-align: center;
}

@media (width > 768px) {
    .header__container {
       
        margin-top: 80px;
      }

      
  nav {
    position: static;
    padding-block: 2rem 0;
    padding-inline: 1rem;
    max-width: var(--max-width);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }

  .nav__header {
    flex: 1;
    padding: 0;
    background-color: transparent;
  }

  .nav__logo a {
    color: var(--text-dark);
  }

  .nav__logo a span {
    color: var(--primary-color);
  }

  .nav__menu__btn {
    display: none;
  }

  .nav__links {
    position: static;
    padding: 0;
    flex-direction: row;
    background-color: transparent;
    transform: none;
  }

  .nav__links a {
    padding-block: 5px;
    color: var(--text-dark);
    border-bottom: 4px solid transparent;
  }

  .nav__links a:hover {
    border-color: var(--primary-color);
  }

  .nav__btns {
    display: flex;
    flex: 1;
  }

  .nav__btns .btn {
    padding: 0.75rem 1.5rem;
    outline: none;
    border: none;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
  }

  .sign__up {
    color: var(--text-dark);
    background-color: transparent;
  }

  .sign__up:hover {
    color: var(--primary-color);
  }

  .sign__in {
    color: var(--white);
    background-color: var(--primary-color);
  }

  .sign__in:hover {
    background-color: var(--primary-color-dark);
  }

  .header__container {
    padding-block: 2rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .header__image {
    grid-area: 1/2/2/3;
  }

  .header__content :is(h1, p, .bar) {
    text-align: left;
  }
}

@media (width > 1024px) {
  .header__content form {
    flex-direction: row;
  }

  .header__content button {
    width: fit-content;
  }
}







.site-footer .tnp-subscription input[type="email"] {
  background: none;
  color: #8a8a8a;
  font-size: 1.2em;
  padding: 0 0 15px;
  border-bottom: 1px solid #acacac;
  border-radius: 0;
}
.site-footer .tnp-subscription input[type="email"]:focus {
  outline: none;
}
.site-footer .tnp-subscription input[type="submit"] {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 0;
  background: var(--wpr-bg-80879843-c440-4c45-bde4-687b1a347fe7) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  border: none;
  cursor: pointer;
}
.tnp-subscription div.tnp-field {
  margin: 0;
}
.foot-widget-3 {
  width: 100%;
  border-top: 1px solid #484848;
  padding: 50px 0 0;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.foot-widget-3 p {
  color: #858585;
  font-size: 1em;
  margin: 0 0 20px;
  line-height: 1.3;
}
.foot-menu-5 ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.foot-menu-5 ul li {
  list-style: none;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 25px;
  position: relative;
}
.foot-menu-5 ul li:before {
  content: ".";
  font-size: 26px;
  position: absolute;
  line-height: 16px;
  left: -15px;
  top: 0;
}
.foot-menu-5 ul li:first-child:before {
  display: none;
}
.foot-menu-5 ul li a {
  color: #858585;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.foot-menu-5 ul li a:hover {
  color: #00c99a;
}
#backToTop {
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--wpr-bg-33b4edd0-934d-4048-bec3-f2cb8b021740) center center
    no-repeat;
  transition: all 0.3s ease-in-out;
  background-size: 14px auto;
  transform: rotate(-90deg);
  position: absolute;
  right: 50px;
  bottom: 200px;
}
.section-4 {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}
.case-studies-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-wrap: wrap;
}
.case-studies-wrap .case-study-block {
  width: 48%;
  margin: 0 0 75px;
}
.case-studies-wrap .case-study-block:nth-child(3),
.case-studies-wrap .case-study-block:nth-child(8) {
  width: 100%;
}
.half-case-study-block {
  width: 48%;
}
.case-study-block a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.case-study-block .ft-img {
  width: 100%;
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 40px;
}
.case-study-block .ft-img > div {
  width: 100%;
  height: 100%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}
.case-study-block .ft-img .desktop-ft-img {
  display: block;
}
.case-study-block .ft-img .mobile-ft-img {
  display: none;
}
.case-study-block a:hover .ft-img > div {
  transform: scale(1.2);
}
.case-study-block h4 {
  margin: 0;
  font-size: 2em;
  font-weight: 400;
}
.case-study-block ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.case-study-block ul li {
  list-style: none;
  color: #d4d4d4;
  font-size: 1em;
  margin-right: 15px;
}
.section-5 {
  background: #000;
  padding-bottom: 75px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.section-5 .title-section-marquee-box h2 {
  color: #fff;
}
.section-5 .title-section-marquee-box h2:after {
  background-image: var(--wpr-bg-6c25b699-cd79-4b6b-b3ac-7b61bafa7129);
}
.section-5 .inner-box {
  width: 100%;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.section-5 .inner-box h3 {
  font-weight: 500;
  color: #fff;
  font-size: 3.6em;
  margin: 0 0 1.6em;
  line-height: 1.2;
  letter-spacing: -1px;
}
.section-5-content-box {
  display: flex;
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
}
.section-5-content-box .title-block {
  display: inline-flex;
  justify-content: flex-end;
}
.section-5-content-box .title-block h4 {
  margin: 0 0 20px;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
}
.section-5-content-box .content-block {
  width: 68%;
  padding-left: 50px;
}
.section-5-content-box .content-block p {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 40px;
  margin-top: 0;
}
.section-5 a.btn-cta-1 .arrow-wrapper .arrow-link {
  background-image: var(--wpr-bg-9c6dd2a3-0193-49d5-b69d-bd6e8d4f08f5);
}
.section-5 a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-090b67a0-5ce6-4074-bf6b-567d50427b93);
}
ul.dev-services {
  margin: 0 auto;
  padding: 100px 0 0;
  width: 100%;
  max-width: 1086px;
  display: flex;
  flex-direction: column;
}
ul.dev-services > li {
  width: 100%;
  margin: 0;
  padding: 60px 60px;
  list-style: none;
  border-bottom: 1px solid #424244;
  position: relative;
  transition: all 0.3s ease-in-out;
}
ul.dev-services > li:first-child {
  border-top: 1px solid #424244;
}
ul.dev-services > li:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
ul.dev-services > li:hover:after {
  width: 100%;
}
ul.dev-services > li h4 {
  font-weight: 400;
  color: #fff;
  font-size: 5em;
  margin: 0 0 20px;
  line-height: 1.1;
}
ul.dev-services > li p {
  margin: 0;
  color: #b9b9b9;
  font-size: 1em;
  line-height: 1.8;
  padding-right: 100px;
  margin-bottom: 20px;
}
ul.dev-services > li .service-title > span {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 65px;
  transition: all 0.3s ease-in-out;
}
ul.dev-services > li:hover .service-title > span {
  color: #00c99a;
}
ul.dev-services > li .service-content a.btn-cta-1 {
  padding-top: 40px;
}
ul.tech-stack {
  margin: 0 0 20px;
  padding: 0;
}
ul.tech-stack li {
  list-style: none;
  color: #b9b9b9;
  font-size: 1em;
  line-height: 1.3;
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
ul.tech-stack li:before {
  content: ".";
  margin-right: 10px;
}
ul.tech-stack li:first-child {
  padding-left: 0;
}
ul.tech-stack li:first-child:before {
  display: none;
}
.section-6 {
  width: 100%;
  display: flex;
  background: #eee;
  padding: 80px 0 100px;
  flex-direction: column;
}
.heading-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 50px;
}
.heading-wrap .title {
  width: 60%;
}
.tech-heading-wrap .title {
  width: 65%;
}
.heading-wrap .title span {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.3;
}
.heading-wrap .title h2 {
  color: #000;
  font-size: 4.5em;
  line-height: 1;
  font-weight: 500;
  margin: 20px 0 0;
  letter-spacing: -3px;
}
.dark-bg-section .heading-wrap .title h2 {
  color: #fff;
}
.tech-heading-wrap .title h2 {
  font-size: 4em;
}
.heading-wrap .content {
  width: 29%;
  padding-top: 35px;
}
.heading-wrap .content p {
  font-size: 1.25em;
  line-height: 1.5;
  color: #000;
  margin: 0 0 20px;
  font-weight: 400;
}
.heading-wrap a.btn-cta-1 {
  color: #000;
}
.heading-wrap a.btn-cta-1:after,
.heading-wrap a.btn-cta-1:before {
  background-color: #000;
}
.heading-wrap a.btn-cta-1 .arrow-wrapper .arrow-link,
.heading-wrap a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-6a16404f-da5b-4b9e-845a-1e0fff9aa212);
}
.dark-bg-section .heading-wrap .content p {
  color: #fff;
}
.dark-bg-section .heading-wrap a.btn-cta-1 {
  color: #fff;
}
.dark-bg-section .heading-wrap a.btn-cta-1:after,
.heading-wrap a.btn-cta-1:before {
  background-color: #fff;
}
.dark-bg-section .heading-wrap a.btn-cta-1 .arrow-wrapper .arrow-link,
.heading-wrap a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-b3b9cb53-26f8-43c0-abb1-61bc6a73cda9);
}
.technology-list {
  margin: 0;
  padding: 100px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-list li {
  width: 16%;
  max-width: 205px;
  height: 164px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  list-style: none;
  transition: all 0.3s ease-in-out;
}
.technology-list li:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.technology-list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.our-services {
  background: #eee;
  width: 100%;
  display: flex;
  padding: 0 0 100px;
}
.our-services h2 {
  color: #000;
  font-size: 4em;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 50px;
  letter-spacing: -2px;
}
.our-services p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 0 50px;
}
ul.our-service-listing {
  margin: 100px 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.our-service-listing li {
  width: 32.3%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  list-style: none;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
ul.our-service-listing li img {
  margin: 0;
  display: block;
}
ul.our-service-listing li .service-ft-icon {
  height: 65px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
ul.our-service-listing li h4 {
  margin: 0;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
}
#testimonial-slider {
  width: 100%;
  display: flex;
  padding: 80px 0 50px;
  flex-direction: column;
  overflow: hidden;
  background: #eee;
}
#testimonial-slider h3 {
  color: #000;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 50px;
  letter-spacing: -1px;
}
.testi-slider .slide {
  background: #fff;
  padding: 40px 45px 60px 45px;
  border-radius: 10px;
  margin: 0 30px 0 0;
  width: 480px;
}
.testi-slider .slide .meta-info {
  width: 100%;
  display: flex;
  align-items: center;
}
.testi-slider .slide .meta-info .auth_pic {
  width: 75px;
  margin-right: 28px;
}
.testi-slider .slide .meta-info .auth_pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.testi-slider .slide .meta-info .auth_name {
  color: #000;
  font-size: 1.4em;
  line-height: 1;
  margin: 0 0 7px;
  font-weight: 500;
  display: block;
}
.testi-slider .slide .meta-info .designation {
  color: #000;
  font-size: 1.2em;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  display: block;
}
.testi-slider .slide p {
  margin: 40px 0 0;
  color: #000;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
}
.testi-slider .slick-prev {
  display: none !important;
}
.testi-slider .slick-next {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 0;
  border: none;
}
.trusted-companies {
  width: 100%;
  display: flex;
  padding: 50px 50px 120px;
  background: #eee;
}
.trusted-companies h4 {
  font-weight: 400;
  font-size: 1.2em;
  margin: 0 0 30px;
  color: #000;
}
.company-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-logos .company-logo {
  height: 30px;
  margin: 0 60px 0 0;
}
.company-logos .company-logo img {
  max-height: 100%;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.company-logos .company-logo img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.section-7 {
  width: 100%;
  display: flex;
  background: var(--wpr-bg-321f2903-86e4-406e-a6c6-274536b34c10) center top
    no-repeat #000;
  background-attachment: fixed;
  padding: 130px 0;
  background-size: 100% auto;
}
.section-7 .wrapper {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  align-items: flex-start;
}
.section-7 .left-fix-block {
  max-width: 470px;
  width: 40%;
  position: sticky;
  top: 50px;
  margin-left: 50px;
}
.section-7 .right-scrol-block {
  height: 100%;
  width: 40%;
}
.section-7 .left-fix-block .design-5-ft-img {
  margin: 0 0 4em;
}
.section-7 .left-fix-block h3 {
  color: #fff;
  margin: 0;
  font-size: 3em;
  line-height: 1.2;
  margin: 0 0 1em;
  font-weight: 600;
}
.section-7 .left-fix-block p {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3;
  margin: 0 0 1em;
}
.methodology-list {
  margin: 0;
  padding: 0;
}
.methodology-list li {
  list-style: none;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 40px 40px 50px 50px;
  background: #161616;
}
.methodology-list li span {
  color: #00d8a7;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 30px;
  display: block;
}
.methodology-list li h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
}
.methodology-list li p {
  color: #b9b9b9;
  margin: 0;
  font-size: 1em;
  line-height: 1.3;
}
.section-7 a.btn-cta-1 .arrow-wrapper .arrow-link {
  background-image: var(--wpr-bg-8ee4ee7c-8281-4a9d-b311-278b4b7dc3ab);
}
.section-7 a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-db9d734d-0e6e-4147-823f-27619079019f);
}
.section-8 {
  width: 100%;
  display: flex;
  background: #eee;
  padding: 80px 0 0;
  flex-direction: column;
}
.section-8 .inner-box {
  margin-top: 100px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.section-8 .inner-box h3 {
  font-weight: 500;
  color: #000;
  font-size: 3.6em;
  margin: 0 0 1.6em;
  line-height: 1.2;
  letter-spacing: -1px;
}
.section-8 .section-5-content-box .content-block p {
  color: #000;
}
.section-8 .section-5-content-box .title-block h4 {
  color: #000;
}
.section-8 a.btn-cta-1 {
  color: #000;
}
.section-8 a.btn-cta-1:after,
.section-8 a.btn-cta-1:before {
  background-color: #000;
}
.section-8 a.btn-cta-1 .arrow-wrapper .arrow-link,
.section-8 a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-344e7fef-0ba1-49ba-ab4b-d67057b3b792);
}
.grey-btn {
  display: inline-block;
  padding: 14px 25px 12px 25px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 0.9em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.grey-btn:hover {
  background: #00d8a7;
  color: #fff;
}
.feature-wrapper {
  width: 100%;
  padding: 100px 50px;
  overflow: hidden;
  position: relative;
}
.feature-list {
  display: flex;
  width: 100%;
  justify-content: center;
}
.feature-list > div {
  width: 426px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 35px;
  display: inline-flex;
  flex-direction: column;
  margin: 0 13px;
}
.feature-list > div .icon {
  height: 76px;
  margin: 0 0 60px;
}
.feature-list > div h4 {
  font-weight: 500;
  color: #000;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 15px;
}
.feature-list > div p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #000;
}
.section-9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 130px 0;
  background:#0B4E6B;
  background-size: cover;
}
.section-9 h3 {
  padding: 0;
  font-size: 4.5em;
  line-height: 1;
  color: #fff;
  margin: 0 0 60px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -2px;
}
.section-9 .action-button-wrapper {
  text-align: center;
}
a.green-btn {
  display: inline-block;
  padding: 14px 25px 12px 25px;
  border-radius: 30px;
  background: #00ffc2;
  color: #000;
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
a.green-btn:hover {
  background: rgba(255, 255, 255, 1);
}
ul.idea-listing {
  margin: 100px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.idea-listing li {
  padding: 0 50px;
  text-align: center;
  list-style: none;
}
ul.idea-listing li .icon {
  height: 46px;
  margin: 0 0 30px;
}
ul.idea-listing li h4 {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.tag-wrapper {
  width: 100%;
  margin: 100px 0 0;
  overflow: hidden;
}
.tag-wrapper .tags {
  display: flex;
  margin: 0 0 20px;
}
.tag-wrapper .tags a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  font-size: 1.2em;
  font-weight: 400;
  width: max-content;
  margin: 0 8px;
  padding: 17px 35px;
  display: block;
}
.service-banner {
  background: #f3f3f3;
  box-shadow: none;
  overflow: hidden;
}
.service-banner h1 {
  color: #000;
}
.service-banner h1 span {
  color: #00e7a6;
}
.service-banner .banner-text p {
  color: #000;
}
.service-banner a.btn-cta-1 {
  color: #000;
}
.service-banner a.btn-cta-1:after,
.service-banner a.btn-cta-1:before {
  background: #000;
}
.service-banner a.btn-cta-1 .arrow-wrapper .arrow-link {
  background-image: var(--wpr-bg-9e25f350-43c7-4d04-9c51-a19b89b5eb9a);
}
.service-banner a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-c93d8b2d-f988-4fd9-9abc-131c0660acd6);
}
.banner.staff-banner {
  background: var(--wpr-bg-14b26b20-1d7b-4a2c-9e76-fdc3a7cd946b) right bottom
    no-repeat;
  background-color: #fff;
}
.banner-ft-img-service {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: calc(1634px / 1.8);
}
.banner-ft-img-service img {
  display: block;
}
.banner-ft-img-staff {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
}
.banner-ft-img-staff .ft-img-1 {
  position: absolute;
  left: -25%;
  bottom: 10%;
}
.banner-ft-img-staff .ft-img-2 {
  position: absolute;
  right: 25%;
  top: 45%;
}
.banner-ft-img-staff .ft-img-3 {
  position: absolute;
  left: 0%;
  top: 32%;
}
.compare-banner .banner-ft-img-service {
  top: 50%;
  width: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  right: -100px;
}
.development-services-block {
  width: 100%;
  display: flex;
  background: #000;
  padding: 80px 0 100px;
  flex-wrap: wrap;
}
.development-services-block .section-5 {
  background: none;
  padding-bottom: 60px;
}
.service-listing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 75px 0 0;
  padding: 0;
}
.service {
  width: 49%;
  margin: 0 0 25px;
  background: #161616;
  border-radius: 10px;
  padding: 45px 55px 60px;
  list-style: none;
}
.service-listing li.service:first-child {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.service-listing li.service:first-child .service-ft-img {
  height: auto;
  width: auto;
  margin: 0;
}
.service-listing li.service:first-child .service-ft-img img {
  height: auto;
}
.service-listing li.service:first-child .service-content {
  width: 50%;
}
.service-listing li.service:first-child .service-content h3 {
  font-size: 3.2em;
}
.service .service-ft-img {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.service .service-ft-img img {
  max-height: 100%;
}
.service .service-content {
  width: 100%;
}
.service .service-content h3 {
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1;
  font-weight: 400;
  margin: 0 0 15px;
}
.service .service-content h3 a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.service .service-content h3 a:hover {
  color: #00ffc2;
}
.service .service-content p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 0 30px;
}
.service .service-content a.btn-cta-1 .arrow-wrapper .arrow-link,
.service .service-content a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-c2729e99-c0c2-4eb9-ba1b-adac9fc67d2b);
}
.service-banner-ft-img {
  width: 100%;
  display: flex;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 874px;
}
.help-clients {
  width: 100%;
  display: flex;
  padding: 150px 0;
  background: #eee;
}
.help-clients .wrapper {
  display: flex;
}
.help-clients .left-block {
  width: 50%;
}
.help-clients .right-block {
  width: 50%;
  padding-left: 50px;
}
.help-clients h2 {
  font-weight: 500;
  color: #000;
  font-size: 3.5em;
  line-height: 1.1;
  margin: 0 0 50px 0;
  letter-spacing: -1px;
}
.help-clients .help-listing {
  width: 100%;
  margin: 0;
  padding: 0 50px 0 0;
  display: flex;
  flex-direction: column;
}
.help-clients .help-listing li {
  list-style: none;
  margin: 0 0 15px;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.help-clients .help-listing li a {
  padding: 28px 60px 28px 100px;
  display: block;
  color: #000;
  opacity: 0.5;
  font-size: 1.7em;
  line-height: 1;
  text-decoration: none;
}
.help-clients .help-listing li a span {
  position: absolute;
  left: 30px;
  top: 50%;
  height: 50px;
  transform: translateY(-50%);
}
.help-clients .help-listing li a span img {
  display: block;
  width: auto;
  max-height: 100%;
}
.help-clients .help-listing li a span.icon {
  opacity: 1;
}
.help-clients .help-listing li a span.icon-active {
  opacity: 0;
}
.help-clients .help-listing li.active {
  background: var(--wpr-bg-97207669-a7c7-4879-88af-1e94ce7837af) right 30px
    center no-repeat #fff;
  box-shadow: -1px 18px 18px rgba(161, 161, 175, 0.2);
}
.help-clients .help-listing li.active span.icon,
.help-clients .help-listing li:hover span.icon {
  opacity: 0;
}
.help-clients .help-listing li.active span.icon-active,
.help-clients .help-listing li:hover span.icon-active {
  opacity: 1;
}
.help-clients .help-listing li.active a,
.help-clients .help-listing li:hover a {
  opacity: 1;
}
.help-clients .help-ft-block {
  background: var(--wpr-bg-babc0b0e-45bc-49aa-b1b7-5ee8b68c99e6) 0 0 no-repeat
    #191919;
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  min-height: 490px;
  padding: 100px 40px 40px;
  position: relative;
}
.help-clients .help-ft-block > div {
  display: none;
}
.help-clients .help-ft-block > div.active {
  display: block;
}
.help-clients .help-ft-block p {
  margin: 0 0 20px;
  font-size: 1.8em;
  line-height: 1.1;
  color: #fff;
}
.help-clients .help-ft-block img {
  float: right;
}
.help-clients .help-ft-block .btn-cta-1 {
  position: absolute;
  left: 40px;
  bottom: 50px;
  color: #00ffc2;
}
.help-clients .help-ft-block a.btn-cta-1:after,
.help-clients .help-ft-block a.btn-cta-1:before {
  background: #00ffc2;
}
.mobile-logo {
  display: none;
}
.desktop-logo {
  display: inline-block;
}
.only-mobile {
  display: none !important;
}
.copyrights {
  font-size: 0.9em;
  color: #878787;
  margin: 0;
  display: none;
  text-align: center;
}
.work-banner .ft-text {
  padding-bottom: 100px;
  top: 180px;
}
.work-banner .banner-text {
  max-width: 600px;
}
.work-banner h1 {
  line-height: 1;
}
.work-banner #scrollDown {
  bottom: 40%;
}
.page-template-work .section-4 {
  padding-top: 0;
}
.contact-form {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
  padding-bottom: 100px;
}
.contact-form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form form > div {
  width: 100%;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.contact-form form > div.col-half {
  width: 48%;
}
.contact-form form > div label {
  width: 100%;
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
  margin: 0 0 10px;
  line-height: 1;
  display: block;
}
.contact-form form > div input[type="text"],
.contact-form form div input[type="email"],
.contact-form form div input[type="url"] {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #545454;
  height: 55px;
  font-size: 1.2em;
  color: #000;
  line-height: 1;
  padding: 0 10px;
}
.contact-form form > div textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #545454;
  height: 145px;
  font-size: 1.2em;
  line-height: 1;
  padding: 10px;
  resize: none;
  color: #000;
}
.contact-form form > div p {
  margin: 0;
  width: 100%;
}
.contact-form form > div .submit-btn {
  background: #00ffc2;
  border-radius: 30px;
  width: 210px;
  height: 63px;
  border: none;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.contact-form form > div .submit-btn p {
  margin: 0;
}
.contact-form form > div input[type="submit"] {
  background: none;
  border-radius: 0;
  font-size: 1.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  width: auto;
  height: auto;
  border: none;
  transition: all 0.3s linear;
  position: relative;
  z-index: 9;
}
.contact-form form > div .submit-btn:after {
  content: "";
  width: 120%;
  height: 100px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  border-radius: 50%;
  transition: all 0.1s linear;
  background: #000;
  transform: translateX(-10%);
}
.contact-form form > div .submit-btn:hover:after {
  top: -25%;
}
.contact-form form > div .submit-btn:hover input[type="submit"] {
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.contact-form form div.form-footer {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.contact-form form div.form-footer p {
  width: auto;
}
input[type="file"]::file-selector-button {
  border-radius: 0;
  padding: 0 0 2px;
  height: auto;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  position: relative;
  margin-right: 16px;
  transition: all 0.3s linear;
}
.file-upload-container {
  display: inline-flex;
  align-items: center;
  width: auto;
}
.file-upload-container:before {
  content: "";
  width: 65px;
  height: 65px;
  background: var(--wpr-bg-62e71e77-128a-4efc-89e7-1bbe3daa2f14) center center
    no-repeat #eee;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}
.consultation-block {
  width: 100%;
  display: flex;
  background: #eee;
  padding: 100px 0;
}
.consultation-block h2 {
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 3.5em;
  margin: 0 0 0.5em;
  line-height: 1.2;
  letter-spacing: -1px;
}
.consultation-block .content-block {
  text-align: center;
  color: #000;
  font-size: 1.2em;
  margin: 0 auto 80px;
  max-width: 1000px;
  width: 100%;
}
.consultation-block .content-block p {
  margin: 0;
}
.consultation-block .feature-list > div .icon {
  margin-bottom: 20px;
}
.faq-block {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 100px 0;
  flex-wrap: wrap;
}
.faq-block h3 {
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 4em;
  margin: 0 0 0.5em;
  line-height: 1.2;
  letter-spacing: -1px;
}
ul.faq-list {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}
ul.faq-list li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 45px 55px 40px 15px;
  position: relative;
}
ul.faq-list li .action-btn {
  position: absolute;
  right: 15px;
  top: 58px;
  width: 23px;
  height: 23px;
}
ul.faq-list li .action-btn span {
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.3s linear;
}
ul.faq-list li .action-btn span + span {
  transform: translateY(-2px) rotate(90deg);
}
ul.faq-list li.active .action-btn span + span {
  transform: translateY(-2px) rotate(0deg);
}
ul.faq-list li h4 {
  color: #000;
  font-size: 1.3em;
  font-weight: 500;
  margin: 0;
}
ul.faq-list li .faq-content {
  display: none;
  margin-top: 20px;
}
ul.faq-list li p {
  margin-top: 30px;
  margin-bottom: 0;
  color: #000;
  font-size: 1.1em;
  line-height: 1.5;
}
.industry-ft-img {
  width: 45%;
  position: absolute;
  right: 0;
  top: 30%;
}
.banner.industry-banner .banner-text {
  max-width: 570px;
}
.banner.industry-banner .banner-text p {
  margin-bottom: 30px;
}
.col-3-list {
  display: flex;
  width: 103%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 80px;
  margin: 0 -1.5%;
}
.col-3-list > div {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  padding: 45px 35px 75px;
  display: block;
  margin: 0 1% 40px;
  position: relative;
}
.col-3-list > div .icon {
  height: 65px;
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  width: auto;
}
.col-3-list > div .icon img {
  display: block;
}
.col-3-list > div h4 {
  font-weight: 500;
  color: #000;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 20px;
}
.col-3-list > div p {
  margin: 0 0 20px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #000;
}
.col-3-list > div a.btn-cta-1 {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
.left-no-padding > div {
  width: 33%;
  padding: 45px 80px 0 0;
  margin: 0 0 40px;
}
.no-background {
  background: none !important;
}
.dark.col-3-list > div {
  background: #161616;
}
.dark.col-3-list > div h4 {
  color: #fff;
}
.dark.col-3-list > div p {
  color: #d3d3d3;
}
.col-2-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 80px;
}
.col-2-list > div {
  width: 49%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  display: flex;
  margin: 0 0 30px;
  position: relative;
  align-items: center;
}
.col-2-list > div .icon {
  height: auto;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  width: auto;
}
.col-2-list > div .icon img {
  display: block;
}
.col-2-list > div h4 {
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}
.tech-stack-list.col-2-list > div .icon {
  height: 30px;
}
.wealth-exp-block,
.open-source-block {
  width: 100%;
  display: flex;
  background: var(--wpr-bg-55f2927e-580f-4c90-baa8-492421bebd56) center 0
    no-repeat #000;
  background-size: cover;
  padding: 100px 0 80px;
}
.wealth-exp-block .wrapper,
.open-source-block .wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.wealth-exp-block .block-text {
  width: 38%;
}
.wealth-exp-block .block-text h3,
.open-source-block .block-text h3 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 40px;
}
.wealth-exp-block .block-text p,
.open-source-block .block-text p {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
}
.open-source-block .block-text {
  width: 55%;
}
.open-source-block .block-text p {
  margin: 0 0 30px;
}
.staff-cta-block {
  background: var(--wpr-bg-0099909b-9f94-4f8a-ae55-9ed5426148fa) center 0
    no-repeat #000;
}
.open-source-block .block-text ul {
  padding: 0;
  margin: 0 0 30px;
}
.open-source-block .block-text ul li {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 0 10px;
  background: var(--wpr-bg-cf7b738e-48a4-4ea0-a572-d826a0ba9956) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 0 30px;
}
.open-source-block.staff-cta-block {
  background-image: var(--wpr-bg-fccf07f9-fe39-4b0a-8795-1f7537b495b5);
}
.banner.tech-banner,
.banner.mob-app-banner {
  background-image: var(
    --wpr-bg-205b4f50-5a57-42c2-9bfa-9f11d1c93fde
  ) !important;
}
.banner.general-banner {
  background-image: var(--wpr-bg-2c3f06db-b555-4bc0-a61c-d0a4f33f9704);
}
.banner.devops-banner {
  background-image: var(--wpr-bg-bb07ebe6-4e4e-439b-b541-0621103ffd88);
  background-size: cover;
}
.banner.outsourcing-banner {
  background-image: var(--wpr-bg-1e592e1d-f633-4c6b-be53-fcce21dd2680);
  background-size: cover;
}
.general-banner .wrapper {
  display: flex;
  align-items: center;
}
.general-banner .general-ft-text {
  width: 55%;
}
.general-banner .general-ft-text h1 {
  font-size: 3.8em;
}
.general-banner .general-ft-img {
  width: 45%;
}
.general-banner .general-ft-text p {
  margin: 0 0 40px;
}
.general-banner.banner .banner-text {
  max-width: fit-content;
}
.general-banner.mob-app-banner .general-ft-text h1 {
  font-size: 5.2em;
}
.banner.tech-banner .general-ft-text {
  position: relative;
  z-index: 9;
}
.banner.tech-banner .general-ft-img {
  width: auto;
  position: absolute;
  right: 0;
  z-index: 1;
}
.tech-list-box {
  width: 100%;
  padding: 80px 0;
}
.col-2-tech {
  display: flex;
  justify-content: space-between;
}
.col-2-tech > div {
  width: 49%;
}
.col-4-tech {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-4-tech > div {
  width: 23.5%;
}
.tech-col {
  background: #fff;
  border-radius: 10px;
  padding: 40px 35px;
  margin: 0 0 30px;
}
.tech-col .icon {
  margin: 0 0 20px;
}
.tech-col .icon img {
  display: block;
}
.tech-col h4 {
  font-size: 1.8em;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1;
}
.tech-col p {
  color: #545454;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 30px;
  min-height: 100px;
}
.tech-col .btn-cta-1 {
  font-size: 14px;
}
.col-4-tech .tech-col p {
  min-height: 160px;
}
.mob-app-banner.general-banner .tech-banner-ft-img {
  position: absolute;
  top: 40%;
  right: 40px;
  width: 55%;
  opacity: 0;
}
.mob-app-banner.general-banner .tech-banner-ft-img.is-inview {
  opacity: 1;
}
.mob-app-banner .tech-banner-ft-img > div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
}
.mob-app-banner .tech-banner-ft-img > div.tech-main-ft-img {
  left: 0;
  top: -120px;
  z-index: 9;
}
.mob-app-banner .tech-banner-ft-img > div.tech-shadow-ft-img-1 {
  left: 0;
  top: -60px;
  z-index: 8;
}
.mob-app-banner.general-banner .general-ft-text {
  width: 75%;
}
ul.inner-service-list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
ul.inner-service-list li {
  width: 49%;
  padding: 35px 40px 30px 30px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
ul.inner-service-list li .inner-service-title {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
ul.inner-service-list li .icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
}
ul.inner-service-list li .icon img {
  display: block;
}
ul.inner-service-list li h4 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0;
  padding: 0 50px 0 15px;
  width: calc(100% - 80px);
  font-weight: 500;
}
ul.inner-service-list li .action-btn {
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  position: relative;
}
ul.inner-service-list li .action-btn span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s linear;
}
ul.inner-service-list li .action-btn span + span {
  transform: translateY(-11px) rotate(90deg);
}
ul.inner-service-list li.active .action-btn span + span {
  transform: translateY(-11px) rotate(0deg);
}
ul.inner-service-list li .inner-service-content {
  width: 100%;
  display: none;
}
ul.inner-service-list li .inner-service-content p {
  color: #fff;
  margin: 30px 0 0;
  font-size: 1.1em;
  line-height: 1.5;
}
.call-to-action-block {
  width: 100%;
  display: flex;
  background-color: #000;
  min-height: 680px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  align-items: center;
}
.ai-hire-block {
  background-image: var(--wpr-bg-2ddd71bb-b2be-4607-8228-394d9ed0d6f8);
}
.call-to-action-block h3 {
  font-size: 3.8em;
  font-weight: 500;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.1;
}
.call-to-action-block p {
  color: #cbcbcb;
  font-size: 1.2em;
  margin: 0 0 40px;
  line-height: 1.5;
}
ul.tech-stack-list li {
  background: rgba(255, 255, 255, 1);
}
ul.tech-stack-list li h4 {
  color: #000;
}
ul.tech-stack-list li .action-btn span {
  background-color: #000;
}
ul.tech-stack-list li .inner-service-content p {
  color: #000;
}
.tabs-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.tabs-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 40px;
}
.tabs-header .tab {
  background: #fff;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1em;
  padding: 20px 10px;
  width: 100%;
  margin: 0 1.5% 0 0;
  text-align: center;
}
.tabs-header .tab.active {
  background: #00ffc2;
}
.tabs-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tabs-body .tab-content {
  width: 100%;
  display: none;
}
.tabs-body .tab-content.active {
  display: block;
}
ul.tools-list {
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
ul.tools-list li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  padding: 35px 25px 25px 25px;
  width: 15.15%;
  margin: 0 1.5% 1.5% 0;
}
ul.tools-list li h5 {
  font-size: 1em;
  font-weight: 500;
  color: #000;
  margin: 0;
}
ul.tools-list li img {
  height: 40px;
  width: auto;
  margin: 0 0 10px;
}
.mob-app-cta-block {
  overflow: hidden;
  position: relative;
  padding: 130px 0 100px;
}
.mob-app-cta-block .block-ft-img {
  position: absolute;
  right: 0;
}
.single-post #page,
.page-template-default #page,
.error404 #page {
  background: #fff;
}
.page-template-blog #page,
.archive #page {
  background: var(--wpr-bg-c6b1d1a5-3235-4d35-82fd-8366879e6c9e) center top
    no-repeat;
  background-size: 100% auto;
  background-color: #000;
}
.blog-section {
  width: 100%;
  display: flex;
  padding-bottom: 70px;
}
ul.category-listing {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  padding: 0;
}
ul.category-listing > li {
  width: auto;
  margin: 0 20px 20px 0;
}
ul.category-listing > li a {
  padding: 15px 35px;
  display: block;
  border-radius: 30px;
  color: #000;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 500;
  background-color: #f2f2f4;
  text-decoration: none;
}
ul.post-listing,
ul#featured-blog {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
ul#featured-blog {
  margin: 0 0 15px;
}
ul.post-listing > li {
  width: 32%;
  margin: 0 0 50px;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing) > li:first-child,
#featured-blog > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.post-listing > li .post-image {
  width: 100%;
  display: block;
  height: 280px;
  background-size: cover;
  margin: 0 0 50px;
}
ul.post-listing > li .post-image a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.post-listing > li .post-meta-info {
  width: 100%;
}
ul.post-listing > li h3.post-title,
#featured-blog > li h3.post-title {
  margin: 0 0 20px;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
ul.post-listing > li h3.post-title a {
  color: #fff;
  text-decoration: none;
}
ul.post-listing.related-posts > li h3.post-title a {
  color: #000;
  text-decoration: none;
}
ul.post-listing:not(.related-posts) > li h3.post-title a,
#featured-blog > li h3.post-title a {
  color: #fff;
  text-decoration: none;
}
ul.post-listing > li ul.post-category-listing,
#featured-blog > li ul.post-category-listing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}
ul.post-listing > li ul.post-category-listing li,
#featured-blog > li ul.post-category-listing li {
  color: #fff;
  list-style: none;
  text-transform: capitalize;
  font-size: 1em;
  line-height: 1;
  padding: 0;
  font-weight: 500;
  margin: 0 10px 10px 0;
  border: none;
  display: inline-block;
}
ul.post-listing > li ul.post-category-listing li a,
#featured-blog > li ul.post-category-listing li a {
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}
ul.post-listing > li ul.post-category-listing li a:hover,
#featured-blog > li ul.post-category-listing li a:hover {
  background: #00ffc2;
  color: #000;
  border: 1px solid #00ffc2;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li
  ul.post-category-listing
  li
  a,
#featured-blog > li ul.post-category-listing li a {
  border: 1px solid #fff;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li
  .post-description {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.5;
  display: none;
}
ul.post-listing > li .btn-cta-1 {
  display: none;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  .post-description,
#featured-blog > li .post-description {
  display: block;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  .btn-cta-1,
#featured-blog > li .btn-cta-1 {
  display: inline-flex;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  h3.post-title,
#featured-blog > li h3.post-title {
  font-size: 2.5em;
  line-height: 1.2;
}
ul.post-listing > li .post-description p {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 300;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  .post-description
  p,
#featured-blog > li .post-description p {
  color: #fff;
  margin: 0 0 20px;
  font-weight: 300;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  .post-image,
#featured-blog > li .post-image {
  width: 50%;
  height: 475px;
}
ul.post-listing:not(.related-posts):not(#blog-post-listing)
  > li:first-child
  .post-meta-info,
#featured-blog > li .post-meta-info {
  width: 50%;
  padding-left: 5%;
}
ul#blog-post-listing li .post-description {
  display: none;
}
.single-blog-banner .wrapper {
  align-items: center;
}
.single-blog-banner h1 {
  font-size: 3.8em;
  line-height: 1.2;
  text-align: center;
}
.single-blog-banner .post-category-listing {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px;
  padding: 0;
  justify-content: center;
}
.single-blog-banner .post-category-listing li {
  padding: 10px 15px;
  display: block;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  background-color: #000;
  text-decoration: none;
  width: auto;
  margin: 0 8px 10px;
  border: 1px solid #5d5d5d;
  text-transform: uppercase;
}
.single-blog-banner .post-category-listing li a {
  color: #fff;
  text-decoration: none;
}
.back-link {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1;
  color: #000;
  display: inline-block;
  margin: 0 0 50px;
}
.back-link img {
  vertical-align: middle;
  margin-right: 5px;
}
.single-featured-image {
  text-align: center;
  margin-bottom: 100px;
}
.single-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-single-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.blog-single-content .blog-single-content-meta {
  width: 250px;
  display: block;
}
.blog-single-content-meta span {
  font-size: 1em;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.single-content {
  width: 100%;
  display: block;
  padding: 0;
}
.single-content .wp-block-preformatted {
  margin: 0 0 20px;
  font-size: 2.5em;
  line-height: 1.2;
  color: #000;
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.single-content p,
.single-content li {
  font-size: 1.1em;
  line-height: 1.5;
  color: #000;
  margin: 0 0 20px;
}
.single-content p a {
  text-decoration: none;
  color: #00c99a;
}
.single-content h2 {
  font-size: 2.4em;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
}
.single-content h3 {
  font-size: 2em;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
}
.single-content h4 {
  font-size: 1.6em;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
}
.related-blogs {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.related-blogs h2 {
  font-size: 4em;
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin: 0 0 75px;
  text-align: center;
}
.page-section {
  width: 100%;
  display: flex;
  padding-bottom: 100px;
}
.page-section .single-content {
  padding: 0;
  width: 100%;
}
.about-banner {
  min-height: inherit;
  padding-top: 130px;
  padding-bottom: 100px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 500;
}
.about-banner h1 {
  max-width: 100%;
  font-size: 6em;
  line-height: 1;
  font-weight: 400;
  font-family: "Graphik";
  color: #000;
  margin: 0 0 40px;
}
.about-banner .banner-text {
  max-width: 90%;
  width: 100%;
  margin: 0 0 60px;
}
.about-banner .banner-text p {
  margin: 0;
  font-size: 1.8em;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
.about-banner a.btn-cta-1 {
  color: #000;
}
.about-banner a.btn-cta-1:before,
.about-banner a.btn-cta-1:after {
  background: #000;
}
.about-banner a.btn-cta-1 .arrow-wrapper .arrow-link,
.about-banner a.btn-cta-1 .arrow-wrapper .arrow-link-hover {
  background-image: var(--wpr-bg-75cd37b2-4f17-416a-ae85-9e5a2069cbc1);
}
.about-ft-img {
  width: 100%;
  display: flex;
}
.about-ft-img img {
  width: 100%;
  height: auto;
}
.about-block-image-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 100px;
}
.about-block-image-1 div {
  width: 48%;
}
.about-block-image-1 div + div {
  margin-top: 60px;
}
.about-block-image-1 div img {
  display: block;
}
.about-block-image-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #eee;
}
.about-block-image-2 div img {
  display: block;
}
.select-all-service {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 0 0;
}
.select-all-service a {
  width: 13vw;
  height: 13vw;
  border: 0.07vw solid #fff;
  text-transform: uppercase;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  text-decoration: none;
  display: flex;
  position: relative;
}
.projects-cta-bg {
  z-index: 0;
  width: 0%;
  height: 0%;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.cta-item-wrap {
  z-index: 3;
  grid-column-gap: 0.4vw;
  align-items: center;
  font-size: 1vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cta-item-wrap img {
  margin-bottom: 10px;
}
.cta-item-wrap.darktone {
  color: #000;
  opacity: 0;
  position: absolute;
}
.cta-item-wrap.light {
  z-index: 6;
  opacity: 1;
  color: #fff;
  position: absolute;
}
.select-all-service a:hover .projects-cta-bg {
  width: 100%;
  height: 100%;
}
.select-all-service a:hover .cta-item-wrap.light {
  opacity: 0;
}
.select-all-service a:hover .cta-item-wrap.darktone {
  opacity: 1;
}
.banner.single-case-banner,
.banner.web-dev-banner {
  background-size: cover;
}
.single-case-banner .blog-ft-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.single-case-banner .case-tagline {
  font-size: 2.5em;
  color: #fff;
  font-weight: 400;
  margin: 0 0 25px 0;
  line-height: 1;
  display: block;
}
.banner.single-case-banner h1 {
  font-size: 8em;
  line-height: 1;
}
.banner.single-case-banner .banner-text {
  max-width: inherit;
}
.banner.single-case-banner .banner-text p {
  font-size: 1.8em;
  line-height: 1.5;
}
.case-study-content {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 50px 0 0;
}
.case-study-content > div:last-of-type {
  padding-bottom: 0;
}
.case-2-block {
  width: 100%;
  display: flex;
  padding: 75px 0;
}
.case-2-block .left-case-block {
  width: 300px;
  padding-top: 12px;
}
.case-2-block .right-case-block {
  width: calc(100% - 300px);
  padding-left: 20px;
}
.case-2-block .left-case-block .serial-number {
  color: #000;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 15px;
}
.case-2-block .left-case-block .case-block-tagline {
  color: #000;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: 500;
}
.case-2-block .right-case-block h2 {
  font-size: 3.5em;
  margin: 0 0 50px;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.case-2-block .right-case-block p {
  font-size: 1.2em;
  margin: 0 0 30px;
  color: #000;
  line-height: 1.8;
}
ul.case-study-side-list {
  margin: 50px 0 0;
  padding: 0 10px 0 15px;
  width: 100%;
}
ul.case-study-side-list li {
  font-size: 1em;
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: 400;
}
ul.case-study-stats {
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.case-study-stats li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b5b5b5;
  padding: 35px 0;
  list-style: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.full-width-case-img {
  width: 100%;
  display: block;
  padding: 50px 0;
}
.full-width-case-img figure {
  margin: 0;
  width: 100%;
  display: block;
}
.full-width-case-img figure img {
  display: block;
  width: 100%;
}
.half-width-case-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.half-width-case-img figure {
  margin: 0;
  width: 49%;
}
.half-width-case-img figure img {
  display: block;
}
.case-study-big-title {
  padding-top: 70px;
}
.next-slide {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
}
.next-slide .next-slide-banner-content {
  width: 73%;
  display: inline-block;
}
.next-slide .next-slide-banner-content h2 {
  color: #fff;
  font-size: 8em;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 30px;
}
.next-slide .next-slide-banner-content p {
  color: #fff;
  font-size: 1.8em;
  line-height: 1.5;
  margin: 0;
}
.compare-features-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.compare-features-listing {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.compare-features-listing li {
  width: 100%;
  display: flex;
  padding: 100px 0;
  margin: 0;
  list-style: none;
  min-height: 700px;
}
.compare-features-listing li .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.compare-features-listing li:nth-child(2n) .wrapper {
  flex-direction: row;
}
.compare-features-listing li .ft-img {
  width: 38%;
  text-align: center;
}
.compare-features-listing li .ft-content {
  padding-left: 0;
  width: 55%;
}
.compare-features-listing li:nth-child(2n) .ft-content {
  padding-left: 50px;
}
.compare-features-listing li .ft-content .serial-no {
  color: #24d692;
  font-size: 2em;
  line-height: 1;
  margin: 0 0 15px;
  display: block;
  font-weight: 500;
}
.compare-features-listing li .ft-content h3 {
  color: #000;
  font-size: 4em;
  line-height: 1;
  margin: 0 0 25px;
  display: block;
  font-weight: 500;
}
.compare-features-listing li .ft-content p {
  margin: 0;
  color: #000;
  font-size: 1.3em;
  line-height: 1.5;
}
.compare-features-listing li.dark-block .ft-content h3 {
  color: #fff;
}
.compare-features-listing li.dark-block .ft-content p {
  color: #fff;
}
.compare-table-block {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.compare-header {
  text-align: center;
  width: 100%;
  margin: 0 auto 75px;
  max-width: 70%;
}
.compare-header h3 {
  margin: 0 0 25px;
  font-size: 4em;
  font-weight: 500;
  color: #000;
  line-height: 1;
}
.compare-header p {
  font-size: 1.5em;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.compare-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.compare-table > li {
  list-style: none;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.compare-table > li:nth-child(2n) {
  background-color: rgba(14, 14, 14, 0.04);
}
.compare-table li ul.row {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.compare-table li ul.row li {
  list-style: none;
  width: 25%;
  min-height: 105px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 25px 35px;
  color: #545454;
  font-size: 1.1em;
}
.compare-table li ul.row li.col-1 {
  font-weight: 500;
  color: #000;
  justify-content: flex-start;
  text-align: left;
}
.compare-table li ul.row li.col-2 {
  background-color: #00ffc2;
  color: #000;
}
.compare-table li:nth-child(2n) ul.row li.col-2 {
  background-color: #01f5bb;
}
.compare-table li:nth-child(2) ul.row li.col-2 {
  border-radius: 10px 10px 0 0;
}
.compare-table li:last-child ul.row li.col-2 {
  border-radius: 0 0 10px 10px;
}
.compare-table li:first-child ul.row li {
  border-radius: 10px;
  margin: 0 0 5px;
}
.compare-table li:first-child ul.row li.col-2 {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 2px 5px;
}
.compare-table li:first-child ul.row li.col-3,
.compare-table li:first-child ul.row li.col-4 {
  background-color: #e1e1e1;
  color: #000;
  margin: 0 2px 5px;
}
.col-2-gallery {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}
.col-2-gallery > div {
  width: 49%;
}
.action-block {
  width: 100%;
  display: flex;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 65px;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.action-block .action-text {
  width: 45%;
}
.action-block h4 {
  font-weight: 500;
  color: #000;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 30px;
}
.action-block p {
  margin: 0 0 30px;
  font-size: 1.2em;
  line-height: 1.5;
}
.ui-block.ui-dark-block .title-section-marquee-box {
  margin-bottom: 100px;
}
.ui-block.ui-dark-block .title-section-marquee-box h2 {
  color: #fff;
}
.ui-block.ui-dark-block .title-section-marquee-box h2:after {
  background-image: var(--wpr-bg-28be5a6b-71fb-4063-88be-5c9fc9d7993c);
}
.full-img {
  width: 100%;
  display: flex;
  margin: 50px 0 100px;
}
.action-block.dark {
  background: #161616;
}
.action-block.dark h4 {
  color: #fff;
}
.action-block.dark p {
  color: #fff;
}
.no-flex {
  display: inline-block;
}
.ux-design-block {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}
.ux-design-block .block-text {
  text-align: center;
  width: 100%;
  margin: 0 0 50px;
}
.ux-design-block .block-text.flex-block {
  display: flex;
  justify-content: space-between;
}
.ux-design-block .block-text.flex-block h3 {
  width: 40%;
  text-align: left;
}
.ux-design-block .block-text.flex-block .block-content {
  width: 50%;
  text-align: left;
}
.ux-design-block h3 {
  font-size: 4em;
  color: #fff;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 500;
}
.ux-design-block p {
  margin: 0 0 50px;
  font-size: 1.3em;
  color: #fff;
  line-height: 1.5;
}
.ui-case-study-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 100px 0 0;
}
.ui-case-study-single h4 {
  margin: 0;
  font-size: 3.5em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin: 0 0 20px;
}
.ui-case-study-single ul.tags {
  margin: 0;
  padding: 0;
  display: flex;
}
.ui-case-study-single ul.tags li {
  list-style: none;
  color: #d4d4d4;
  font-size: 1.5em;
  line-height: 1;
  margin-right: 15px;
}
.ui-case-study-single .ui-case-study-slider {
  width: 100%;
  margin: 75px 0 50px 65px;
}
.ui-case-study-single .ui-case-study-slider .ui-case-ft-img {
  width: 800px;
  height: 580px;
  margin: 0 25px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tech-process-graphic {
  text-align: center;
}
.react-cta-bg {
  background-position: right center !important;
  background-size: contain !important;
  background-color: rgb(38, 42, 41);
}
.essential-block {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  width: 100%;
  padding: 150px 0;
}
.essential-block h3 {
  font-weight: 500;
  color: #fff;
  font-size: 3.6em;
  margin: 0 0 1.6em;
  line-height: 1.2;
  letter-spacing: -1px;
}
.essential-block .essential-ft-img {
  width: 100%;
  margin: 0 0 50px;
}
.career-content-box {
  display: flex;
  width: 100%;
}
.career-content-box .title-block {
  width: 20%;
  padding-right: 20px;
}
.career-content-box .title-block h4 {
  margin: 10px 0 20px;
  font-size: 1.1em;
  color: #000;
  font-weight: 500;
  line-height: 1.3;
}
.career-content-box .career-content-block {
  width: 75%;
}
.career-content-box-1 {
  display: flex;
  align-items: flex-end;
}
.career-content-box-1 .ui-block-content-box {
  padding-left: 10%;
}
.career-gallery {
  width: 100%;
}
.career-gallery-slider .slick-slide {
  padding: 0 10px;
}
.career-gallery-slider-1 .slick-slide {
  padding: 0 10px;
}
.career-gallery-slider .slick-slide:nth-child(2n + 1) {
  margin-top: 20px;
}
.inner-wrapper {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
ul.career-services > li h4 {
  font-size: 3.8em;
}
ul.career-services > li .career-meta {
  color: #878787;
  font-size: 16px;
  line-height: 1;
}
ul.career-services > li .career-meta span {
  color: #fff;
  text-transform: uppercase;
  margin: 0 20px 0 10px;
}
.intro-block {
  width: 100%;
  display: flex;
  padding: 0;
  background: #fff;
  position: relative;
}
.intro-block .wrapper {
  display: flex;
  justify-content: space-between;
}
.intro-block .block-text {
  width: 45%;
  padding: 80px 0 80px 0;
}
.intro-block .block-text h3 {
  color: #000;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 40px;
}
.intro-block .block-text p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0;
}
.intro-block .block-ft-img {
  position: absolute;
  right: -100px;
  bottom: -50px;
  width: 55%;
}
.intro-block-1 {
  width: 100%;
  display: flex;
  padding: 100px 0 0;
  background: #000;
}
.intro-block-1 .block-text {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 0 50px;
}
.intro-block-1 .block-text h3 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 40px;
}
.intro-block-1 .block-text p {
  color: #959595;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 75%;
}
.intro-block-1 .block-ft-img {
  width: auto;
  display: flex;
  justify-content: center;
}
.intro-block-1 .block-ft-img img {
  display: block;
}
.page-404-ft-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.page-404-ft-img img {
  max-width: 50vw;
  height: auto;
}
.page-404-content h1 {
  color: #000;
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 4em;
  line-height: 1;
}
.page-404-content p {
  color: #000;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.5;
}
.general-page-header {
  width: 100%;
  display: flex;
  padding: 170px 0 50px;
}
.general-page-header .general-ft-text h1 {
  margin: 0;
  color: #000;
  line-height: 1.2;
  font-size: 4em;
  font-weight: 600;
}
#load-more-posts-container {
  text-align: center;
}
.blog-cta-block {
  margin-top: 45px;
}
.blog-cta-block .block-text h3 {
  font-size: 3em;
  margin: 0 0 25px;
}
.share-box {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
}
.share-box span {
  line-height: 32px;
}
.share-box ul.social-listing {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-box ul.social-listing li {
  width: 32px;
  height: 32px;
  display: inline-block;
  list-style: none;
  margin: 0;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.share-box ul.social-listing li:hover {
  opacity: 0.7;
}
.share-box ul.social-listing li a {
  width: 100%;
  height: 100%;
  display: block;
}
.share-box ul.social-listing li.share-fb {
  background: var(--wpr-bg-1a78f9e3-ece5-44c5-a337-ca1a6c2c0fee) center center
    no-repeat;
}
.share-box ul.social-listing li.share-x {
  background: var(--wpr-bg-66cea9a8-bb34-4b0b-9075-c08c24ed9358) center center
    no-repeat;
}
.share-box ul.social-listing li.share-lkdn {
  background: var(--wpr-bg-d41e6d35-2f75-4e8a-9b3b-cfde1f4a54e4) center center
    no-repeat;
}
.post-permalink {
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-permalink ul {
  color: #fff;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-permalink ul li {
  font-size: 1em;
  line-height: 32px;
  padding: 0 15px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.post-permalink ul li:after {
  content: ">";
  position: absolute;
  color: #fff;
  right: 0;
  line-height: 32px;
}
.post-permalink ul li a {
  color: #fff;
  text-decoration: none;
}
.post-permalink ul li a:hover {
  color: #00c99a;
}
.post-permalink ul li:last-child:after {
  display: none;
}
@media (max-width: 1600px) {
  .banner-ft-img .shadow-ft-img {
    right: 0;
  }
  .banner-ft-img .main-ft-img {
    right: 5%;
    top: 14%;
  }
  .banner h1,
  .about-banner h1 {
    font-size: 4.8em;
  }
  .trusted-companies {
    padding: 30px 0 75px;
  }
  .contact-banner .wrapper {
    padding: 0 120px;
  }
  .wealth-exp-block .block-text {
    width: 45%;
  }
  .wealth-exp-block .block-ft-img {
    width: 45%;
  }
  .banner.service-banner .banner-ft-img-service {
    right: -60px;
  }
  .mob-app-cta-block .block-ft-img {
    max-width: 50%;
  }
  .heading-wrap .title h2 {
    font-size: 3.8em;
    letter-spacing: -1px;
  }
  .banner.staff-banner {
    background-size: 80% auto;
    background-position: right center;
  }
  .post-permalink {
    margin-left: 20px;
  }
  .share-box {
    margin-right: 20px;
  }
  .single-post-info {
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .wrapper {
    padding: 0 50px;
  }
  .banner.contact-banner .banner-ft-img {
    width: 45%;
    top: 11%;
    right: -12%;
  }
  .consultation-block h2,
  .faq-block h3 {
    font-size: 3.2em;
  }
  .contact-form form div.form-footer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .file-upload-container {
    width: auto;
    margin-bottom: 20px;
  }
  .consultation-block .content-block {
    width: 70%;
  }
  ul.faq-list li .action-btn {
    top: 60px;
  }
  .general-banner .general-ft-text h1 {
    font-size: 3.5em;
  }
  .service-listing li.service:first-child .service-content {
    width: 65%;
  }
  .ui-case-study-single .ui-case-study-slider {
    margin: 50px 0 0 25px;
  }
  .ui-case-study-single .ui-case-study-slider .ui-case-ft-img {
    width: 525px;
    height: 430px;
  }
  .ui-banner .ui-banner-text h1 {
    font-size: 4em;
  }
  .ui-banner .ui-banner-text .ui-banner-content p {
    font-size: 24px;
  }
  .ui-banner {
    padding: 150px 0 0;
  }
  .action-block h4 {
    font-size: 2.6em;
  }
  .ui-block h3 {
    font-size: 3.2em;
  }
  .banner-ft-img-staff .ft-img-1 {
    left: 0;
  }
  .banner-ft-img-staff .ft-img-2 {
    right: 10%;
    top: 35%;
  }
  .banner-ft-img-staff .ft-img-3 {
    left: 20%;
    top: 20%;
  }
}
@media (max-width: 1250px) {
  .main-navigation li {
    margin: 0 1.5em;
  }
  .banner-ft-img .main-ft-img {
    right: 5%;
    top: 20%;
    max-width: 450px;
  }
  .banner-ft-img .shadow-ft-img {
    top: 20%;
    right: 0%;
    max-width: 490px;
  }
  .section-2 h2 {
    font-size: 3.6em;
  }
  ul.dev-process li p br {
    display: none;
  }
  .section-3 .inner-box h2,
  .section-5 .inner-box h3,
  .section-8 .inner-box h3 {
    font-size: 3.2em;
  }
  .section-8 .inner-box h3 br {
    display: none;
  }
  .case-study-block .ft-img {
    height: 550px;
  }
  .heading-wrap .title h2 {
    font-size: 3.2em;
  }
  .heading-wrap .content {
    width: 32%;
  }
  .section-9 h3 {
    font-size: 4em;
    letter-spacing: -1px;
  }
  .foot-widget-2 {
    padding-left: 5%;
  }
  .section-3 .title-section {
    margin-top: 8em;
  }
  ul.dev-services > li h4 {
    font-size: 4em;
  }
  .site-footer {
    padding-bottom: 60px;
  }
  .title-section-marquee-box h2 {
    font-size: 5em;
  }
  .banner h1,
  .about-banner h1 {
    font-size: 4.2em;
    letter-spacing: -1px;
  }
  #scrollDown {
    display: none;
  }
  .section-2 h3 br,
  .section-2 h2 br,
  .section-5 .inner-box h3 br {
    display: none;
  }
  .menu-1 {
    width: 30%;
  }
  .menu-1 ul li {
    font-size: 3em;
  }
  .menu-2,
  .menu-4 {
    padding-left: 40px;
  }
  .menu-3 {
    padding-left: 40px;
    width: 30%;
  }
  .banner.industry-banner h1 {
    font-size: 3.8em;
    margin: 0 0 20px;
  }
  .banner.industry-banner .banner-text {
    max-width: 480px;
  }
  .service .service-content h3 {
    font-size: 2.2em;
  }
  .development-services-block {
    padding: 60px 0 50px;
  }
  .help-clients {
    padding: 100px 0;
  }
  .help-clients h2 {
    font-size: 2.8em;
    margin: 0 0 30px;
  }
  .help-clients .help-listing li a {
    font-size: 1.4em;
  }
  .help-clients .help-ft-block {
    min-height: 450px;
    padding: 60px 40px 40px;
  }
  .help-clients .help-ft-block p {
    font-size: 1.5em;
  }
  .service-banner-ft-img {
    height: 670px;
  }
  .our-services h2 {
    font-size: 3.2em;
  }
  ul.our-service-listing li h4 {
    font-size: 1em;
  }
  .banner.tech-banner .general-ft-img {
    width: 60%;
  }
  .banner.single-case-banner h1,
  .next-slide .next-slide-banner-content h2 {
    font-size: 6em;
  }
  .single-case-banner .case-tagline {
    font-size: 2em;
  }
  .case-2-block .right-case-block h2 {
    font-size: 2.8em;
    margin: 0 0 30px;
  }
  .case-2-block .left-case-block {
    width: 250px;
  }
  .case-2-block .right-case-block {
    width: calc(100% - 250px);
  }
  .banner.web-dev-banner .general-ft-text {
    width: 60%;
  }
  .compare-features-listing li .ft-content h3,
  .compare-header h3 {
    font-size: 3em;
  }
  .compare-header {
    max-width: 90%;
  }
  .compare-header p {
    font-size: 1.2em;
  }
  .compare-features-listing li .ft-content .serial-no {
    font-size: 1.5em;
  }
  .compare-banner {
    background-size: 100% auto !important;
  }
  .compare-features-listing li .ft-content p {
    font-size: 1.1em;
  }
  .ui-banner .ui-banner-text h1 {
    font-size: 4em;
  }
  .ui-banner .ui-banner-text .ui-banner-content p {
    font-size: 22px;
    line-height: 32px;
  }
  .ui-block h3 {
    font-size: 3em;
  }
  .ui-block .ui-block-content-box p {
    font-size: 1.2em;
  }
  .left-no-padding > div {
    width: 33%;
    padding: 20px 40px 0 0;
    margin: 0 0 20px;
  }
  .action-block h4 {
    font-size: 2.4em;
  }
  .action-block .action-text {
    width: 70%;
  }
  .ui-case-study-single h4 {
    font-size: 2.8em;
  }
  .ui-case-study-single ul.tags li {
    font-size: 1.2em;
  }
  .col-3-list > div h4 {
    font-size: 1.6em;
  }
  .ux-design-block h3 {
    font-size: 3em;
  }
  .essential-block {
    padding: 100px 0;
  }
  .essential-block h3 {
    font-size: 3em;
  }
  .intro-block-1 .block-ft-img {
    width: 75%;
    margin: 0 auto;
  }
  .blog-banner h1 {
    font-size: 4em;
    line-height: 1.2;
  }
  .blog-cta-block .block-text h3 {
    font-size: 2.5em;
  }
  .blog-cta-block {
    padding: 65px 0 50px;
  }
  .blog-section {
    padding-bottom: 0;
  }
  ul.post-listing > li:first-child h3.post-title {
    font-size: 2em;
  }
  ul.post-listing > li .post-image {
    height: 320px;
    margin-bottom: 30px;
  }
  ul.post-listing > li h3.post-title {
    font-size: 1.3em;
  }
  ul.post-listing > li .post-description {
    font-size: 1em;
  }
  ul.post-listing > li ul.post-category-listing li {
    font-weight: 400;
  }
}
@media (max-width: 1150px) {
  .heading-wrap .title h2 {
    font-size: 3.6em;
  }
  .heading-wrap .content {
    width: 40%;
  }
  .menu-tagline {
    display: none;
  }
  .page-menu-footer {
    justify-content: center;
  }
  .company-logos .company-logo {
    height: 35px;
  }
  #testimonial-slider {
    padding-top: 50px;
  }
  .feature-wrapper {
    padding-bottom: 50px;
  }
  #testimonial-slider h3 {
    font-size: 3.2em;
  }
  ul.faq-list li {
    padding: 35px 55px 35px 15px;
  }
  ul.faq-list li .action-btn {
    top: 50px;
  }
  .banner.contact-banner .banner-text p br {
    display: none;
  }
  .contact-banner .wrapper {
    padding: 0 80px;
  }
  .wealth-exp-block .block-text h3 {
    font-size: 3em;
    margin: 0 0 20px;
  }
  .col-3-list > div h4 {
    font-size: 1.6em;
  }
  .col-3-list > div p {
    font-size: 1em;
  }
  .major-industries h2 {
    font-size: 3.5em;
    margin: 0 0 80px;
  }
  .banner-ft-img-service {
    width: calc(1634px / 2.2);
  }
  .banner.service-banner {
    height: 700px;
  }
  .banner.service-banner .ft-text {
    top: 170px;
  }
  .general-banner .general-ft-text h1,
  .general-banner.mob-app-banner .general-ft-text h1 {
    font-size: 3em;
    margin-bottom: 20px;
  }
  .general-banner .general-ft-text p {
    margin-bottom: 20px;
  }
  .general-banner .general-ft-text {
    width: 50%;
  }
  .general-banner .general-ft-img {
    width: 50%;
  }
  .section-3 .inner-box h2,
  .section-5 .inner-box h3,
  .section-8 .inner-box h3 {
    font-size: 3em;
  }
  .col-4-tech {
    flex-wrap: wrap;
  }
  .col-4-tech > div {
    width: 49%;
  }
  .col-4-tech .tech-col p {
    min-height: 100px;
  }
  .open-source-block .block-text h3,
  .call-to-action-block h3 {
    font-size: 2.8em;
    margin: 0 0 20px;
  }
  .open-source-block .block-text {
    width: 65%;
    padding-right: 5%;
  }
  ul.inner-service-list li h4 {
    padding: 0 30px 0 15px;
    font-size: 1.3em;
  }
  .section-5 {
    padding-bottom: 80px;
  }
  ul.inner-service-list li {
    padding: 30px 30px 25px 25px;
  }
  .mob-app-cta-block {
    padding: 100px 0 80px;
  }
  ul.tools-list li {
    width: 18.45%;
    padding: 25px 20px 20px 25px;
  }
  .col-2-list > div {
    padding: 20px 25px;
  }
  .about-banner .banner-text {
    max-width: 100%;
  }
  .service-listing li.service:first-child .service-content h3 {
    font-size: 2.5em;
  }
  .service .service-content h3 {
    font-size: 1.8em;
  }
  .service .service-ft-img {
    height: 55px;
  }
  .intro-block .block-text h3,
  .intro-block-1 .block-text h3 {
    font-size: 2.5em;
  }
  .intro-block .block-text p,
  .intro-block-1 .block-text p {
    font-size: 1em;
  }
  .compare-features-listing li {
    min-height: 500px;
  }
  .general-page-header .general-ft-text h1 {
    font-size: 3.2em;
  }
  ul.post-listing > li .post-image {
    height: 250px;
  }
  ul.post-listing:not(.related-posts) > li:first-child .post-image {
    height: 375px;
  }
}
@media (max-width: 1000px) {
  .main-navigation {
    display: none !important;
  }
  .ft-text {
    top: 0;
    transform: translateY(0);
    margin-top: 150px;
  }
  .banner {
    max-height: inherit;
    height: auto;
  }
  .banner-ft-img {
    position: relative;
    height: auto;
    text-align: center;
    margin-top: -150px;
  }
  .banner-ft-img .main-ft-img {
    position: relative;
    display: inline-block;
    top: 35px;
    right: 0;
  }
  .banner-ft-img .shadow-ft-img {
    top: 0;
    right: 14%;
  }
  .industry-banner .ft-text {
    margin-bottom: 100px;
  }
  ul.dev-process li {
    width: 50%;
  }
  ul.dev-process li h4 {
    min-height: 58px;
  }
  .section-3 .inner-box h2,
  .section-5 .inner-box h3,
  .section-8 .inner-box h3 {
    font-size: 2.8em;
  }
  .case-study-block .ft-img {
    height: 450px;
  }
  .section-4 {
    padding: 100px 0 50px;
  }
  .section-5-content-box .content-block {
    width: 80%;
  }
  ul.dev-services > li h4 {
    font-size: 3.5em;
  }
  .section-5 {
    padding-bottom: 60px;
  }
  .heading-wrap {
    padding-left: 0;
  }
  .technology-list {
    justify-content: center;
  }
  .technology-list li {
    width: 23%;
    margin: 1%;
  }
  .section-2 {
    padding-bottom: 50px;
  }
  .title-section-marquee-box h2 {
    padding-left: 25px;
  }
  .title-section-marquee-box h2:after {
    width: 55px;
    height: 55px;
    background-size: contain;
    margin-left: 25px;
  }
  .section-9 h3 {
    font-size: 3.5em;
  }
  ul.dev-services > li {
    padding-right: 0;
  }
  .methodology-list li {
    padding: 40px 30px 40px 40px;
  }
  .methodology-list li span {
    margin: 0 0 20px;
  }
  .foot-widget-3 {
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .foot-menu-5 {
    margin-bottom: 30px;
  }
  .foot-widget-3 p {
    margin-bottom: 10px;
  }
  .site-footer {
    padding-bottom: 30px;
    padding-top: 75px;
  }
  .foot-widget-1 {
    max-width: 100%;
    width: 100%;
    align-items: center;
    margin-bottom: 60px;
  }
  .foot-widget-1 .header-logo {
    margin-bottom: 40px;
  }
  .foot-widget-2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .foot-menu-1 {
    margin-bottom: 70px;
  }
  ul.tech-stack li:first-child:before {
    display: inline-block;
  }
  ul.tech-stack li {
    padding-left: 0;
    width: 32%;
  }
  .section-9 {
    background-attachment: scroll;
  }
  .page-menu-main {
    height: auto;
    overflow-y: visible;
  }
  .page-menu-footer {
    padding: 30px 0;
  }
  .menu-1 {
    width: 25%;
  }
  .menu-1 ul li {
    font-size: 2em;
  }
  .menu-2,
  .menu-4 {
    padding-left: 20px;
  }
  .menu-3 {
    padding-left: 20px;
    width: 35%;
  }
  .feature-list {
    flex-wrap: wrap;
  }
  .feature-list > div {
    width: 100%;
    padding: 35px 25px;
    margin: 0 0 20px;
  }
  .feature-list > div h4 br {
    display: none;
  }
  .testi-slider .slide {
    max-width: 100%;
    padding: 25px 25px 30px 25px;
    margin: 0 15px;
  }
  .banner.contact-banner .banner-ft-img {
    position: absolute;
  }
  .banner.contact-banner .ft-text {
    width: 100%;
  }
  .banner.contact-banner .banner-ft-img {
    display: none;
  }
  .consultation-block h2,
  .faq-block h3 {
    font-size: 2.8em;
  }
  .banner.contact-banner h1 {
    font-size: 3.5em;
  }
  .work-banner .ft-text {
    padding-bottom: 100px;
    top: 50px;
    margin-top: 100px;
  }
  .banner.work-banner {
    height: auto;
    min-height: auto;
  }
  .banner.work-banner h1 {
    font-size: 3.5em;
    letter-spacing: 0;
  }
  .contact-form {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .consultation-block .content-block,
  ul.faq-list {
    width: 100%;
  }
  .consultation-block,
  .faq-block {
    padding: 50px 0;
  }
  .col-3-list > div {
    width: 46%;
    margin: 0 2% 30px;
    padding: 35px 25px 50px;
  }
  .banner.industry-banner h1 {
    font-size: 3.2em;
  }
  .industry-banner .ft-text {
    margin-bottom: 0;
  }
  .industry-ft-img {
    width: 100%;
    position: static;
    margin: 0 0 50px;
    text-align: right;
    padding-left: 20%;
  }
  .major-industries h2 {
    font-size: 2.8em;
    margin: 0 0 50px;
  }
  .banner.service-banner .ft-text {
    top: 0;
    margin-top: 0;
  }
  .banner.service-banner h1 {
    font-size: 3.8em;
    margin: 0 0 20px;
  }
  .banner.service-banner {
    height: auto;
  }
  .banner.service-banner .banner-ft-img-service {
    right: -50px;
    bottom: -100px;
    width: 60%;
  }
  .help-clients h2 {
    font-size: 2.2em;
  }
  .help-clients .help-listing li a {
    padding: 25px 40px 25px 80px;
    font-size: 1.2em;
  }
  .help-clients .help-listing li a span {
    left: 20px;
  }
  .help-clients .help-listing li.active {
    background-position: right 20px center;
  }
  .help-clients .help-ft-block {
    min-height: inherit;
    padding: 35px 25px;
  }
  .help-clients .help-ft-block p {
    font-size: 1.2em;
  }
  .help-clients .help-ft-block .btn-cta-1 {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .help-clients .help-ft-block img {
    margin-bottom: 20px;
    max-width: 70%;
  }
  .service-banner-ft-img {
    height: 500px;
  }
  .our-services h2 {
    font-size: 2.6em;
    letter-spacing: 0;
  }
  ul.our-service-listing li {
    padding: 20px;
  }
  .general-banner .general-ft-text {
    width: 100%;
    margin: 150px 0 20px;
  }
  .banner.tech-banner .general-ft-img {
    position: static;
    width: 50%;
  }
  .general-banner .general-ft-img {
    width: 50%;
    margin: 0 auto;
  }
  .tech-list-box {
    padding: 50px 0;
  }
  .open-source-block .block-text {
    width: 80%;
    padding-right: 0;
  }
  .general-banner .wrapper {
    flex-wrap: wrap;
  }
  .general-banner .general-ft-text p {
    font-size: 20px;
  }
  .heading-wrap .title h2 {
    font-size: 2.8em;
  }
  .tabs-header .tab {
    font-size: 1em;
  }
  .mob-app-banner.general-banner .general-ft-text {
    width: 50%;
  }
  .mob-app-banner.general-banner .tech-banner-ft-img {
    right: 0;
    width: 50%;
  }
  .mob-app-banner .tech-banner-ft-img > div.tech-shadow-ft-img-1 {
    top: -35px;
  }
  .mob-app-banner .tech-banner-ft-img > div.tech-main-ft-img {
    top: -70px;
  }
  .section-8 .inner-box {
    margin-top: 60px;
  }
  .section-8 .inner-box h3 {
    margin-bottom: 1em;
  }
  .section-8 .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
  .spacer-80 {
    height: 50px;
  }
  .section-5 .inner-box {
    margin-top: 50px;
  }
  .mob-app-cta-block .block-ft-img {
    position: static;
  }
  .open-source-block .block-text h3 br,
  .open-source-block .block-text br,
  .section-8 .inner-box h3 br,
  .general-banner .general-ft-text p br,
  .heading-wrap .title h2 br,
  .call-to-action-block h3 br {
    display: none;
  }
  ul.tools-list li {
    width: 23.48%;
  }
  .about-banner .banner-text p {
    font-size: 1.5em;
  }
  .case-2-block .right-case-block h2 {
    font-size: 2.5em;
  }
  .single-case-banner .blog-ft-text {
    transform: translateY(0%);
  }
  .case-2-block .left-case-block {
    width: 200px;
  }
  .case-2-block .right-case-block {
    width: calc(100% - 200px);
  }
  .next-slide .next-slide-banner-content h2 {
    font-size: 5em;
  }
  .next-slide .next-slide-banner-content p {
    font-size: 1.5em;
  }
  .next-slide .next-slide-banner-content p br {
    display: none;
  }
  .banner.web-dev-banner .general-ft-text {
    margin-top: 0;
    width: 100%;
  }
  .compare-table li ul.row li {
    font-size: 1em;
    padding: 10px 20px;
    min-height: inherit;
  }
  .compare-features-listing li .ft-content h3,
  .compare-header h3 {
    font-size: 2.5em;
  }
  .banner.compare-banner .banner-ft-img-service {
    width: 50%;
    bottom: inherit;
    right: 0;
  }
  .banner.compare-banner h1 {
    font-size: 3em;
  }
  .banner.compare-banner .banner-text p {
    font-size: 18px;
  }
  .ui-banner .ui-banner-text h1 {
    font-size: 3em;
  }
  .ui-banner .ui-banner-text .ui-banner-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .ui-banner {
    height: 750px;
  }
  .col-3-list {
    justify-content: flex-start;
  }
  .left-no-padding > div {
    width: 50%;
    margin: 0 0 30px;
    padding: 35px 25px 0 0;
  }
  .action-block {
    padding: 40px;
  }
  .ui-block h3 {
    font-size: 2.6em;
  }
  .ui-block .ui-block-content-box p br {
    display: none;
  }
  .ux-design-block .block-text.flex-block h3 {
    width: 50%;
  }
  .ui-case-study-single .ui-case-study-slider .ui-case-ft-img {
    width: calc(100% - 50px);
    height: 320px;
  }
  .select-all-service a {
    width: 20vw;
    height: 20vw;
  }
  .cta-item-wrap {
    font-size: 2vw;
  }
  .select-all-service {
    height: 150px;
  }
  .banner-ft-img-staff {
    display: none;
  }
  .call-to-action-1 .call-to-action-block h3 br {
    display: none;
  }
  .col-2-page-layout .main-col {
    max-width: calc(100% - 250px);
  }
  .blog-banner h1 {
    font-size: 3.2em;
  }
  .blog-cta-block .block-text h3 {
    font-size: 2em !important;
  }
  .blog-cta-block .block-text {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .banner-ft-img {
    margin-top: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .banner-ft-img .shadow-ft-img {
    right: 5%;
  }
  .section-3 .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
  .section-3-meta-links p {
    font-size: 1.1em;
  }
  .case-studies-wrap {
    flex-wrap: wrap;
    margin: 0;
  }
  .case-studies-wrap .case-study-block {
    width: 100%;
    margin: 0 0 50px;
  }
  .case-study-block .ft-img {
    margin: 0 0 30px;
  }
  .section-5 .inner-box,
  .section-8 .inner-box {
    padding-left: 0;
    padding-right: 0;
  }
  ul.dev-services > li h4 {
    font-size: 3em;
    letter-spacing: -2px;
  }
  ul.idea-listing {
    flex-wrap: wrap;
  }
  ul.idea-listing li {
    margin-bottom: 100px;
  }
  ul.dev-services > li {
    padding: 40px 0 20px 60px;
  }
  ul.dev-services > li .service-title span {
    top: 45px;
  }
  .heading-wrap {
    flex-wrap: wrap;
  }
  .heading-wrap .title {
    width: 100%;
  }
  .heading-wrap .content {
    width: 100%;
  }
  .technology-list li {
    width: 31%;
    height: 100px;
  }
  .section-7 .wrapper {
    height: auto;
    flex-wrap: wrap;
  }
  .section-7 .left-fix-block {
    width: 100%;
    max-width: 100%;
    position: static;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .section-7 .right-scrol-block {
    width: 100%;
  }
  .feature-wrapper {
    padding-bottom: 0;
  }
  .section-9 {
    padding: 100px 0;
  }
  .section-9 h3 {
    font-size: 2.8em;
    line-height: 1.3;
  }
  ul.tech-stack li {
    width: 49%;
  }
  #full-page-menu {
    background: #000;
    flex-wrap: wrap;
  }
  #full-page-menu .wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 0;
    height: 100vh;
    overflow-y: auto;
    position: relative;
  }
  .page-menu-main {
    flex-direction: column;
    padding: 0;
    border-top: none;
  }
  .menu-2,
  .menu-3,
  .menu-4,
  .menu-5,
  .social-menu {
    width: 100%;
    border-right: none;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 10px 0;
    border-radius: 10px;
    padding: 15px 25px;
  }
  .menu-2 p.menu-title {
    display: block;
  }
  p.menu-title {
    font-size: 1.2em;
  }
  .menu-2 ul,
  .menu-3 ul,
  .menu-4 ul,
  .social-menu ul {
    display: none;
    padding-top: 15px;
    flex-wrap: wrap;
  }
  .menu-2 p.menu-title,
  .menu-3 p.menu-title,
  .menu-4 p.menu-title,
  .menu-5 p.menu-title,
  .social-menu p.menu-title {
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
  }
  .menu-2 p.menu-title:after,
  .menu-3 p.menu-title:after,
  .menu-4 p.menu-title:after,
  .social-menu p.menu-title:after {
    content: "";
    width: 15px;
    height: 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: var(--wpr-bg-6a0f0e3d-31bd-4f71-b64f-261b93b543b4) right center
      no-repeat;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .menu-5 p.menu-title:after {
    content: "";
    width: 15px;
    height: 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: var(--wpr-bg-8108ff50-4774-4c4f-ac26-ed1af591e1c6) right center
      no-repeat;
    position: absolute;
    right: 5px;
    top: 10px;
    transform: rotate(-90deg);
  }
  .menu-2 p.menu-title.expanded:after,
  .menu-3 p.menu-title.expanded:after,
  .menu-4 p.menu-title.expanded:after,
  .social-menu p.menu-title.expanded:after {
    transform: rotate(180deg);
  }
  .menu-5 p.menu-title a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .menu-2 ul li,
  .menu-3 ul li,
  .menu-4 ul li,
  .social-menu ul li {
    font-size: 0.9em;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
    width: 49%;
    display: inline-block !important;
    vertical-align: top;
    margin-left: 0;
  }
  .menu-3 ul li {
    width: 100%;
  }
  .menu-2 ul li a,
  .menu-3 ul li a,
  .menu-4 ul li a,
  .social-menu ul li a {
    color: #878787;
  }
  .menu-2 ul li a:hover,
  .menu-3 ul li a:hover,
  .menu-4 ul li a:hover,
  .social-menu ul li a:hover {
    color: #00c99a;
  }
  .menu-2 a:hover:after,
  .menu-2 a.active-link:after,
  .menu-3 a:hover:after,
  .menu-3 a.active-link:after,
  .menu-4 a:hover:after,
  .menu-4 a.active-link:after {
    width: 0;
  }
  .call-to-action-1 .inner-wrapper,
  .call-to-action.cta-shortcode .inner-wrapper {
    flex-direction: column;
  }
  .call-to-action-1 .call-to-action-block,
  .call-to-action .call-to-action-block {
    width: 100%;
  }
  .social-menu p.menu-title {
    display: block;
  }
  .cursor {
    display: none !important;
  }
  html,
  * {
    cursor: none;
  }
  .menu-1 {
    display: none;
  }
  .only-mobile {
    display: block !important;
  }
  .page-menu-footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .header-right .btn-cta-2 {
    display: none !important;
  }
  .show-menu header {
    background: #000;
  }
  .mobile-menu-footer {
    display: block;
  }
  .foot-widget-1 {
    order: 2;
    margin-bottom: 30px;
  }
  .foot-widget-2 {
    order: 0;
  }
  .foot-widget-3 {
    order: 1;
  }
  .foot-menu-1 .foot-menu-title {
    display: block;
    position: relative;
    color: #878787;
  }
  .foot-menu-1 ul {
    flex-direction: column;
    display: none;
  }
  .foot-menu-1 ul li {
    font-size: 0.9em;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 20px;
    list-style: none;
    color: #fff;
  }
  .foot-wrap ul li {
    font-size: 0.9em;
  }
  .foot-wrap {
    flex-direction: column;
  }
  .foot-menu-1,
  .foot-menu-2,
  .foot-menu-3,
  .foot-menu-4 {
    margin-bottom: 0;
    border-bottom: 1px solid #262626;
    padding: 15px 0;
  }
  .foot-menu-title {
    font-size: 1.2em;
    position: relative;
    margin-bottom: 0;
    color: #878787;
  }
  .foot-menu-title:after {
    content: "+";
    position: absolute;
    right: 5px;
    top: 12px;
    content: "";
    width: 15px;
    height: 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: var(--wpr-bg-abda8593-b0e6-498e-bc7b-98d9bb0c42dd) right center
      no-repeat;
  }
  .foot-menu-title.expanded:after {
    transform: rotate(180deg);
  }
  .foot-wrap ul {
    display: none;
  }
  .foot-widget-3 {
    margin-top: 0;
    border-top: none;
    padding-bottom: 20px;
  }
  .foot-menu-1 ul,
  .foot-menu-2 ul,
  .foot-menu-3 ul,
  .foot-menu-4 ul {
    padding-top: 20px;
  }
  .foot-widget-1 h6,
  .site-footer .tnp-subscription {
    display: none;
  }
  .foot-widget-1 .header-logo {
    margin-bottom: 20px;
  }
  .copyrights {
    display: block;
  }
  .contact-banner .wrapper {
    padding: 0 50px;
  }
  .wealth-exp-block .wrapper {
    flex-wrap: wrap;
  }
  .wealth-exp-block .block-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .wealth-exp-block .block-ft-img {
    width: 100%;
    padding: 0 20%;
  }
  .industry-banner {
    flex-wrap: wrap;
  }
  .banner.service-banner h1 {
    font-size: 3.2em;
  }
  .banner.service-banner .banner-ft-img-service {
    width: 100%;
    position: relative;
    margin: 0;
    bottom: -50px;
  }
  .service {
    flex-wrap: wrap;
  }
  .service .service-ft-img {
    width: 100%;
    margin: 0 0 30px;
  }
  .service .service-content {
    width: 100%;
  }
  .help-clients {
    padding: 70px 0 50px;
  }
  .help-clients .wrapper {
    flex-wrap: wrap;
  }
  .help-clients .left-block {
    width: 100%;
  }
  .help-clients .right-block {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
    margin: 0 auto;
  }
  .help-clients .help-ft-block {
    display: flex;
  }
  .help-clients .help-ft-block .btn-cta-1 {
    position: absolute;
    left: 25px;
    bottom: 40px;
  }
  .general-banner .general-ft-img,
  .banner.tech-banner .general-ft-img {
    width: 70%;
  }
  .tech-col {
    padding: 30px 25px;
    margin: 0 0 15px;
  }
  .tech-list-box {
    padding: 0 0 30px;
  }
  .open-source-block .wrapper {
    flex-wrap: wrap;
  }
  .open-source-block .block-text {
    width: 100%;
    margin: 0 0 50px;
  }
  .open-source-block .block-ft-img {
    width: 50%;
    margin: 0 auto;
  }
  .open-source-block {
    padding: 50px 0 30px;
  }
  .mob-app-banner.general-banner .general-ft-text {
    width: 100%;
  }
  .mob-app-banner.general-banner .tech-banner-ft-img {
    width: 70%;
    position: relative;
    display: inline-block;
    height: 360px;
    margin: 70px auto 0;
  }
  ul.inner-service-list li {
    width: 100%;
    padding: 20px 25px 20px 20px;
    margin: 0 0 15px;
  }
  ul.inner-service-list li h4 {
    font-size: 1.1em;
  }
  .call-to-action-block {
    min-height: inherit;
    padding: 50px 0;
  }
  .case-2-block {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .case-2-block .left-case-block {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .case-2-block .right-case-block {
    width: 100%;
    padding: 0;
  }
  .full-width-case-img {
    padding: 25px 0;
  }
  .next-slide .next-slide-banner-content h2 {
    font-size: 4em;
  }
  .banner.service-banner {
    min-height: auto;
  }
  .banner.service-banner .ft-text {
    margin-top: 100px;
  }
  .service-listing li.service:first-child {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .service-listing li.service:first-child .service-content {
    width: 100%;
  }
  .service-listing li.service:first-child .service-ft-img {
    height: 250px;
  }
  .service-listing li.service:first-child .service-ft-img img {
    height: 100%;
    width: auto;
  }
  .service {
    width: 100%;
  }
  .banner.compare-banner .banner-text {
    max-width: 100%;
  }
  .banner.compare-banner .banner-ft-img-service {
    width: 100%;
    position: relative;
    margin: 100px 0 0;
    bottom: 50px;
    transform: translateY(0);
    right: -50px;
  }
  .essential-block {
    padding: 80px 0;
  }
  .essential-block h3 {
    font-size: 2.5em;
  }
  .essential-block h3 br {
    display: none;
  }
  .mob-hide {
    display: none;
  }
  .case-study-block .ft-img .desktop-ft-img {
    display: none;
  }
  .case-study-block .ft-img .mobile-ft-img {
    display: block;
    width: 100%;
  }
  .single-blog-banner h1 {
    font-size: 3em;
  }
  .general-page-header .general-ft-text h1 {
    font-size: 2.5em;
  }
  .animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
@media (max-width: 767px) {
  .banner h1,
  .about-banner h1 {
    font-size: 2.8em;
    margin: 0 0 25px;
  }
  .banner .banner-text p,
  .about-banner .banner-text p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-banner .banner-text {
    margin: 0 0 30px;
  }
  .about-banner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section-2 h2 {
    font-size: 3em;
  }
  .section-2 h3 {
    font-size: 1.6em;
  }
  .section-3 .inner-box h2,
  .section-5 .inner-box h3,
  .section-8 .inner-box h3 {
    font-size: 2.2em;
  }
  .section-5 .inner-box,
  .section-8 .inner-box {
    margin-top: 50px;
  }
  .section-5-content-box {
    flex-wrap: wrap;
  }
  .section-5-content-box .content-block {
    width: 100%;
    padding-left: 0;
  }
  ul.dev-services > li h4 {
    font-size: 2.8em;
  }
  .section-7 {
    padding-bottom: 60px;
  }
  ul.dev-services > li .service-title span {
    font-weight: 400;
  }
  .technology-list {
    padding-top: 50px;
  }
  .feature-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature-list {
    transform: translateX(0) !important;
    flex-direction: column;
  }
  .feature-list > div {
    width: 100%;
    padding: 40px 25px;
    margin: 0 0 20px;
  }
  .feature-list > div .icon {
    height: 44px;
    margin: 0 0 10px;
  }
  .feature-list > div .icon img {
    height: 100%;
    width: auto;
  }
  .feature-list > div h4 {
    font-size: 1.2em;
  }
  .feature-list > div p {
    font-size: 1em;
  }
  .testi-slider .slide p {
    font-size: 1.1em;
    margin: 25px 0 0;
  }
  #testimonial-slider h3 {
    font-size: 2.1em;
    margin: 0 0 20px;
    letter-spacing: 0;
  }
  .trusted-companies {
    padding-bottom: 50px;
  }
  #backToTop {
    right: 20px;
    bottom: 10px;
  }
  .contact-form {
    padding-bottom: 20px;
    margin-top: 0;
  }
  .banner.contact-banner .ft-text {
    margin-top: 120px;
  }
  .col-2-list {
    padding-bottom: 30px;
  }
  .col-2-list > div h4 {
    font-size: 1em;
  }
  .about-block-image-1 {
    padding: 0 0 30px;
  }
  .tag-wrapper {
    margin: 0;
  }
  .single-case-banner .case-tagline {
    font-size: 1.5em;
  }
  .banner.single-case-banner h1 {
    font-size: 4em;
  }
  .banner.single-case-banner .banner-text p {
    font-size: 1.3em;
  }
  .banner.single-case-banner .banner-text p br {
    display: none;
  }
  .case-2-block .right-case-block h2 {
    font-size: 2em;
  }
  .compare-features-listing li .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .compare-features-listing li .ft-img {
    width: 50%;
    margin: 0 auto 50px;
  }
  .compare-features-listing li .ft-content {
    width: 100%;
  }
  .compare-features-listing li:nth-child(2n) .ft-content {
    padding: 0;
  }
  .compare-table li ul.row {
    flex-wrap: wrap;
  }
  .compare-table li ul.row li {
    width: 100%;
  }
  .compare-table li:nth-child(2) ul.row li.col-2,
  .compare-table li:last-child ul.row li.col-2 {
    border-radius: 0;
  }
  .compare-table > li:nth-child(2n) {
    background-color: #fff;
  }
  .compare-table li ul.row li.col-1 {
    justify-content: center;
    text-align: center;
  }
  .compare-table li:nth-child(n + 2) ul.row {
    background-color: rgba(14, 14, 14, 0.04);
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .ui-banner {
    padding: 80px 0;
    height: auto;
    min-height: inherit;
  }
  .ui-banner .ui-banner-text h1 {
    font-size: 2.5em;
    margin: 0 0 20px;
  }
  .ui-banner .ui-banner-text h1 br,
  .ui-banner .ui-banner-text .ui-banner-content p br,
  .ui-block h3 br,
  .ux-design-block p br {
    display: none;
  }
  .ui-banner-img {
    margin: 0 0 50px;
  }
  .ui-block,
  .ux-design-block {
    padding: 50px 0;
  }
  .ui-block h3 {
    font-size: 2em;
    margin: 0 0 20px;
  }
  .ui-block .ui-block-content-box {
    width: 100%;
  }
  .col-2-gallery {
    margin: 0 0 50px;
  }
  .action-block {
    padding: 25px;
    flex-wrap: wrap;
  }
  .action-block .action-text {
    width: 100%;
    margin: 0 0 30px;
  }
  .action-block .action-img {
    width: 100%;
  }
  .action-block h4 {
    font-size: 2em;
    margin: 0 0 20px;
  }
  .ui-block.ui-dark-block .title-section-marquee-box {
    margin: 0 0 30px;
  }
  .full-img {
    margin: 30px 0 50px;
  }
  .ui-case-study-single {
    margin: 50px 0 0;
  }
  .ui-case-study-single h4 {
    font-size: 2em;
  }
  .ui-case-study-single .ui-case-study-slider {
    margin: 50px 0 0;
  }
  .ux-design-block h3 {
    font-size: 2em;
    margin: 0 0 20px;
  }
  .ux-design-block .block-text.flex-block {
    flex-wrap: wrap;
  }
  .ux-design-block .block-text.flex-block h3 {
    width: 100%;
  }
  .ux-design-block .block-text.flex-block .block-content {
    width: 100%;
  }
  .intro-block .wrapper {
    flex-wrap: wrap;
  }
  .intro-block .block-text {
    width: 100%;
    padding: 50px 0;
  }
  .intro-block .block-ft-img {
    position: static;
    width: 75%;
    margin: 0 auto;
  }
  .career-content-box-1 {
    flex-direction: column;
    align-items: flex-start;
  }
  .career-content-box-1 .ui-block-content-box {
    padding-left: 0;
  }
  .career-content-box {
    flex-direction: column;
  }
  .career-content-box .title-block {
    width: 100%;
  }
  .career-content-box .career-content-block {
    width: 100%;
  }
  .career-content-box .title-block h4 br {
    display: none;
  }
  ul.dev-services > li p {
    padding-right: 0;
  }
  ul.post-listing > li {
    width: 100%;
  }
  ul.post-listing:not(.related-posts) > li:first-child {
    flex-wrap: wrap;
  }
  ul.post-listing:not(.related-posts) > li:first-child .post-image {
    width: 100%;
    height: 275px;
  }
  ul.post-listing:not(.related-posts) > li:first-child .post-meta-info {
    width: 100%;
    padding-left: 0;
  }
  .blog-banner {
    padding: 150px 0 75px;
  }
  .blog-banner h1 br {
    display: none;
  }
  .blog-banner h1 {
    font-size: 2.8em;
  }
  .single-blog-banner {
    padding: 130px 0 25px;
  }
}
@media (max-width: 650px) {
  ul.dev-process li {
    width: 100%;
    margin: 0;
    padding-right: 0;
    min-height: auto;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  ul.dev-process li h4 {
    min-height: auto;
    margin: 0 0 10px;
  }
  ul.dev-process li .icon {
    margin: 0 0 10px;
  }
  .wrapper,
  header .wrapper {
    padding: 0 20px;
  }
  .header-right .btn-cta {
    display: none !important;
  }
  .section-2 h2 {
    font-size: 2em;
  }
  .section-2 h3 {
    font-size: 1.2em;
  }
  .section-3 {
    padding: 50px 0 30px;
  }
  .section-3 .inner-box h2,
  .section-5 .inner-box h3,
  .section-8 .inner-box h3 {
    font-size: 1.6em;
  }
  .section-3-meta-links {
    flex-wrap: wrap;
  }
  .section-3-meta-links > div {
    margin-bottom: 20px;
  }
  .section-3 .title-section {
    margin-top: 4em;
  }
  .section-4 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .case-study-block .ft-img {
    height: 350px;
  }
  ul.dev-services > li .service-title span {
    font-size: 0.8em;
    position: static;
    display: block;
    margin: 0 0 5px;
  }
  ul.dev-services > li {
    padding-left: 0;
  }
  .section-6,
  .section-8,
  .section-9 {
    padding: 50px 0;
  }
  .section-7 {
    padding-top: 70px;
  }
  .methodology-list li span {
    margin: 0 0 10px;
  }
  .section-9 h3 {
    font-size: 2em;
    letter-spacing: 0;
  }
  ul.idea-listing li {
    width: 50%;
    padding: 0;
  }
  .section-7 .left-fix-block h3 {
    font-size: 1.8em;
  }
  .section-7 .left-fix-block p {
    font-size: 1em;
  }
  .section-7 .left-fix-block .design-5-ft-img {
    padding: 0 50px;
  }
  ul.tech-stack li {
    width: 100%;
  }
  ul.dev-services > li h4 {
    font-size: 2.4em;
  }
  .btn-cta-2 {
    display: none !important;
  }
  a.btn-cta-1 {
    font-size: 14px;
  }
  .heading-wrap .title h2 {
    font-size: 2.6em;
    letter-spacing: -1px;
  }
  .heading-wrap .content p {
    font-size: 1em;
  }
  .ft-text {
    margin-top: 100px;
  }
  .banner-ft-img .shadow-ft-img {
    max-width: 450px;
    right: 0;
  }
  .section-2 {
    padding-top: 20px;
  }
  .title-section-marquee-box h2 {
    font-size: 3.5em;
  }
  .title-section-marquee-box h2:after {
    width: 45px;
    height: 45px;
  }
  .section-5-content-box .content-block p,
  .section-5-content-box .title-block h4 {
    font-size: 1em;
  }
  ul.dev-services {
    padding-top: 50px;
  }
  .case-study-block h4 {
    font-size: 1.5em;
  }
  .feature-wrapper {
    padding-top: 50px;
  }
  ul.idea-listing {
    margin-top: 50px;
  }
  ul.idea-listing li h4 {
    font-weight: 400;
    font-size: 1em;
  }
  .foot-widget-1 h6 {
    font-size: 1em;
  }
  .methodology-list li {
    padding: 30px 20px 30px 30px;
  }
  .testi-slider .slide {
    width: auto;
    margin: 0 15px;
    padding: 30px 35px 40px 30px;
  }
  .testi-slider .slide .meta-info .auth_pic {
    margin-right: 15px;
  }
  .testi-slider .slide .meta-info .auth_name {
    font-size: 1.1em;
  }
  .testi-slider .slide .meta-info .designation {
    font-size: 1em;
  }
  .banner {
    padding-bottom: 30px;
  }
  .methodology-list li {
    padding: 30px 25px 40px 30px;
  }
  .banner.contact-banner h1 {
    font-size: 2.6em;
    margin-bottom: 10px;
  }
  .contact-form form > div.col-half {
    width: 100%;
    margin: 0 0 20px;
  }
  .contact-form form > div {
    margin: 0 0 20px;
  }
  .consultation-block {
    padding: 50px 0;
  }
  .consultation-block h2,
  .faq-block h3 {
    font-size: 2.2em;
  }
  .contact-form form > div label {
    font-size: 0.9em;
  }
  .consultation-block .content-block {
    font-size: 1em;
    margin-bottom: 50px;
  }
  ul.faq-list li h4 {
    font-size: 1.1em;
  }
  ul.faq-list li p {
    font-size: 1em;
  }
  .faq-block {
    padding: 50px 0;
  }
  .banner.work-banner h1 {
    font-size: 3em;
  }
  .industry-banner .ft-text {
    margin-bottom: 30px;
  }
  .major-industries h2 br {
    display: none;
  }
  .col-3-list > div {
    width: 100%;
    margin: 0 0 15px;
  }
  .col-3-list {
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .wealth-exp-block {
    padding: 50px 0 20px;
  }
  .wealth-exp-block .block-ft-img {
    padding: 0 10%;
  }
  .banner.industry-banner h1 {
    font-size: 2.8em;
  }
  .col-3-list > div {
    padding: 25px 25px 20px;
  }
  .col-3-list > div a.btn-cta-1 {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .col-3-list > div .icon {
    height: auto;
    margin: 0 0 20px;
  }
  .col-3-list > div h4 {
    font-size: 1.3em;
    margin: 0 0 10px;
  }
  .col-3-list > div h4 br {
    display: none;
  }
  .col-3-list > div p {
    font-size: 0.9em;
  }
  .wealth-exp-block .block-text h3 {
    font-size: 2.5em;
  }
  .development-services-block .section-5 {
    padding-bottom: 0;
  }
  .service .service-ft-img {
    height: auto;
    padding: 0;
  }
  .service .service-content ul.service-tags {
    margin: 0;
  }
  .service .service-content h3 {
    font-size: 1.5em;
  }
  .service .service-content ul.service-tags li {
    font-size: 0.7em;
  }
  .service .service-content p {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .our-services {
    padding: 10px 0 30px;
  }
  .our-services h2 {
    font-size: 1.8em;
  }
  .our-services p {
    font-size: 1em;
    line-height: 1.3;
  }
  .help-clients h2 {
    font-size: 1.8em;
    letter-spacing: 0;
  }
  .general-banner .general-ft-text {
    margin-top: 120px;
  }
  .general-banner .general-ft-text h1,
  .general-banner.mob-app-banner .general-ft-text h1 {
    font-size: 2.5em;
  }
  .general-banner .general-ft-img,
  .banner.tech-banner .general-ft-img {
    width: 100%;
  }
  .mob-app-banner.general-banner .tech-banner-ft-img {
    height: 300px;
    width: 90%;
  }
  .spacer-80 {
    height: 30px;
  }
  .open-source-block .block-ft-img {
    width: 75%;
    max-width: 75%;
  }
  .tabs-section {
    margin: 20px 0 0;
  }
  .tabs-header {
    flex-wrap: wrap;
  }
  .tabs-header .tab {
    margin: 0 0 10px;
  }
  .col-2-list > div {
    width: 100%;
    margin: 0 0 15px;
  }
  .banner.devops-banner {
    background-position: right 30% center;
    background-size: cover;
  }
  .about-block-image-1 {
    flex-wrap: wrap;
  }
  .about-block-image-1 div {
    width: 100%;
  }
  .half-width-case-img {
    flex-wrap: wrap;
  }
  .half-width-case-img figure {
    width: 100%;
    margin: 0 0 10px;
  }
  .case-study-big-title {
    padding-top: 20px;
  }
  ul.our-service-listing {
    margin: 50px 0 0;
  }
  ul.our-service-listing li {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
  }
  .service {
    padding: 40px 30px 50px;
  }
  .service-listing li.service:first-child .service-content h3 {
    font-size: 1.8em;
  }
  .development-services-block {
    padding-top: 20px;
  }
  .service-listing {
    margin: 25px 0 0;
  }
  .compare-features-listing li .ft-content h3 {
    font-size: 2em;
  }
  .compare-features-listing li .ft-content h3 br {
    display: none;
  }
  .compare-features-listing li {
    padding: 75px 0;
  }
  .ui-block .ui-block-content-box p,
  .action-block p {
    font-size: 1em;
  }
  .left-no-padding > div {
    padding: 0;
    margin: 0 0 30px;
  }
  .col-2-gallery {
    flex-wrap: wrap;
  }
  .col-2-gallery > div {
    width: 100%;
    margin: 0 0 15px;
  }
  ul.faq-lis {
    width: 100%;
  }
  .intro-block .block-text h3,
  .intro-block-1 .block-text h3 {
    font-size: 2em;
    margin: 0 0 20px;
  }
  .banner.service-banner .banner-ft-img-service {
    right: 0;
  }
  .banner .banner-text {
    max-width: 100%;
  }
  .career-banner .ui-banner-text {
    margin-top: 0;
  }
  .banner.staff-banner {
    background: #fff;
  }
  .react-cta-bg {
    background: rgb(38, 42, 41) !important;
  }
  .open-source-block {
    background: #000 !important;
  }
  .banner.tech-banner .general-ft-img img {
    transform: scale(1.2);
  }
  .page-404-ft-img img {
    max-width: 80vw;
  }
  .page-404-content h1 {
    margin: 20px 0;
    font-size: 2em;
  }
  .page-404-content p br {
    display: none;
  }
  .col-2-page-layout .left-sidebar {
    display: none;
  }
  .col-2-page-layout .main-col {
    max-width: 100%;
  }
  .single-blog-banner h1 {
    font-size: 2.2em;
  }
  .related-blogs h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .related-blogs {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .foot-menu-5 ul li {
    font-size: 0.8em;
    margin-left: 10px;
    margin-left: 15px;
  }
  .foot-menu-5 ul li:before {
    display: none;
  }
  .foot-widget-3 p {
    font-size: 0.8em;
    line-height: 1.7;
  }
  ul.idea-listing li {
    margin-bottom: 50px;
  }
  ul.idea-listing li .icon {
    margin: 0 0 15px;
  }
  .tag-wrapper .tags div {
    font-size: 0.9em;
  }
  ul.dev-services > li h4 {
    font-size: 1.9em;
  }
  .banner h1,
  .about-banner h1 {
    font-size: 2.2em;
  }
  .section-2 h2 {
    font-size: 2em;
  }
  .section-9 h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  a.green-btn {
    font-size: 0.8em;
  }
  .banner-ft-img .shadow-ft-img {
    max-width: 80%;
    right: 0;
  }
  .banner.contact-banner h1 {
    font-size: 2.2em;
  }
  .contact-form form > div input[type="text"],
  .contact-form form div input[type="email"],
  .contact-form form div input[type="url"] {
    height: 40px;
  }
  .contact-form form > div textarea {
    height: 100px;
  }
  .contact-banner .wrapper {
    padding: 0 30px;
  }
  .consultation-block h2,
  .faq-block h3 {
    font-size: 2em;
  }
  .banner.industry-banner h1 {
    font-size: 2.2em;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .industry-ft-img {
    margin-bottom: 0;
  }
  .major-industries h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .wealth-exp-block .block-text h3 {
    font-size: 2em;
  }
  .wealth-exp-block .block-text p {
    font-size: 1em;
  }
  a.btn-cta-3 {
    padding: 20px 30px 20px 30px;
    height: auto;
    font-size: 14px;
  }
  .banner.service-banner h1 {
    font-size: 2.2em;
  }
  .service .service-content ul.service-tags li {
    padding: 9px 15px;
    margin: 0 10px 10px 0;
  }
  .help-clients .help-listing {
    padding: 0;
  }
  .help-clients .help-listing li a {
    font-size: 1em;
  }
  .help-clients .help-ft-block img {
    max-width: 50%;
  }
  .service-banner-ft-img {
    height: 300px;
    background-attachment: scroll;
  }
  .col-2-tech {
    flex-wrap: wrap;
  }
  .col-2-tech > div,
  .col-4-tech > div {
    width: 100%;
  }
  .tech-col p,
  .col-4-tech .tech-col p {
    min-height: inherit;
    margin: 0 0 20px;
    font-size: 0.9em;
    line-height: 1.3;
  }
  .tech-col h4 {
    font-size: 1.3em;
    margin: 0 0 10px;
  }
  .tech-col .icon {
    margin: 0 0 10px;
  }
  .open-source-block .block-text h3,
  .call-to-action-block h3 {
    font-size: 2em;
  }
  .open-source-block .block-text p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .open-source-block .block-ft-img {
    width: 70%;
  }
  .mob-app-banner.general-banner .tech-banner-ft-img {
    width: 100%;
    height: 250px;
  }
  ul.inner-service-list li .inner-service-content p {
    font-size: 1em;
  }
  .heading-wrap .title h2 {
    font-size: 2em;
    margin: 0;
  }
  ul.tools-list li {
    width: 31.8%;
    padding: 20px 15px 15px 20px;
  }
  ul.tools-list li h5 {
    font-size: 0.8em;
  }
  .general-banner .general-ft-text h1 br {
    display: none;
  }
  .service-listing li.service:first-child .service-content h3 {
    font-size: 1.5em;
  }
  .compare-features-listing li {
    padding: 50px 0;
  }
  .select-all-service a {
    width: 30vw;
    height: 30vw;
  }
  .cta-item-wrap {
    font-size: 3vw;
  }
  .essential-block h3 {
    font-size: 2em;
  }
  .essential-block .essential-ft-img {
    margin: 0 0 2em;
  }
  .essential-block {
    padding: 50px 0;
  }
  .blog-banner h1 {
    font-size: 2.2em;
  }
}
@keyframes title-text-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes title-text-scroll-reverse {
  0% {
    transform: translate3d(-75%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anti-rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c-scroll-opacity {
  opacity: 1 !important;
  transition: opacity 0.75s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s ease, height 0.2s ease, transform 0.2s ease,
    font-size 0.2s ease;
  font-size: 0.2em;
  color: #000;
  line-height: 1;
  text-align: center;
  transform: scale(1);
}





