:root {
  --alabaster: #fafafacc;
  --black: #000000;
  --black-2: #000000cc;
  --jumbo: #777880;
  --mirage: #1b1d2b;
  --mirage-2: #131a23;
  --mirage-3: #131a2399;
  --mirage-4: #131a23cc;
  --royal-blue: #656ae5;
  --white: #ffffff;
  --white-2: #ffffff99;
  --white-3: #ffffffcc;
  --wild-sand: #f4f4f4;
  --gray: #f4f4f4;
  --font-family-dm_sans: "DM Sans", Helvetica;
  --font-family-inter: "Inter", Helvetica;
}

html {
  scroll-behavior: smooth;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

/* scrollbar */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
}

html {
  scroll-behavior: smooth !important;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: var(--font-family-inter);
  background-color: cadetblue;
  overflow-x: hidden;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  padding: 5px 12px 8px 12px;
  background-color: #1c1e2c;
  border-color: #1c1e2c;
}

.back-to-top img {
  transform: rotate(180deg);
}

/* loader */
.loader {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-loader {
  width: 50px;
  height: 50px;
  --c: radial-gradient(farthest-side, #5c64df 92%, #0000);
  background:
    var(--c) 50% 0,
    var(--c) 50% 100%,
    var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  animation: s7 1s infinite;
}

@keyframes s7 {
  to {
    transform: rotate(.5turn)
  }
}

/* end loader */

/* for navbar scroll */
.nav-up {
  top: -85px;
}

/* for navbar scroll */
/* .landingSection{
      top:85px
  } */

/*  */
.header-box {
  background: linear-gradient(98.55deg, #131a23 8.03%, #122034 98.21%);
  z-index: 10;
  transition: top 0.3s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--royal-blue);
}

.lets-start-button {
  /* padding: 16px 24px 17px 24px; */
  /* new css 21-08-2023 */
  min-width: 123px;
  padding: 10px 14px 10px 14px;
  /*  */
  color: #fff;
  border: 1px solid #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-family-dm_sans);
  line-height: 21px;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  .lets-start-button {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  #offcanvasRight .nav-link {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}


.nav-link {
  position: relative;
}

nav .dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--royal-blue);
  color: #fff;
}

nav .dropdown-item {
  padding: 10px;
  border-radius: 10px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  min-width: 280px;
  padding: 15px 0px;
  border-radius: 10px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu li {
  padding: 7px 11px;
}

/* .dropdown-toggle::after {
    display: none;
  } */
/* For Under Line in Nave */

/* li .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  li .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  } */

/*  */

.landingSection {
  position: relative;
}

.landingSection .backgroundImgimg {
  width: 100%;
}

.landingDiv {
  position: relative;
}

.beforeImg {
  position: absolute;
  width: 99%;
  height: 100%;
  background-repeat: no-repeat;
  bottom: -150px;
  top: auto;
  /* animation: swingss ease-in-out 4s infinite alternate; */
}

.beforeImg img {
  animation: swingss ease-in-out 4s infinite alternate;
}

.afterImg {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  bottom: -68px;
  right: 0px;
  overflow: hidden;
}

.afterImg img {
  animation: swingss ease-in-out 4s infinite alternate;
}

.mainHeading {
  position: absolute;
  width: 100%;
  top: 246px;
  text-align: center;
  z-index: 1;
}

.mainHeading .mainHeading-subtitle {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: white;
}

.mainHeading h1 {
  color: #f8f9fa;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
}

.home-mainHeading {}

.home-mainHeading h1 {
  font-size: 60px;
}

.mainHeading button {
  color: var(--black);
  background-color: var(--white);
  border-color: var(--white);
  margin-top: 48px;
  padding: 20px 32px;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-family-inter);
}

/* Button hover animation */

.book-btn {
  overflow: hidden;
  position: relative;
}

.book-btn::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 50px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.book-btn:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

.mainHeading button:hover {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}

.mainHeading button svg {
  margin-right: 8px;
}

.mainHeading button:hover path {
  color: var(--white);
  fill: var(--white) !important;
}

.down_arrow {
  margin-top: 120px;
}

.down_arrow img {
  -webkit-animation: secdownmoving 1000ms linear 0s infinite;
  -o-animation: secdownmoving 1000ms linear 0s infinite;
  animation: secdownmoving 1000ms linear 0s infinite;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* company-section */
.company-section {
  /* height: 116px; */
  margin-top: 47px;
}

.dedicated_team_section {
  margin-top: 30px;
}

.projectLogo {
  /* padding: 20px; */
  text-align: center;
}

.projectLogo img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  /* filter: inherit;
      -webkit-filter: inherit; */
}

.projectLogo img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.client-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 32px;
  width: 50%;
  text-transform: capitalize;
}

.section_sub_title_div {
  width: 80%;
}

.section_sub_title_div .section_sub_title {
  color: rgba(0, 0, 0, 0.8);
  max-width: 100%;
}

.section_sub_title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.service_block {
  margin: 48px auto 0;
}

.service_card {
  border: 0;
  text-align: center;
  width: 100%;
  height: 340px;
  max-width: 340px;
  margin: 0px auto;
  padding: 32px 24px;
  background: var(--white);
  box-shadow: 0px 16px 32px rgba(19, 26, 35, 0.05);
  border-radius: 16px;
}

.service_card img {
  width: 100%;
  height: 130px;
  text-align: center;
  margin: 0 auto 24px;
}

.service_title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--mirage-2);
}

.service_card p {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--mirage-4);
  margin: 16px 0 24px;
}

.link_arrow {
  font-family: var(--font-family-inter);
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: var(--royal-blue);
}

.link_arrow img {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
}

/* top notch section */

.top_notch_section {
  margin-top: 180px;
  background: var(--gray);
  /* height: 100%; */
  /* height: 1100px; */
}

.top_notch_section .container {
  padding: 100px 0;
}

.working_men {
  margin-top: 60px;
}

.top_notch_info_points {
  padding: 25px 0px 0px 150px;
}

.section_title.top_notch_h2 {
  margin-bottom: 40px;
}

.section_sub_title.top_notch_p {
  font-size: 20px;
  line-height: 32px;
  opacity: 0.6;
  font-weight: 500;
}

.num_badge {
  padding: 8px 10px;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: var(--white);
  max-width: 36px;
  max-height: 36px;
  width: 36px;
  height: 36px;
}

.top_notch_info_points h4 {
  font-family: var(--font-family-inter);
  font-weight: 700;
  line-height: 36px;
  font-size: 24px;
  margin: 0 0 16px 0;
}

.top_notch_info_points p {
  font-family: var(--font-family-inter);
  color: var(--mirage-2);
  opacity: 0.6;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0;
}

.top_notch_info_content {
  margin: 0 0 48px 0;
}

/* get in touch */
.get_in_touch_section {
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  padding: 88px 0 72px 0px;
}

.get_in_touch_section_div h1 {
  color: var(--white);
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
  width: 100%;
}

.get_in_touch_section_div p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0;
  opacity: 0.8;
}

.get_in_touch_section_div button {
  background-color: #1c1e2c;
  color: var(--white);
  padding: 20px 32px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 48px;
  line-height: 19px;
  font-family: var(--font-family-inter);
}

.get_in_touch_section_div button:hover {
  background-color: transparent;
  border: 1px solid #1c1e2c;
}

.get_in_touch_section_div button path {
  fill: var(--white);
}

.get_in_touch_section_div button:hover path {
  fill: #1c1e2c;
}

/* selected works */

.selected_works_section {
  margin-top: 150px;
  margin-bottom: 135px;
}

.selected_works_section h4 {
  margin: 8px 0 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
}

.selected_works_section p {
  margin: 20px 0 16px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 409px;

  /* new add css */

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.selected_works_section button {
  padding: 20px 32px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 48px;
  line-height: 19px;
  font-family: var(--font-family-inter);
}

.selected_works_section button:hover path {
  fill: var(--white);
}

/* Find Your Perfect Size*/

.find_customer {
  margin: 150px 0;
}

.small_business {
  background-color: #f4f4f4;
  padding: 48px 100px;
  font-family: var(--font-family-inter);
}

.small_business .working_lady {
  height: 370px;
  width: 370px;
  margin-bottom: 40px;
}

.small_business .multitask_lady {
  height: 370px;
  width: 370px;
  margin-bottom: 40px;
}

.small_business .service_title {
  margin-bottom: 24px;
}

.crm .page_title h1 {
  width: 60%;
  margin: 0 auto;
}


footer {
  background-image: url(../fonts/footer-bg.svg);
  background-repeat: no-repeat;
  padding: 115px 0px 5px;
  width: 100%;
  background-size: cover;
}

footer .section_sub_title {
  color: rgb(255 255 255 / 40%);
  padding: 0 55px 0px 0px;
  margin-bottom: 32px;
}

.get_info_block {
  border-top: 1px solid rgb(255 255 255 / 40%);
}

.get_info_block .get_info span {
  display: block;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgb(255 255 255 / 40%);
  margin-bottom: 8px;
}

.get_info_block .get_info label {
  display: block;
  color: var(--white);
  font-style: normal;
  font-family: var(--font-family-inter);
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
}

.get_info {
  margin-top: 32px;
}

.get-project-form {
  /* max-width: 714px;
    max-height: 740px;
    background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
    border-radius: 24px;
    padding: 72px 80px; */

  /* new update */
  max-width: 714px;
  max-height: 930px;
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  border-radius: 24px;
  padding: 72px 80px;
  height: 100%;
}


.get-project-form h5 {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
}

div.input-block {
  position: relative;
  margin-bottom: 24px;
  max-width: 554px;
  /* margin: 0 auto; */
}

div.input-block input,
div.input-block textarea {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffff;
  min-height: 56px;
  width: 100%;
  padding: 5px 5px;
  border-radius: 0;
  border-bottom: 1px solid rgb(255 255 255 / 60%);
  outline: none;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 6px 0 0;
}

div.input-block textarea {
  max-height: 100px;
  padding: 17px 5px 0;
  resize: none;
}


/* div.input-block.isfocus label.placeholder, 
  div.input-block.hasVal label.placeholder {
      opacity: 0;
  } */

div.input-block label.placeholder {
  font-family: var(--font-family-inter);
  position: absolute;
  margin: 17px 0;
  padding: 0 4px;
  /* color: #6c757d; */
  display: flex;
  align-items: center;
  top: 0;
  left: 0px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
  /* border-bottom: 1px solid #D9D9D9; */
  color: rgb(255 255 255 / 40%);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}

/* div.input-block input:valid + label.placeholder,
  div.input-block input:focus + label.placeholder {
    transform: scale(0.8) translateY(-5px);
    margin: 5px 0;
  } */

div.input-block.hasVal label.placeholder,
div.input-block.isfocus label.placeholder {
  transform: scale(0.8) translateY(-5px);
  /* background: #fff; */
  margin: 5px 0;
}



div.input-block input:focus,
div.input-block textarea:focus {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  border-color: #ffff;
  box-shadow: none !important;
  background-color: transparent;
}

div.input-block input:focus+label.placeholder {
  color: rgb(255 255 255 / 40%);
}

.btn-submit {
  font-family: var(--font-family-inter);
  width: 179px;
  height: 52px;
  color: #1c1e2c;
  background: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-top: 48px;
}

.btn-submit:hover {
  color: var(--white);
  background-color: transparent;
  border-color: var(--white);
}

.footer_info {
  border-top: 1px solid rgb(255 255 255 / 40%);
  margin-top: 120px;
  padding: 32px 0 60px 0;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.footer_info ul {
  color: var(--white);
  list-style: none;
  text-decoration: none;
  opacity: 0.8;
}

.footer_info ul a {
  color: var(--white);
  list-style: none;
  text-decoration: none;
}

.footer_info ul a:hover {
  color: var(--royal-blue);
}

.footer_info ul li {
  /* color: var(--white); */
  list-style: none;
  text-decoration: none;
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.footer_info ul li:first-child {
  color: var(--white);
  opacity: 0.6;
  list-style: none;
  text-decoration: none;
  margin-bottom: 16px;
}

.copy_right p {
  color: var(--white);
  opacity: 0.6;
  text-align: center;
  margin: 16px 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
  transform: rotate(45deg) translate(6px, 8px);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
  transform: rotate(-45deg) translate(2px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler {
  border-color: transparent !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0 !important;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
  background: #ccc;
}

/* About page */
.page_title {
  position: absolute;
  width: 100%;
  top: 115px;
  text-align: center;
}

.page_title h1 {
  color: #f8f9fa;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
}

.illustator_with_trophy {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  bottom: 0px;
  right: 180px;
  z-index: 2;
}

.illustator_with_trophy img {
  animation: swingss ease-in-out 3s infinite alternate;
}

.page_title .down_arrow {
  margin-top: 150px;
}

.software_innovation {
  margin-top: 60px;
}

.software_innovation .section_title {
  font-size: 42px;
  margin-bottom: 40px;
  line-height: 48px;
  width: 80%;
}

.software_innovation .section_sub_title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 32px;
}

.innovation_info {
  padding: 0 40px 20px;
}

.video_icon {
  font-family: var(--font-family-inter);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-top: 32px;
  color: var(--royal-blue);
}

.innovation_img img {
  height: 510px;
  width: 560px;
}

.video_icon img {
  width: 33px;
  height: 33px;
  margin: 0 5px 0 0px;
}

.approch {
  background-color: var(--gray);
  padding: 124px 0;
}

.approch .innovation_img {
  text-align: end;
}

.our_approch_section {
  padding: 120px 0 200px 0;
}

.our_approch_section .section_title {
  color: var(--white);
}

.our_approch_section .section_sub_title {
  color: var(--white);
}

.our_approch_section .card {
  background: transparent;
  height: auto;
}

.our_approch_section .service_title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--white);
}

.our_approch_section .service_card p {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 16px 0 24px;
  opacity: 0.6;
  word-break: break-word;
}

.our_approch_section .cards {
  margin-top: 90px;
}

.our_projects {
  font-family: var(--font-family-inter);
  margin: 0 0;
}

.our_projects h1 {
  line-height: 88px;
  font-size: 100px;
  margin-bottom: 16px;
}

.our_projects p {
  font-weight: 700;
}

.our_projects div {
  border-right: 1px solid #8ba7de;
}

.our_projects div:last-child {
  border-right: none;
}

/* tech_trends_section */

.tech_trends_section {
  margin: 80px 0 80px 0;
}

.tech_trends_section .section_title {
  font-size: 40px;
  line-height: 48px;
  width: 75%;
}

.tech_trends_section .section_sub_title {
  margin-bottom: 32px;
}

.progress {
  background: transparent;
  height: 55px;
}

.progress-bar {
  border-radius: 50px;
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%) !important;
  padding: 0 0 0 32px;
  font-size: 17px;
  font-weight: 700;
  text-align: start;
}

.progress-value {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: var(--black);
}

.custom_progress {
  margin-bottom: 24px;
}

.application_innovation {
  margin: 50px 0 80px 0;
}

.application_innovation .section_sub_title {
  margin-bottom: 40px;
}

.innovation img {
  height: 40px;
  width: 40px;
}

.innovation .experience {
  margin: 24px 0 10px 0;
}

.innovation .experience h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1c1e2c;
  font-family: var(--font-family-inter);
  margin-left: 16px !important;
}

.innovation p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: var(--black);
  font-family: var(--font-family-inter);
  margin: 0 0;
}

.innovation_div {
  border-top: 2px solid;
  border-image: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%) 1;
}

/* review */
.innovation_info .badge {
  background-color: #1c1e2c;
  border-radius: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 16px;
  font-family: var(--font-family-inter);
  margin-bottom: 12px;
}

/* Blog */
.blog_section {
  margin: 80px 0 80px 0;
}

.blog_info h4 {
  margin: 10px 0 10px 0;
}

.blog_info p {
  margin: 0 0 0 10px;
}

.blog_info button {
  padding: 20px 32px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 48px;
  line-height: 19px;
  font-family: var(--font-family-inter);
}

.search {
  position: relative;
}

.search input {
  height: 60px;
  text-indent: 30px;
  border: 1px solid #d1d5db;
  border-radius: 50px;
}

.search input:focus {
  box-shadow: none;
  border: 1px solid var(--royal-blue);
}

.search img {
  position: absolute;
  top: 20px;
  left: 16px;
}

.categories {
  margin: 48px 0 0 0;
}

.categories h6 {
  color: #a4a5aa;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.categories .badge {
  border: 2px solid #e8e8ea;
  border-radius: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  font-family: var(--font-family-inter);
  margin: 5px;
}

.articles {
  margin-bottom: 16px;
}

.articles img {
  width: 105px;
  margin-right: 20px;
}

.articles p {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  font-family: var(--font-family-inter);
  color: #1c1e2c;
}

/* projects */
.projects {
  margin: 50px 0 120px 0;
}

.projects .buttons_group {
  background: #f4f4f4;
  border-radius: 32px;
  padding: 8px;
}

.projects .buttons_group .btn {
  border: none;
  text-transform: capitalize;
  padding: 20px 63px;
  margin: 0 0;
  border-radius: 32px;
}

.projects .buttons_group .btn-outline-dark:hover {
  border-color: transparent;
  border-radius: 32px !important;
}

.projects .buttons_group .btn-outline-dark.active {
  border-color: transparent;
  border-radius: 32px !important;
}

.projects .buttons_group .btn-outline-dark:focus {
  box-shadow: none;
}

.project-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 56px;
  position: relative;
}

.projects-info:nth-of-type(odd) .project-col::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 68%;
  right: 0;
}

.projects-info:nth-of-type(even) .project-col::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 68%;
  right: 0;
}

.projects-info img {
  z-index: 9;
  position: relative;
}

.projects-info .badge {
  background: #474854;
  border-radius: 10px;
}

.selected_works_section.projects .projects-info {
  background: #333441;
  border: 1px solid #eeeeee;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.selected_works_section .projects-info {
  background: linear-gradient(98.55deg, #131a23 8.03%, #122034 98.21%);
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.selected_works_section.projects .projects-info:hover,
.selected_works_section .projects-info:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 32px;
}

.blog_info a {
  text-decoration: none;
  color: #000000;
}

.blog_person p {
  margin: 0 0;
  color: var(--white);
  margin-left: 10px;
}

.mainHeading.blog_post {
  top: 50px;
  position: relative;
}

.blog-bg {
  width: 100%;
  height: 100%;
  background: url(../images/home-background.svg);
  background-repeat: no-repeat;
  min-height: 600px;
  /* background-size: cover; */
  /* bottom: -150px; */
  /* top: auto; */
}

.blog_main_image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.blog_main_image img {
  /* margin: 0 auto; */
  /* position: absolute; */
  max-width: 1212px;
  /* top: 360px; */
  margin-top: 50px;
}

.blog_info_section {
  /* margin-top: 340px; */
  margin-top: 40px;
  font-family: var(--font-family-inter);
}

.blog_info_section .container {
  padding: 0 210px;
}

.blog_info_section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.blog_info_section h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 40px;
  color: #000000;
}

.blog_info_section h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #1c1e2c;
}

.blog_info_section ul {
  font-weight: 400;
  font-size: 18px;
  list-style: none;
  line-height: 28px;
  padding: 0 80px;
}

.blog_info_section ul li::before {
  display: inline-block;
  color: var(--royal-blue);
  content: "\2022";
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}

.social_icon {
  margin: 70px 0 64px 0;
  padding: 16px 0;
  border-top: 1px solid #d2d2d5;
  border-bottom: 1px solid #d2d2d5;
}

.social_icon .icons_img img {
  margin: 0 5px 0 0;
}

.social_icon .likes p {
  margin: 0 0;
}

/* slider */
.more_articles {
  margin: 65px 0 0px 0;
  position: relative;
  padding-bottom: 110px;
}

.more_articles .container {
  padding: 100px 0 0 0;
}

.bg-img {
  position: absolute;
  z-index: -2 !important;
  min-height: calc(100% + 75px);
}

.slick-prev:before {
  display: none;
}

.slider_heading {
  max-width: 1121px;
  margin: 0 auto;
}

.slider_heading .heading {
  margin: 0 0 22px 17px;
  text-align: start;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}

.slick-next:before {
  display: none;
}

.my-slider.slick-initialized.slick-slider {
  max-width: 1121px;
  margin: 0 auto;
}

/* .slider_div{
      max-width: 465px;
  }
  .slider_div img{
      max-width: 465px;
      max-height: 349px;
  } */

.slider_div {
  margin: 0 16px;
}

.slick-prev {
  left: -50px;
  top: calc(50% - 70px);
}

.slick-next {
  top: calc(50% - 70px);
}

.slider_div h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.slider_div p {
  margin: 0 0;
}

.innovation_img .iframes {
  width: 100%;
  height: 415px;
  max-width: 700px;
}

.wonderkids {
  background-color: #f8f8f9;
  /* margin: 0px 0 0px; */
}

.section_title.top_notch_h2 {
  width: 100%;
}

.selected_works_section .section_title {
  width: 50%;
}

.section_title.get_started_h2 {
  width: 100%;
}

.blog_search {
  padding: 0 24px 0 48px;
}

.footer_info_logo {
  order: 0;
}

.footer_info_links {
  order: 1;
}

.footer_info_clucth {
  order: 2;
}

.footer_info_clucth .clutch-widget {
  background-color: #fff;
  border-radius: 6px;
  max-width: 213px;
  padding: 10px;
  width: 213px;
  margin-left: auto;
}

.blog_date {
  margin-top: 32px;
  font-size: 15px;
  margin-bottom: 56px;
}

/* Fintech page */

.innovation_img.fintech_img img {
  height: auto;
  width: auto;
}

.free-consultation-btn {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  border: 1px solid rgba(19, 31, 48, 0.2);
  border-radius: 30px;
  color: #fcfcfd;
  padding: 16px 23px;
}

.free-consultation-btn:hover {
  background: inherit;
}

.good-fintech-section {
  margin: 140px 0 64px 0;
}

.section_title.good_fintech_h2 {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #1c1e2c;
  text-align: start;
}

.app-information h5 {
  color: #1c1e2c;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-right: 80px;
  display: flex;
  min-width: 173px;
}

.app-information p {
  color: #494b56;
  opacity: 0.6;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0;
}

.app-information hr {
  margin: 24px 0 40px 0;
}

.get_in_touch_section_div.fintech h1 {
  color: var(--white);
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 20px;
  width: 75%;
}

/* project-detail */
.project_summary {
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: var(--font-family-inter);
}

.project_summary h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #1c1e2c;
  margin-bottom: 32px;
}

.project_summary .container {
  padding: 0 210px;
}

.project_summary_info h5 {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #a4a5aa;
  margin-bottom: 20px;
}

.technologies .badge {
  border: 2px solid #e8e8ea;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  font-family: var(--font-family-inter);
  margin: 5px;
}

.project_summary_info p {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.about_project {
  margin-top: 80px;
}

.about_project p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.about_project h3 {
  font-weight: 700;
}

.about_project h5 {
  font-weight: 700;
}

.project_images {
  background: #e8e8ea;
}

.project_images img {
  width: 1059px;
  margin: 58px auto;
}

.challenge-bk {
  font-family: var(--font-family-inter);
  margin-bottom: 115px;
}

.challenge-bk .container {
  padding: 0 210px;
}

.challenge-bk h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #1c1e2c;
  margin-bottom: 32px;
}

.challenge-bk .container.img-container {
  padding: 24px 0 0;
  max-width: 1212px;
  margin: 0 auto;
}

.challenge-bk .container.img-container img {
  max-width: 590px;
  width: 100%;
  max-height: 590px;
  object-fit: contain;
}

.pro-img {
  background: #e8e8ea;
  padding: 70px 0 30px;
}

.pro-img .container-fluid {
  max-width: 1640px;
}

section.features_block {
  padding: 140px 0 48px;
}

.features_block h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #1c1e2c;
  margin-bottom: 32px;
}

.features_block .card {
  background: #e8e8ea;
  padding: 48px 48px 0;
  border: 0;
  border-radius: 0;
  max-height: 590px;
  max-width: 590px;
  width: 100%;
}

.features_block .card .card-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 32px;
  color: #1c1e2c;
  margin-bottom: 20px;
}

.features_block .card img {
  max-width: 488px;
  max-height: 250px;
  min-height: 250px;
  object-fit: contain;
}

.card-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
  display: flex;
}

.features_block .card-row .card-wrapper:not(:last-child) {
  margin-bottom: 32px;
}

/* .features_block .card-row .card-wrapper:last-child {
      margin-bottom: 0px;
  } */
/* .features_block .card-wrapper:nth-child(3),
  .features_block .card-wrapper:nth-child(4) {
    margin-bottom: 0px;
  } */

/* end project-detail */

/* contact us */

.contact-us-secion {
  background: linear-gradient(104.92deg, #131a23 16.46%, #122034 98.37%);
  padding: 76px 0 84px 0;
}

.contact-us-info {
  display: grid;
  place-items: center;
}

.contact-us-info h1 {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 88px;
  color: #ffffff;
  margin-bottom: 32px;
}

.contact-us-info p {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  width: 50%;
}

.locinfo {
  margin-top: 56px;
  position: relative;
  min-height: 326px;
}

.locinfo::after {
  content: "";
  background-image: url("../fonts/contact-us-aerrow.svg");
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: -25px;
  right: 0;
  left: 0;
  background-position: center center;
}

.locinfo .title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #656ae5;
  margin-bottom: 8px;
}

.locinfo .information {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
}

.locinfo .icon {
  margin-right: 16px;
  align-items: center;
  display: flex;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.media .media_img {
  display: flex;
  align-self: center;
  margin-right: 1rem;
}

.locinfo-block {
  z-index: 1;
  padding-left: 34.5px;
  padding-right: 34.5px;
}

.c-follow .media-body a {
  padding: 0 8px 0 0;
  text-decoration: none;
}

/* map */
.map-section {
  position: relative;
}

.contact-form {
  position: absolute;
  width: auto;
  top: 40px;
  left: 85px;
  right: auto;
  bottom: 0;
  min-width: 714px;
}

.map-section #map {
  width: 100%;
  height: 100%;
  min-height: 856px;
  max-height: 856px;
}

#map-canvas img {
  max-width: none !important;
}


footer.contact-footer {
  background: linear-gradient(104.92deg, #131a23 16.46%, #122034 98.37%);
  min-height: auto;
  padding: 1px 0px 5px 0;
}



.refund-policy-section {
  margin: 48px 0 48px 0;
}

.refund-policy-section .container {
  padding: 0 210px;
}

.refund-policy-section h3 {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #1c1e2c;
}

.refund-policy-section h5 {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #1c1e2c;
  margin-top: 32px;
}

.refund-policy-section p {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  opacity: 0.8;
}

.refund-policy-section li {
  margin: 0 0 10px 0;
}



.faq-page-section {
  padding: 60px 0 110px 0;
}

.faq-page-section .accordion {
  max-width: 1212px;
  margin: 0 auto;
}

.faq-page-section .section_sub_title_div {
  margin-bottom: 72px;
}

.faq-page-section .nav-link {
  color: #000000;
  width: 370px;
  height: 64px;
  border-radius: 30px;
}

.faq-page-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #1c1e2c;
  color: #fff;
}

.faq-page-section .tab-content {
  width: 100%;
}

.faq-page-section .accordion-item {
  border: none;
  border-radius: 24px;
}

.faq-page-section .accordion-flush .accordion-item {
  background: #f8f8f9;
}

.faq-page-section .accordion-button:not(.collapsed) {
  background: #f8f8f9;
  border-color: transparent;
  box-shadow: none;
}

.faq-page-section .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.faq-page-section .accordion-flush .accordion-item .accordion-button {
  background: #f8f8f9;
  border-radius: 25px;
  margin: 8px 0 0 0;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  color: #000000cc;
  padding: 32px 32px 24px 32px;
}

.faq-page-section .accordion-body {
  padding: 0 32px 30px;
}

.accordion-button::after {
  background-image: url(../fonts/down.svg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../fonts/down.svg);
}

/* MVP */
.mvp-section {
  margin: 84px 0 180px 0;
}

.mvp-section .section_title {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  color: #1c1e2c;
  margin-bottom: 22px;
  width: 50%;
}

.mvp-section .mvp-first-div {
  margin: 84px 0 38px 0;
}

.imgwithafter {
  position: relative;
  text-align: center;
}

.imgwithafter::after {
  position: absolute;
  content: "";
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%), #131a23;
  border-radius: 24px;
  width: 547.27px;
  height: 434.34px;
  transform: matrix(-0.97, -0.22, -0.23, 0.72, 0, 0);
  z-index: -1;
  /* left: 0; */
  left: 129px;
  right: 0px;
  bottom: 55px;
}

.imgwithafter img {
  width: 590px;
  height: 398px;
  border-radius: 24px;
}

.imgwithbefore {
  position: relative;
  text-align: center;
}

.imgwithbefore::before {
  position: absolute;
  content: "";
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%), #131a23;
  border-radius: 24px;
  width: 547.27px;
  height: 434.34px;
  transform: rotate(-13.03deg);
  z-index: -1;
  /* left: 0; */
  /* left: 129px; */
  right: 0px;
  /* bottom: 55px; */
  left: calc(50% - 547.63px / 2 - 38.19px);
  top: calc(50% - 435.94px / 2 + -4.57px);
}

.imgwithbefore img {
  border-radius: 24px;
  width: 590px;
  height: 398px;
}

.mvp-good-fintech-section {
  padding: 126px 0px 100px 0px;
}

.mvp-good-fintech-section .section_title {
  width: calc(100% - 70%);
}

.mvp-good-fintech-section .section_sub_title_div {
  width: 30%;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  border-radius: 50%;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-content .content {
  max-width: 1099px;
  margin: 0 auto;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  box-shadow: 0px 57px 100px rgba(0, 0, 0, 0.06),
    0px 12.7317px 22.3363px rgba(0, 0, 0, 0.03),
    0px 3.79056px 6.6501px rgba(0, 0, 0, 0.0161557);
  border: 0.5px solid #f9f9f9;
  color: var(--mirage-2);
  min-width: 38px;
  min-height: 38px;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  color: #51c0ea;
  background-color: #fff;
  box-shadow: 0px 57px 100px rgba(0, 0, 0, 0.06),
    0px 12.7317px 22.3363px rgba(0, 0, 0, 0.03),
    0px 3.79056px 6.6501px rgba(0, 0, 0, 0.0161557);
  border: 0.5px solid #f9f9f9;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #51c0ea !important;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title:hover {
  color: #51c0ea !important;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  color: var(--mirage-2) !important;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.mvp-good-fintech-section .free-consultation-btn {
  margin-top: 70px;
}

.mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header {
  max-width: 340px;
  padding: 0 0;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step {
  margin: 0 0;
}

.mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .step .step-trigger {
  white-space: normal;
  z-index: 1;
  position: relative;
  padding: 25px 0px;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-box {
  color: var(--mirage-2) !important;
  background-color: #fff;
}

.mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin: 0 0 0 32px;
  justify-content: start;
}

.mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content {
  box-shadow: none;
  padding: 0 0;
  background-color: transparent;
}

.bs-stepper.vertical {
  padding: 0 0 100px 0;
  padding-left: 210px;
}

.imgwithmvp {
  text-align: center;
  position: relative;
}

.imgwithmvp img {
  width: 987.64px;
  height: 684.36px;
}

.imgwithmvp::after {
  position: absolute;
  content: "";
  width: 944px;
  height: 805.36px;
  background: url(../fonts/aftermask.svg);
  z-index: -1;
  right: -50px;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: -35px;
}

.mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .line {
  display: block;
  min-height: 1px;
  position: relative;
  /* background-color: red; */
}

.mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .step.active .line:before {
  content: "";
  position: absolute;
  display: flex;
  background: url(../fonts/activeline.svg);
  min-width: 2px;
  width: 2px;
  height: 91px;
  background-repeat: no-repeat;
  z-index: 0;
  top: -34px;
  left: 20px;
  margin: 0 auto;
  text-align: center;
}

.mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .step .line:after {
  content: "";
  position: absolute;
  display: flex;
  background: url(../fonts/line.svg);
  min-width: 2px;
  width: 2px;
  height: 91px;
  background-repeat: no-repeat;
  z-index: -1;
  top: -34px;
  left: 20px;
  margin: 0 auto;
  text-align: center;
}

.mvp-card-detail {
  position: absolute;
  padding: 64px 47px;
  text-align: center;
  box-shadow: 0px 57px 100px rgba(0, 0, 0, 0.06),
    0px 12.7317px 22.3363px rgba(0, 0, 0, 0.03),
    0px 3.79056px 6.6501px rgba(0, 0, 0, 0.0161557);
  border-radius: 24px;
  background: #ffffff;
  border: 0.5px solid #f9f9f9;
  width: 609px;
  height: 368px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.mvp-section2 img {
  max-width: 95%;
}

.mvp-good-fintech-head {
  padding: 0 0 80px;
}

/* IT services */

.our_approch_section.it_services {
  background: var(--wild-sand);
}

.our_approch_section.it_services .section_title {
  color: var(--mirage-2);
  width: 42%;
}

.our_approch_section.it_services .service_title {
  color: var(--mirage-2);
}

.our_approch_section.it_services .service_card p {
  color: var(--mirage-2);
}

/* faq mvp */

.faqs .section_sub_title_div .section_sub_title {
  margin-bottom: 72px;
}

.gis-application-section {
  padding: 64px 0 150px 0;
}

.gis-application-section .nav-pills .nav-link {
  text-align: left;
  padding: 32px 32px 32px 32px;
  border-radius: 4px 24px 24px 4px;
}

.gis-application-section .nav-pills .nav-link h5 {
  color: #131a23;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.gis-application-section .nav-pills .nav-link p {
  opacity: 0.6;
  color: #333441;
}

.create-beautiful {
  padding: 80px 0;
}

.gisafter::after {
  background: #e8e8ea;
}

.gisimg::before {
  background: #e8e8ea;
}

.gis-faq {
  padding: 0 0 120px 0;
}

.gis-application-section .nav-link.active {
  background-color: #f8f8f9;
  color: #333441;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-left: 4px solid;
  border-image: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%) 1;
  /* border-radius: 30px; */
  padding: 32px 32px 32px 28px;
}

.gis-application-section .nav-link.active h5 {
  color: #51c0ea;
}

.gis-application-section .tab-content>.active img {
  max-width: 904px;
  min-width: 904px;
  height: auto;
  border-radius: 24px;
  margin-left: 100px;
}

/* Design development */
.design-business-section {
  padding: 32px 0;
}

.design-dev-desc {
  display: flex;
  justify-content: center;
}

.design-dev-desc p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  word-break: break-word;
}

.design-imgislider-section {
  padding: 100px 0;
}

.design-imgislider .swiper-slide img {
  width: 100%;
  border-radius: 24px;
  aspect-ratio: 1 / 1;
}

.design-process-section {
  padding: 0px 0 100px 0;
}

.design-process-section .free-consultation-btn {
  margin-top: 48px;
}

.design-process-section .section_title {
  margin-bottom: 85px;
}

.design-proc {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.design-proc::after {
  content: "";
  position: absolute;
  display: flex;
  background: url(../fonts/union.svg);
  width: 609px;
  height: 58px;
  background-repeat: no-repeat;
  z-index: -1;
  right: 126px;
  left: auto;
  top: -56px;
}

.design-process-div {
  background-repeat: no-repeat;
  width: 240px;
  height: 240px;
  background-size: cover;
  position: relative;
}

.design-process-div.process-one {
  background-image: url(../images/discover-bg.png);
}

.design-process-div.process-two {
  background-image: url(../images/define-bg.png);
}

.design-process-div.process-three {
  background-image: url(../images/ideate-bg.png);
}

.design-process-div.process-four {
  background-image: url(../images/design-bg.png);
}

.design-process-div.process-five {
  background-image: url(../images/testing-bg.png);
}

.design-process-div.process-three::after {
  content: "";
  top: 137px;
}

.design-process-div.process-four::before {
  content: "";
  position: absolute;
  display: flex;
  background: url(../images/right-aerrow-dot.svg);
  width: 114px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: -1;
  right: auto;
  left: -95px;
  transform: rotate(180deg);
  top: 97px;
}

.design-process-div.process-five::after {
  display: none;
}

/* .design-proc .design-proc-wrapper .design-process-div:nth-child(2) {
    background-image: url(../images/define-bg.png);
  }
  
  .design-proc .design-proc-wrapper .design-process-div:nth-child(3) {
    background-image: url(../images/ideate-bg.png);
  }
  
  .design-proc .design-process-div:nth-child(4) {
    background-image: url(../images/design-bg.png);
  }
  
  .design-proc .design-process-div:nth-child(5) {
    background-image: url(../images/testing-bg.png);
  } */

.design-process-div::after {
  content: "";
  position: absolute;
  display: flex;
  background: url(../images/right-aerrow-dot.svg);
  width: 114px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: -1;
  right: -85px;
  left: auto;
  /* display: none; */
}

.design-process-div img {
  transform: translate(55%, 47%);
}

.design-proc-wrapper .process-info {
  display: block;
  text-align: center;
  margin: 26px 0 0 0;
}

.design-proc-wrapper .process-info h3 {
  margin: 0 0 16px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1c1e2c;
}

.design-proc-wrapper .process-info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333441;
  opacity: 0.6;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3px;
}

.review-section {
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  height: 1083px;
  padding: 80px 0;
}

.review-section-weferawfg-img {
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.review-card {
  padding: 0 76px;
  height: 923px;
  display: flex;
  justify-content: center;
  text-align: center;
  background: linear-gradient(104.92deg,
      rgba(19, 26, 35, 0.8) 16.46%,
      rgba(18, 32, 52, 0.8) 98.37%);
}

.review-card h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 40px;
}

.review-card p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #f4f4f4;
}

.review-slider .card-header-detail .country-name {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  opacity: 0.4;
  gap: 5px;
}

.review-slider .card-header-detail .country-name img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.review-slider .card-header-detail .country-name p {
  margin: 0 0;
}

.review-slider .card-header-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 10px;
}

.review-slider .client-info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin: 0 0 4px 0;
}

.review-slider .client-info span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #5d52d9;
}

.review-slider .card {
  padding: 32px 50px;
}

.review-slider .review-desc {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

.review-slider .client-logo {
  margin-top: 48px;
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.review-slider .swiper-slide {
  text-align: left !important;
  height: 300px;
  display: flex;
  background: #eee;
  /* align-items: center; */
  /* justify-content: center; */
  transition: all 200ms linear;
  transform: scale(0.8);
}

.review-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 99;
}

.review-slider .swiper-container {
  width: 100%;
  height: 930px;
  overflow: hidden;
}

.review-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* mobile-development  */

.mobile_illustator.illustator_with_trophy {
  bottom: -50px;
}

section.your-partner {
  padding: 121px 0;
}

.your-partner-inner {
  padding: 41px 62px;
}

.your-partner-inner .free-consultation-btn {
  margin-top: 32px;
}

.your-partner .section_title {
  width: 75%;
}

.perfect-technology {
  padding: 49px 0 130px;
}

.perfect-technology .small_business .service_title {
  font-size: 32px;
}

.perfect-technology .small_business {
  padding: 64px 123px;
}

.Cross-platform-div {
  margin-top: 116px;
}

.apps-dev {
  margin-top: 150px;
  margin-bottom: 90px;
}

.apps-Benefits {
  padding: 112px 0 124px 0;
}

.apps-Benefits .service_card {
  height: 100%;
  max-width: 340px;
  margin: 0px auto 112px;
  max-height: 236px;
}

.apps-Benefits.our_approch_section .service_title {
  margin: 0 0;
}

.apps-Benefits.our_approch_section .service_card p {
  margin: 16px 0 0;
}

.apps-Benefits .service_card img {
  margin: 0 auto 16px;
}

.need-consultation .free-consultation-btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.need-consultation .get_in_touch_section_div button:hover path {
  fill: #ffffff;
}

.quality-assurance {
  margin-top: 100px;
}

/* end mobile-development */

.production-procc .section_sub_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.production-procc .free-consultation-btn {
  margin-top: 32px;
}

/* travel-app-development-services */
.head-quotes {
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%), #131a23;
  max-height: 374px;
  margin-top: -85px;
  padding: 145px 0 0;
  text-align: center;
  height: 300px;
}

.head-quotes h4 {
  --font-family-inter: "Inter", Helvetica;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}

section.bk-quotes {
  background: #f4f4f4;
  padding: 100px 0;
}

.bk-quotes h5:before {
  content: "";
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%), #131a23;
  width: 5px;
  height: 108px;
  left: 0;
  position: absolute;
}

.bk-quotes h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1c1e2c;
  padding-left: 66px;
  position: relative;
}

/* end travel-app-development-services */

/* faqtabs  responsive*/
.faq-tabs {
  margin-right: 1rem;
  align-items: flex-start;
  display: flex;
}

.gis-application-section .section_title {
  width: 75%;
}

/* dedicated-developer */
.dedicated-team {
  padding: 120px 0;
}

/* fitness app */

.landing-title.landingSection .page_title h1 {
  width: 51%;
  margin: 0 auto;
}

.fitness-sol {
  padding: 114px 0 107px 0;
}

.fitness-sol .fitness-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.working-process .design-proc::after {
  display: none;
}

.working-process .design-process-div.process-three::after {
  content: "";
  position: absolute;
  display: flex;
  background: url(../images/right-aerrow-dot.svg);
  width: 114px;
  height: 20px;
  background-repeat: no-repeat;
  z-index: -1;
  right: -85px;
  left: auto;
  top: auto;
}

.working-process .design-process-div.process-four::before {
  display: none;
}

.working-process .design-proc-wrapper .process-info {
  width: 252px;
}

.technology-section {
  padding: 100px 0 66px 0;
  background: #1c1e2c;
}

.technology-section .section_title {
  color: #ffffff;
  margin-bottom: 128px;
}

.technology-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.technology {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin-bottom: 54px;
  min-width: 205px;
}

.technology-wrapper img {
  width: 61px;
  height: 54px;
  margin-bottom: 55px;
}

.technology-wrapper h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}

/* end dedicated-developer */
.in-touch .section_sub_title {
  width: 50%;
  margin: 0 auto;
}

.innovation_info {
  padding: 0 40px 20px 74px;
}

.s-fitness.section_title {
  width: 40%;
}

.padding-card {
  padding: 56px 0;
}

.website-development-card {
  padding: 36px 0;
}

.customer-review {
  margin: 10px 0 148px 0;
}

.customer-review.software_innovation .section_title {
  width: 30%;
  margin-bottom: 93px;
}

.reaview-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}

.fit-dev .section_title {
  margin-bottom: 24px;
}

.landing-title.landingSection .page_title {
  top: 42px;
}

/* Modal */
.form-modal .modal-header {
  padding: 0px 0;
  border: 0;
  position: absolute;
  /* width: 50px;
    height: 50px; */
  margin: 15px 25px 0 0;
  right: 0;
  z-index: 1;
}

.form-modal .modal-header .btn-close {
  margin: 0 auto;
}

.form-modal .modal-body {
  /* padding: 56px 0; */
  padding: 0 0;
}

.form-modal .modal-content {
  border-radius: 24px;
}

.modal-info {
  display: flex;
}

.left-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%), #131a23;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.right-div {
  padding: 88px 80px 56px 80px;
  width: 100%;
}

/* .right-div .modal-content {
    position: relative;
    border-radius: 24px;
  } */

.right-div .input-block {
  position: relative;
  margin-bottom: 24px;
  max-width: 554px;
}

.right-div .input-block input {
  font-family: var(--font-family-inter);
  font-style: normal;
  line-height: 23px;
  color: #000000;
  min-height: 56px;
  width: 100%;
  padding: 5px 5px;
  border-radius: 0;
  border-bottom: 1px solid rgb(0 0 0);
  outline: none;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 6px 0 0;
  font-weight: 500;
  font-size: 19px;
}

.right-div .input-block input:focus {
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
  border-color: #020000;
}

.right-div .input-block span.placeholder {
  font-family: var(--font-family-inter);
  position: absolute;
  margin: 17px 0;
  padding: 0 4px;
  color: #000000;
  display: flex;
  align-items: center;
  top: 0;
  left: 0px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
  /* border-bottom: 1px solid #D9D9D9; */
  /* color: rgb(255 255 255 / 40%); */
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
}

.right-div .input-block input:focus+span.placeholder {
  color: #000000;
}

.right-div .download-btn {
  text-align: end;
  margin-top: 100px;
}

.right-div .download-btn button {
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  border-radius: 48px;
  width: 182px;
  height: 75px;
  color: #ffffff;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.right-div h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}

.right-div p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}

.page-not-found-section {
  padding: 50px 0;
}

.page-not-found-section h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 88px;
  color: #1c1e2c;
  margin-bottom: 20px;
}

.page-not-found-section h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #1c1e2c;
  margin-bottom: 20px;
}

.page-not-found-section p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 40px;
}

.page-not-found-section .back-home-btn button {
  background: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%);
  border-radius: 48px;
  width: 226px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

.project-info-wrapper .blog_main_image img {
  border-radius: 20px;
}

/*  project tabs */
.projects-tabs .nav {
  justify-content: center;
}

.projects-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #212529;
}

.projects-tabs .nav-pills .sub-nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  /* background-color:#5c64df !important; */
  background-image: linear-gradient(255.4deg, #4fc5eb 0%, #5d52d9 100%)
}


.projects-tabs .nav-link {
  color: #212529;
  margin-top: 0;
  border-radius: 32px;
  border: none;
  text-transform: capitalize;
  padding: 20px 63px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
}

.projects-tabs ul {
  width: auto;
  max-width: 530px;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 32px;
  padding: 8px;
  flex-direction: row;
}

.projects-tabs .nav li.nav-item {
  flex: 1 1 auto;
}

/* end project tabs */


.title-section .section_title {
  width: 50%;
}

.title-section .section_sub_title_div {
  width: 75%;
}

.blog-pagination .page-link:hover {
  z-index: 2;
  color: #f9f9f9;
  background-color: #516ad9;
  border-color: #506cd900;
}

.blog-pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* project-links */
.project-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.project-links a {
  padding: 5px 25px;
}




.consultation-modal h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.consultation-modal h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.consultation-modal p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}


.idleModal .modal-content {
  border-radius: 16px;
}

.idleModal .modal-body {

  padding: 15px 0 30px;

}

.idleModal .modal-body h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.idleModal .modal-body p {
  font-size: 20px;
}

.features_block.features2 .card {
  padding: 48px 48px;
}

.vfb-error {
  color: #f00 !important;
}

.vfb-form-error-message {
  color: #f00 !important;
}

.vbf-step div.input-block label {
  color: rgb(255 255 255 / 60%);
  font-family: var(--font-family-inter);
  font-size: 16px;
  position: relative;
  margin: 0 0;
  padding: 0 0;
  opacity: 1;
}

.vbf-step div.input-block input,
.vbf-step div.input-block textarea {
  margin: 0px 0 0;
  min-height: auto;
  padding: 5px 0px;
}

form .success {
  color: #ffffff !important;
}

/* 4k media START */

/* Media 1921 Min */
@media (min-width: 1921px) {
  .container {
    max-width: 1920px;
  }

  body {
    max-width: 100%;
    margin: 0 auto;
  }

  .header-box .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
  }

  .swiper.client-slider,
  .company-section,
  .mvp-good-fintech-section,
  .design-imgislider-section,
  .design-business-section {
    max-width: 1920px;
    margin: 0 auto;
  }

  .head-quotes {
    max-height: 100%;
    margin-top: -269px;
    padding: 309px 0 40px;
    height: 100%;
  }

  .mvp-good-fintech-section .section_title {
    width: 100%;
  }

  .blog-bg {
    background-size: cover;
    background-position: bottom;
  }

  .landingDiv.blog-bg {
    max-width: 100%;
  }

  .bg-none {
    display: none;
  }

  .bg-shape {
    background-image: url(../fonts/home-background.svg);
    background-repeat: no-repeat;
    min-height: 820px;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
  }

  .inner-bg-shape {
    background-image: url(../fonts/about-bg.svg);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 426px;
    background-size: cover;
    background-position: bottom;
  }

  .landingDiv {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }

  .afterImg {
    overflow: visible;
    bottom: -106px;
    right: -102px;
  }

  .beforeImg {
    bottom: -272px;
    right: 140px;
  }

  footer {
    padding-top: 150px;
  }
}

@media (min-width:2920px) {
  .afterImg {
    bottom: -68px;
    right: -136px;
  }

  .inner-bg-shape {
    min-height: 500px;

  }

  .beforeImg {
    bottom: -180px;
    right: 140px;
  }

  footer {
    padding-top: 210px;
  }
}

@media (max-width: 1920px) {
  .landingSection .landingDiv {
    overflow: hidden;
    padding-bottom: 47px;
  }

  .landingSection.CRM-head-div .landingDiv {
    padding-bottom: 0px;
  }



  .travel-app-landding {
    padding-bottom: 0px !important;
  }

  .landingSection .landingDiv .beforeImg {
    bottom: -200px;
    right: 140px;
  }

  .landingSection .landingDiv .afterImg {
    bottom: -88px;
    right: -101px;
  }

  .company-section {
    margin-top: 0px;
  }
}

/* 4k media END */

/* add portfolio */
.btn-portfolio {
  border: 1px solid transparent;
  padding: 8px 14px 8px 14px;
  margin-right: 5px;
  font-weight: 600;
}

/* end portfolio */


/* Media 1800 */
@media (max-width: 1800px) {
  .mainHeading h1 {
    font-size: 62px;
  }

  .mainHeading {
    top: 150px;
  }

  .beforeImg img {
    width: calc(100% - 75%);
  }

  .afterImg {
    bottom: -104px;
    right: 0;
    text-align: right;
    width: 100%;
  }

  .afterImg img {
    text-align: right;
    margin-left: auto;
    width: calc(100% - 75%);
  }

  .mvp-good-fintech-section .section_title {
    width: calc(100% - 60%);
  }

  .bs-stepper.vertical {
    padding: 0 0 100px 0;
    padding-left: 110px;
  }

  .mvp-section {
    margin: 100px 0 100px 0;
  }

  .mvp-good-fintech-section {
    padding: 100px 0px 100px 0px;
  }
}

/* Media 1680px */
@media (max-width: 1680px) {
  .mainHeading {
    top: 150px;
  }

  .landing-title.landingSection .page_title {
    top: 56px;
  }

  .landing-title.landingSection .page_title h1 {
    width: 56%;
    font-size: 62px;
  }

  .page_title .down_arrow {
    margin-top: 75px;
  }

  .illustator_with_trophy {
    bottom: 0px;
    right: 48px;
    width: 282px;
  }

  .get_started_block {
    width: 84.33333333%;
  }

  .gis-application-section .tab-content>.active img {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    margin-left: auto;
  }

  .design-business-section .section_title {
    width: 60%;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-content .content {
    max-width: 999px;
  }

  .bs-stepper.vertical {
    padding-left: 50px;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp img {
    width: 845.64px;
  }

  /* .design-process-div {
      background-repeat: no-repeat;
      width: 180px;
      height: 180px;
      background-size: cover;
      position: relative;
    } */

  /* .design-process-div img {
      transform: translate(55%, 47%);
      width: 100px;
    } */
}

/* Media 1400px */
@media (max-width: 1440px) {
  .mainHeading {
    top: 120px;
  }

  .locinfo-block {
    padding-left: 20.5px;
    padding-right: 15.5px;
  }

  .imgwithafter img,
  .imgwithbefore img {
    max-width: 590px;
    max-height: 398px;
  }

  .imgwithafter::after,
  .imgwithbefore::before {
    max-width: 500px;
    max-height: 400px;
  }

  .mvp-section .section_title {
    width: 70%;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-content .content {
    max-width: 846px;
  }

  .mvp-section {
    margin: 100px 0 100px 0;
  }

  .mvp-good-fintech-section {
    padding: 100px 0px 100px 0px;
  }

  .your-partner-inner {
    padding: 20px 20px;
  }

  .perfect-technology .small_business {
    padding: 30px 30px;
  }

  .design-process-div {
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: cover;
    position: relative;
  }

  .design-proc::after {
    width: 45%;
    right: 0;
    left: 0;
    top: -46px;
    margin-left: 48%;
    margin-right: auto;
    background-size: contain;
  }

  .design-process-div.process-four::before {
    top: 75px;
    background-size: calc(100% - 15px);
  }

  .design-process-div.process-three::after {
    top: 112px;
    background-size: calc(100% - 15px);
  }

  .design-process-div::after {
    background-size: calc(100% - 15px);
  }

  .working-process .design-process-div.process-three::after {
    background-size: calc(100% - 15px);
    right: -85px;
    left: auto;
    top: auto;
  }

  .working-process .design-proc-wrapper .process-info {
    width: auto;
    max-width: 190px;
    min-height: 100px;
    margin: 26px auto 0;
  }

  .head-quotes {
    margin-top: -85px;
    padding: 124px 0 0;
    height: 300px;
  }

  .head-quotes h4 {
    font-size: 35px;
    line-height: normal;
  }
}

/* Media */
@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1360px;
  }
}

/* Media */
@media (min-width: 1500px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1460px;
  }
}

@media (max-width: 1500px) {
  .design-process-div {
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    background-size: cover;
    position: relative;
  }

  .design-process-div img {
    transform: translate(55%, 47%);
    width: 100px;
  }

  .design-proc::after {
    width: 45%;
    right: 0;
    left: 0;
    top: -46px;
    margin-left: 48%;
    margin-right: auto;
    background-size: contain;
  }
}

/* Media 1366 */
@media (max-width: 1366px) {
  .illustator_with_trophy.inner-illustator {
    right: 25px;
    width: 230px;
  }

  .landing-title.landingSection .page_title h1 {
    width: 55%;
    font-size: 54px;
  }

  .landing-title.landingSection .page_title {
    top: 40px;
  }

  .illustator_with_trophy.inner-illustator img {
    height: 100%;
  }

  .illustator_with_trophy.inner-illustator {
    right: 50px;
  }

  .landing-title.landingSection .page_title .down_arrow {
    margin-top: 90px;
  }

  .mobile_illustator.illustator_with_trophy {
    bottom: 0;
  }

  .beforeImg {
    bottom: -99px;
  }

  .down_arrow {
    margin-top: 100px;
  }

  .beforeImg img {
    width: 355px;
  }

  .afterImg {
    bottom: -47px;
  }

  .afterImg img {
    width: 370px;
  }

  .mainHeading {
    top: 115px;
  }

  .mainHeading button {
    padding: 15px 22px;
    font-size: 15px;
  }

  .mainHeading h1 {
    font-size: 55px;
  }

  .dedicated_team_section {
    margin-top: 30px;
  }

  .section_title,
  .mvp-section .section_title {
    font-size: 41px;
    line-height: 49px;
  }

  .section_sub_title {
    font-size: 16px;
    line-height: 22px;
  }

  .top_notch_info_points {
    padding: 25px 0px 0px 120px;
  }

  .section_sub_title.top_notch_p {
    font-size: 16px;
    line-height: 27px;
  }

  .working_men img {
    width: 540px;
  }

  .top_notch_info_points h4 {
    line-height: 35px;
    font-size: 22px;
    margin: 0 0 12px 0;
  }

  .top_notch_info_points p {
    font-size: 15px;
    line-height: 24px;
  }

  .get_in_touch_section {
    padding: 80px 0 70px 0px;
  }

  .selected_works_section {
    margin-top: 125px;
    margin-bottom: 110px;
  }

  .software_innovation .section_title {
    width: 100%;
  }

  .get-project-form {
    padding: 70px 65px;
  }

  /* about */

  .page_title {
    top: 65px;
  }

  .page_title h1 {
    font-size: 70px;
  }

  .page_title .down_arrow {
    margin-top: 105px;
  }

  .our_projects h1 {
    line-height: 80px;
    font-size: 90px;
  }

  .innovation_img .iframes {
    width: 550px;
    height: 400px;
  }

  .wonderkids {
    background-color: #f8f8f9;
    margin: 0 10px 0 0px;
  }

  .projects .buttons_group .btn {
    padding: 17px 55px;
  }

  .blog_main_image img {
    max-width: 1024px;
    top: 353px;
  }

  /* .blog_info_section {
          margin-top: 415px;
      } */

  .blog_info_section .container {
    padding: 0 150px;
  }

  .slider_heading .heading {
    font-size: 35px;
    line-height: 49px;
  }

  .slider_heading {
    max-width: 1024px;
  }

  .my-slider.slick-initialized.slick-slider {
    max-width: 1024px;
    margin: 0 auto;
  }

  .small_business {
    padding: 48px 75px;
  }

  .find_customer {
    margin: 120px 0;
  }

  .illustator_with_trophy {
    bottom: 5px;
    right: 48px;
    width: 282px;
  }

  /* about */
  .innovation_img img {
    width: 100%;
  }

  .innovation_img.fintech_img img {
    width: 100%;
  }

  .tech_trends_section .section_title {
    width: 100%;
  }

  .section_title.good_fintech_h2 {
    width: 75%;
  }

  .app-information h5 {
    margin-right: 45px;
    min-width: 140px;
  }

  .app-information p {
    font-size: 14px;
  }

  .puzzle-img img {
    width: 490px;
  }

  .features_block .card {
    padding: 38px 38px 0;
  }

  .contact-form {
    min-width: 575px;
  }

  .imgwithafter::after {
    left: 84px;
  }

  .gis-application-section .nav-link.active {
    padding: 20px 16px 15px 20px;
    font-size: 14px;
  }

  .gis-application-section .nav-pills .nav-link {
    font-size: 14px;
  }

  .gis-application-section .nav-pills .nav-link h5 {
    font-size: 20px;
  }

  .gis-application-section .nav-link.active {
    padding: 20px 16px 15px 28px;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp:after {
    right: -66px;
  }

  .mvp-section {
    margin: 90px 0 90px 0;
  }

  .mvp-good-fintech-section {
    padding: 90px 0px 90px 0px;
  }

  .perfect-technology .small_business {
    padding: 22px 22px;
  }

  .your-partner .section_title {
    width: 100%;
  }

  .design-proc {
    gap: 32px;
  }

  .customer-review.software_innovation .section_title {
    width: 38%;
    margin-bottom: 93px;
  }

  .projects-tabs .nav-link {
    padding: 17px 55px;
  }
}

@media (max-width: 1280px) {
  .down_arrow {
    margin-top: 95px;
  }

  .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .project_summary .container,
  .challenge-bk .container {
    padding: 0 110px;
  }

  .locinfo::after {
    background-position: bottom center;
    background-size: 90%;
  }

  .imgwithafter img,
  .imgwithbefore img {
    width: 100%;
    height: 100%;
  }

  .imgwithafter::after {
    max-width: 460px;
    max-height: 370px;
    display: none;
  }

  .imgwithbefore::before {
    display: none;
  }

  .mvp-section {
    margin: 84px 0 30px 0;
  }

  .mvp-section .mvp-first-div {
    margin: 30px 0 29px 0;
  }

  .mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header {
    max-width: 295px;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp:after {
    display: none;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
    font-size: 20px;
    line-height: normal;
  }

  .mvp-section {
    margin: 80px 0 80px 0;
  }

  .mvp-good-fintech-section {
    padding: 80px 0px 80px 0px;
  }

  .page_title h1 {
    font-size: 52px;
  }

  .design-process-div {
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    background-size: cover;
    position: relative;
  }

  .design-process-div img {
    transform: translate(55%, 47%);
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 0 0;
  }

  nav .dropdown-menu {
    border: 0;
  }

  .landing-title.landingSection .page_title h1 {
    width: 90%;
    font-size: 52px;
  }

  .link-light {
    color: #000102 !important;
  }

  .nav-link {
    padding: 10px 15px;
  }

  .nav {
    flex-direction: column;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .beforeImg {
    bottom: -80px;
  }

  .beforeImg img {
    width: 290px;
  }

  .afterImg {
    bottom: -33px;
  }

  .afterImg img {
    width: 310px;
  }

  .mainHeading h1 {
    font-size: 45px;
  }

  .mainHeading button {
    margin-top: 35px;
  }

  .down_arrow {
    margin-top: 65px;
  }

  .mainHeading {
    top: 95px;
  }

  .section_title {
    width: 100%;
  }

  .section_sub_title_div {
    width: 100%;
  }

  .top_notch_info_points {
    padding: 25px 0px 0px 65px;
  }

  .page_title .down_arrow {
    margin-top: 84px;
  }

  .page_title {
    top: 18px;
  }

  .innovation_img .iframes {
    width: 100%;
    padding: 0 10px;
  }

  .mainHeading.blog_post {
    top: 35px;
  }

  .blog_info_section .container {
    padding: 0 50px;
  }

  .blog_main_image img {
    max-width: 875px;
    top: 300px;
    margin-top: 35px;
  }

  .puzzle-img img {
    width: 430px;
  }

  .project_summary .container,
  .challenge-bk .container {
    padding: 0 50px;
  }

  .refund-policy-section .container {
    padding: 0 20px;
  }

  .our_approch_section.it_services .section_title {
    width: 50%;
  }

  .review-section {
    height: 100%;
  }

  .review-card {
    height: 100%;
    padding: 55px;
    margin-bottom: 20px;
  }

  .review-slider .swiper-container {
    height: 100%;
  }

  .review-slider .swiper-slide {
    height: 100%;
  }

  .review-slider .card {
    border: 0;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp img {
    width: 100%;
    height: auto;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp:after {
    display: none;
  }

  .mvp-card-detail {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-content .content {
    max-width: 660px;
  }

  .illustator_with_trophy {
    display: none !important;
  }

  .design-process-div {
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
  }

  .crm .page_title h1 {
    width: 100%;
    /* margin: 0 auto; */
  }

  .gis-application-section .section_title {
    width: 66%;
  }

  .design-process-div img {
    width: 85px;
  }

  .design-proc::after {
    width: 44%;
    top: -37px;
    margin-left: 48%;
  }

  .design-proc {
    gap: 20px;
  }

  .design-process-div::after {
    right: -85px;
    left: auto;
    background-size: 60%;
    background-position: center;
  }

  .working-process .design-process-div.process-three::after {
    background-size: 60%;
    background-position: center;
  }

  .design-proc-wrapper .process-info p {
    line-height: normal;
  }

  .design-proc-wrapper .process-info h3 {
    font-size: 24px;
    line-height: normal;
  }

  .design-process-div.process-three::after {
    content: "";
    top: 104px;
    right: -67px;
    background-size: 60%;
  }

  .design-process-div.process-four::before {
    top: 76px;
    background-position: center;
    background-size: 60%;
  }

  .left-div img {
    max-width: 100%;
    height: auto;
  }

  .left-div {
    padding: 40px;
  }

  .right-div {
    padding: 67px 68px 50px 70px;
  }

  .right-div h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .right-div .download-btn {
    margin-top: 75px;
  }

  .right-div .download-btn button {
    font-size: 20px;
    width: 168px;
    height: 60px;
    line-height: normal;
  }

  .features_block.features2 .card {
    padding: 25px;
  }
}

@media (max-width: 1024px) {
  .page_title .down_arrow {
    margin-top: 84px;
  }

  .page_title {
    top: 18px;
  }

  .card-wrapper {
    display: flex;
    justify-content: center;
  }

  .locinfo::after {
    background-size: 90%;
  }

  .locinfo .title {
    margin-bottom: 8px;
    margin-top: 15px;
  }

  .contact-us-info p {
    width: 100%;
  }

  .contact-us-info h1 {
    font-size: 62px;
    line-height: normal;
  }

  .get-project-form {
    padding: 72px 80px;
    margin: 50px auto;
  }

  .contact-form {
    min-width: 300px;
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .map-section .get_started {
    margin: 0 auto;
    padding: 20px;
  }

  .our_approch_section.it_services .section_title {
    width: 100%;
  }

  .mvp-good-fintech-section .bs-stepper.wizard-modern .bs-stepper-content .imgwithmvp:after {
    display: none;
  }

  .mvp-card-detail {
    height: auto;
  }

  .design-proc-wrapper .process-info h3 {
    font-size: 22px;
  }

  .design-proc-wrapper .process-info p {
    font-size: 14px;
    width: 100%;
  }

  .get_in_touch_section_div h1 {
    line-height: normal;
  }
}

@media (max-width: 992px) {
  .fitness-sol {
    padding: 80px 0 80px 0;
  }

  .blog-bg {
    background-size: cover;
  }

  .dropdown-menu {
    border: none;
  }

  .beforeImg img {
    display: none;
  }

  .afterImg img {
    display: none;
  }

  .mainHeading {
    top: 25px;
  }

  .mainHeading h1 {
    font-size: 37px;
  }

  .small_business .working_lady {
    width: 100%;
    height: auto;
  }

  .small_business .multitask_lady {
    height: auto;
    width: 100%;
  }

  .section_title {
    width: 100%;
  }

  .section_sub_title_div {
    width: 100%;
  }

  .last_card {
    margin-top: 35px;
  }

  .working_men {
    text-align: center;
  }

  .project-col {
    order: 1;
    padding: 20px 45px;
  }

  .project-img {
    margin: 0 0;
    text-align: center;
    width: auto;
  }

  .page_title .down_arrow {
    margin-top: 45px;
  }

  .our_projects div {
    border-right: none;
  }

  .our_approch_section .cards {
    margin-top: 0px;
  }

  .innovation_img .iframes {
    width: 100%;
    padding: 0 10px;
  }

  .blog_info button {
    margin-bottom: 30px;
  }

  .blog_search {
    padding: 0 24px 0 24px;
  }

  .mainHeading.blog_post h1 {
    font-size: 40px;
  }

  .blog_info_section .container {
    padding: 0 10px;
  }

  .blog_main_image img {
    max-width: 767px;
    top: 260px;
  }

  .footer_info_logo {
    order: 0;
  }

  .footer_info_links {
    order: 2;
  }

  .footer_info_clucth {
    order: 1;
  }

  .puzzle-img {
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }

  .puzzle-img img {
    width: 100%;
  }

  .good-fintech-section {
    margin: 100px 0 64px 0;
  }

  .get_in_touch_section_div.fintech h1 {
    line-height: 54px;
  }

  .project_summary .container,
  .challenge-bk .container {
    padding: 0 0px;
  }

  .features_block .card-wrapper:nth-child(3),
  .features_block .card-wrapper:nth-child(4) {
    margin-bottom: 32px;
  }

  .project_summary_info h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .challenge-bk h2,
  .project_summary h2,
  .features_block h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 22px;
  }

  .project_summary {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about_project {
    margin-top: 40px;
  }

  .challenge-bk {
    margin-bottom: 40px;
  }

  section.features_block {
    padding: 40px 0 40px;
  }

  .features_block .card {
    padding: 25px 25px 0;
  }

  .faq-tabs {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .bs-stepper.vertical {
    padding-left: 0;
  }

  .mvp-card-detail {
    position: relative;
    bottom: 85px;
  }

  .mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header {
    max-width: 100%;
    overflow-x: visible;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-height: auto;
    height: 70px;
    overflow-y: hidden;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin: 0 0 0 15px;
  }

  .mvp-good-fintech-head {
    padding: 0 20px 15px;
  }

  .mvp-good-fintech-section .section_title {
    width: calc(100% - 0%);
  }

  .mvp-good-fintech-section .section_sub_title_div {
    width: 100%;
  }

  .mvp-card-detail {
    width: 95%;
    padding: 35px 30px;
  }

  .mvp-good-fintech-section .free-consultation-btn {
    display: none;
  }

  .mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .step.active .line:before,
  .mvp-good-fintech-section .bs-stepper.vertical .bs-stepper-header .step .line:after {
    display: none;
  }

  .mvp-good-fintech-section .bs-stepper .bs-stepper-header .step {
    margin: 0 10px;
    display: inline-block;
  }

  .section_title,
  .mvp-section .section_title {
    line-height: normal;
  }

  .mvp-section {
    margin: 80px 0 80px 0;
  }

  .mvp-good-fintech-section {
    padding: 80px 0px 80px 0px;
  }

  .bs-stepper.vertical {
    padding: 0 0 0px 0;
  }

  .mvp-section .innovation_info {
    padding: 0 0px 0px;
  }

  .perfect-technology .small_business {
    padding: 20px 20px;
  }

  section.your-partner {
    padding: 80px 0;
  }

  .perfect-technology {
    padding: 50px 0 80px;
  }

  .apps-dev {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .Cross-platform-div {
    margin-top: 80px;
  }

  .apps-Benefits .service_card {
    margin: 0px auto 80px;
  }

  .apps-Benefits {
    padding: 80px 0 12px 0;
  }

  .our_approch_section {
    padding: 80px 0 80px 0;
  }

  .selected_works_section .section_title {
    width: 100%;
  }

  .gis-application-section .section_title {
    width: 100%;
  }

  .design-process-div {
    margin: 0 auto;
  }

  .design-proc {
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
  }

  .design-proc::after {
    display: none;
  }

  .design-proc-wrapper {
    margin-bottom: 50px;
  }

  .design-process-div::after {
    background-size: 100%;
    background-position: center;
    bottom: -149px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .working-process .design-process-div.process-three::after {
    background-size: 100%;
    background-position: center;
    right: 0;
    left: 0;
    top: auto;
  }

  .working-process .design-proc-wrapper .process-info {
    max-width: 215px;
  }

  .design-process-div.process-three::after {
    top: auto;
    background-size: 100%;
    background-position: center;
    bottom: -149px;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }

  .design-process-div.process-four::before {
    top: -23px;
    background-position: center;
    background-size: 100%;
    transform: rotate(270deg);
    margin: 0 auto;
    text-align: center;
    left: 0;
  }

  .design-proc-wrapper {
    background: #ffffff;
    margin-bottom: 50px;
  }

  .technology-section {
    padding: 80px 0 26px 0;
  }

  .technology-section .section_title {
    margin-bottom: 80px;
  }

  .dedicated-team {
    padding: 80px 0;
  }

  .design-process-section {
    padding: 0px 0 80px 0;
  }

  .head-quotes h4 {
    font-size: 28px;
    line-height: normal;
  }

  .head-quotes {
    margin-top: -40px;
    padding: 100px 0 0;
    height: 300px;
  }

  .head-quotes.CRM-head-quotes {
    margin-top: -41px;
  }

  section.bk-quotes {
    padding: 80px 0;
  }

  .bk-quotes h5 {
    font-size: 25px;
    line-height: normal;
    padding-left: 40px;
  }

  .customer-review.software_innovation .section_title {
    width: 51%;
    margin-bottom: 93px;
  }

  .landingDiv .backgroundImg {
    min-height: 245px;
    object-fit: cover;
  }

  .page_title {
    top: 50px;
  }

  .find_customer {
    margin: 80px 0;
  }

  .left-div {
    padding: 25px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0px;
    height: 200px;
  }

  .modal-info {
    display: flex;
    flex-direction: column;
  }

  .left-div img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

/* media 768 */
@media (max-width: 768px) {
  .landing-title.landingSection .page_title {
    top: 50px;
  }

  .landing-title.landingSection .page_title h1 {
    font-size: 40px;
  }

  .blog-bg {
    min-height: auto;
  }

  .customer-review.software_innovation .section_title {
    width: 100%;
    margin-bottom: 93px;
  }

  .fitness-sol {
    padding: 40px 0 40px 0;
  }

  .blog_date {
    margin-top: 32px;
    font-size: 12px;
    margin-bottom: 56px;
  }

  .back-to-top {
    display: none;
  }

  .last_card {
    margin-top: 0px;
  }

  .down_arrow {
    margin-top: 15px;
  }

  .down_arrow img {
    width: 15px;
  }

  .nav {
    flex-direction: column;
  }

  .link-light {
    color: #000102 !important;
  }

  .offcanvas-end {
    width: 330px;
  }

  .mainHeading {
    position: absolute;
    width: 100%;
    top: 35px;
    text-align: center;
  }

  /* .mainHeading h1 {
          font-size: 20px;
      } */

  .mainHeading button svg {
    margin-right: 2px;
    width: 15px;
  }

  .mainHeading button {
    margin-top: 15px;
    padding: 5px 6px;
    font-size: 15px;
  }

  .nav-link {
    padding: 10px 15px;
  }

  .dropdown-menu {
    border: none;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
  }

  .offcanvas-body ul li a:hover {
    color: var(--royal-blue) !important;
    padding: 10px 0;
  }

  .offcanvas-body ul li a {
    color: #000000 !important;
    padding: 0px 0;
  }

  .offcanvas-body ul li {
    list-style: none;
    text-decoration: none;
    color: #000000 !important;
  }

  .offcanvas-header {
    padding: 18px 23px;
    width: 100%;
    text-align: end;
  }

  .page_title h1 {
    font-size: 40px;
  }

  .page_title .down_arrow {
    display: none;
  }

  .our_projects div {
    margin: 0px 0 30px 0;
  }

  .our_projects h1 {
    line-height: 80px;
    font-size: 80px;
  }

  .our_projects div:last-child {
    margin: 0px !important;
  }

  .section_title {
    width: 100%;
    font-size: 28px;
    line-height: normal;
  }

  .section_sub_title_div {
    width: 100%;
  }

  .section_sub_title {
    font-size: 15px;
    line-height: normal;
    padding: 0 10px;
  }

  .service_block {
    margin: 50px auto 0;
  }

  .service_card img {
    width: 100px;
    height: 100px;
  }

  .service_title {
    font-size: 24px;
    line-height: normal;
  }

  .service_card p {
    font-size: 14px;
    line-height: 18px;
  }

  .link_arrow {
    font-size: 15px;
    line-height: normal;
  }

  .link_arrow img {
    width: 18px;
    height: 18px;
  }

  .top_notch_section {
    margin-top: 70px;
  }

  .section_title.top_notch_h2 {
    padding: 0 10px;
  }

  .section_sub_title.top_notch_p {
    padding: 0 10px;
  }

  .top_notch_info_points {
    padding: 25px 10px 0 10px;
  }

  .num_badge {
    padding: 8px 10px;
  }

  .working_men img {
    width: 294px;
    padding: 0 10px;
  }

  .working_men {
    margin-top: 45px;
    text-align: center;
  }

  .top_notch_info_content {
    margin: 0 0 40px 0;
  }

  .get_in_touch_section_div.fintech h1 {
    line-height: normal;
    width: 100%;
  }

  .section_title.good_fintech_h2 {
    width: 100%;
  }

  .good-fintech-section {
    margin: 60px 0 64px 0;
  }

  .get_in_touch_section_div button {
    padding: 8px 13px;
    margin-top: 35px;
    line-height: normal;
    font-size: 11px;
  }

  .get_in_touch_section_div button svg {
    width: 15px;
  }

  .get_in_touch_section_div {
    padding: 0 5px;
  }

  .selected_works_section {
    margin-top: 100px;
  }

  .selected_works_section .section_title {
    width: 100%;
  }

  .selected_works_section button {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 40px;
  }

  .selected_works_section button svg {
    width: 18px;
  }

  .small_business {
    padding: 35px 25px;
  }

  .small_business .working_lady {
    width: 100%;
    height: auto;
  }

  .small_business .multitask_lady {
    height: auto;
    width: 100%;
  }

  .get-project-form {
    padding: 25px 25px;
    margin: 25px auto;
  }

  .get-project-form h5 {
    font-size: 25px;
  }

  .br_tag {
    display: none;
  }

  .dropdown-item {
    padding: 0.5rem 1rem;
  }

  .mainHeading.blog_post {
    top: 15px;
  }

  .mainHeading.blog_post h1 {
    font-size: 30px;
  }

  .blog_person img {
    width: 20px;
  }

  .blog_info_section h2 {
    font-size: 25px;
    line-height: normal;
  }

  .blog_info_section p {
    font-size: 16px;
    line-height: inherit;
  }

  .blog_main_image img {
    max-width: 630px;
    top: 170px;
    margin-top: 0px;
  }


  .blog_info_section ul {
    font-weight: 400;
    font-size: 18px;
    list-style: none;
    line-height: 28px;
    padding: 0 40px;
  }

  .slider_div h4 {
    font-size: 18px;
    line-height: normal;
  }

  .offcanvas.show {
    overflow-y: auto;
  }

  .main_logo img {
    width: 130px;
  }

  .footer_info_logo {
    order: 0;
  }

  .footer_info_links {
    order: 1;
  }

  .footer_info_clucth {
    order: 2;
  }

  .project_summary .container,
  .challenge-bk .container {
    padding: 0 12px;
  }

  .map-section #map {
    min-height: 600px;
    max-height: 600px;
  }

  .faq-page-section .accordion-flush .accordion-item .accordion-button {
    font-size: 18px;
  }

  .faq-page-section .accordion-body {
    font-size: 14px;
  }

  .design-business-section .section_title {
    margin: 0 auto;
    margin-bottom: 32px;
    width: 85%;
  }

  .design-imgislider .swiper-slide img {
    padding: 20px;
  }

  .review-card {
    padding: 40px;
  }

  .review-card h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .review-card p {
    font-size: 16px;
  }

  .review-slider .card {
    padding: 25px 40px;
  }

  .review-slider .client-logo {
    margin-top: 30px;
  }

  .faq-page-section .section_sub_title_div {
    margin-bottom: 40px;
  }

  .gis-application-section .nav-pills .nav-link h5 {
    font-size: 18px;
  }

  .gis-application-section .nav-pills .nav-link p {
    font-size: 12px;
  }

  .gis-application-section .nav-pills .nav-link {
    padding: 20px 20px 20px 20px;
  }

  .create-beautiful {
    padding: 15px 0;
  }

  .title-section .section_sub_title_div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .projects .buttons_group .btn {
    padding: 12px 20px;
  }

  .projects-info img {
    z-index: 0;
  }

  .project-info-wrapper .mainHeading.blog_post h1 {
    font-size: 25px;
  }

  .contact-us-info h1 {
    font-size: 45px;
  }

  .innovation_info {
    padding: 0 20px 20px;
  }

  .software_innovation .section_title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: normal;
  }

  .head-quotes {
    padding: 75px 0 0;
  }

  .landingDiv .backgroundImg {
    min-height: 245px;
    object-fit: cover;
  }

  .landingDiv-home .backgroundImg {
    min-height: 300px;
    object-fit: cover;

  }

  .page-not-found-section h1 {
    font-size: 80px;
  }

  .page-not-found-section h3 {
    font-size: 28px;
  }

  .page-not-found-section .back-home-btn button {
    width: 191px;
    height: 57px;
    font-size: 20px;
    margin-bottom: 32px;
  }

  .projects-tabs .nav-link {
    padding: 12px 20px;
  }

  .footer_info_clucth .clutch-widget {
    margin: auto;
  }

  .project-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 700px) {
  .blog_main_image img {
    max-width: 520px;
    top: 170px;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .blog_date {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 45px;
  }

  .mainHeading h1 {
    font-size: 32px;
  }

  .page_title h1 {
    font-size: 40px;
  }

  .page_title .down_arrow {
    margin-top: 20px;
  }


  .mainHeading.blog_post h1 {
    font-size: 20px;
  }

  .blog_person p {
    font-size: 12px;
    margin-left: 8px;
  }

  .blog_main_image img {
    max-width: 390px;
    top: 135px;
  }

  .section_title.good_fintech_h2 {
    font-size: 30px;
  }

  .free-consultation-btn {
    padding: 14px 18px;
  }

  .refund-policy-section p {
    font-size: 16px;
  }

  .crm .page_title h1 {
    font-size: 30px;
  }

  .right-div {
    padding: 40px 35px 40px 35px;
  }

  .landingDiv-home .backgroundImg {
    min-height: 320px;
  }
}

@media (max-width: 500px) {
  .landingDiv-home .backgroundImg {
    min-height: 360px;
  }
}

@media (max-width: 400px) {

  .blog_date {
    font-size: 10px;
  }


  .page_title h1 {
    font-size: 20px;
  }


  .mainHeading.blog_post h1 {
    font-size: 20px;
  }

  .blog_main_image img {
    max-width: 320px;
    top: 115px;
  }


  .faq-page-section .accordion-flush .accordion-item .accordion-button {
    padding: 16px 14px 16px 14px;
    font-size: 16px;
  }

  .faq-page-section .nav-link {
    width: 100%;
    height: auto;
  }

  .faq-page-section .accordion-body {
    padding: 0 16px 30px;
  }

  .refund-policy-section p {
    font-size: 14px;
  }

  .review-card {
    padding: 25px;
  }

  .review-card h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .review-card p {
    font-size: 16px;
    line-height: 25px;
  }

  .page_title h1 {
    font-size: 32px;
  }

  .landingDiv-home .backgroundImg {
    min-height: 360px;
  }
}

/* keyframes */

@keyframes secdownmoving {
  0% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes swingss {
  0% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(-2deg);
  }
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.projects-tabs .sub-nav-pills {
  display: inline-flex;
  flex: 0 1 auto !important;
}

.sub-nav-pills {
  display: inline-flex;
  border-radius: 32px;
  background: #dedede;
  margin: 11px 5px 0px 5px;
}

.sub-nav-pills .nav-link {
  padding: 5px 22px;
}

.extra-nav-item {
  display: block;
  width: 100%;
}

.fst-italic.about_project {
  color: #165511;
}

.fst-italic.about_project p {
  color: #165511;
}

.badge-logo img {
  max-width: 130px;
  margin-top: 5px;
}

.partner-section {
  align-items: center;
  gap: 60px;
  padding: 10px;
  background-color: #ffffff;
}

.partner-section img {
  max-width: 150px;
  max-height: 150px;
}

@media (max-width: 768px) {
  .partner-section {
    gap: 20px;
  }

  .ewyhrtujkyuiplio426 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(min-width: 769px){
  .ewyhrtujkyuiplio426 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}


.agwrthtrhj-25426page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.agwrthtrhj-25426page a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  background-color: #bbb5b5;
}