@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 52px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  color: #161616;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  color: #161616;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  color: #161616;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  color: #161616;
}

h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  color: #232323;
}

h6 {
  font-size: 12px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 14px;
  color: #161616;
}

p {
  font-size: 23px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  color: #161616;
}

.max_width_css {
  max-width: 1200px;
  margin: auto;
}

.modal.show .modal-dialog {
  max-width: 600px;
}

/* Header */

header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  padding: 0 5%;
  background-color: #ffffff;
  /* display: none; */
}

.scrolled {
  background-color: #ffffff;
}

header .navbar-nav {
  align-items: center;
  gap: 10px;
}

.mobile_header_div {
  margin-left: auto;
}

header .navbar-brand img {
  width: 150px;
}

header .navbar {
  max-width: 1200px;
  margin: auto;
}

.offcanvas_menu {
  width: 100%;
}

header .nav-link {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 18px;
  color: #0d0d0d;
  text-transform: uppercase;
  padding: 20px 16px !important;
}

header .nav-link:hover,
header .nav-link:active,
header .nav-link:focus {
  color: #161616;
}

header .nav-link.header_contact_us {
  position: relative;
  display: flex;
  height: 54px;
  /* width: 170px; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border-top-left-radius: 0;
  --tw-bg-opacity: 1;
  background-color: #0540f2;
  padding-left: 22px;
  padding-right: 22px;
  color: #ffffff;
  margin-left: 20px;
}

header .nav-link.header_contact_us p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #ffffff;
}

header .nav-link.header_contact_us:hover::after {
  transform-origin: bottom;
  transform: translate(-50%, -50%) scaleY(1);
}

#form-popup .form_div {
  padding: 24px;
  margin-bottom: 0;
  transform: none;
}

header .nav-link.header_contact_us::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 110%;
  width: 110%;
  background-color: #b0c4ff;
  transform-origin: top;
  transform: translate(-50%, -50%) scaleY(0);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}

.banner_row_main {
  padding-top: 96px;
}

/* /Header */

/* Banner Row */

.bannerrow {
  padding: 30px 5% 5% 5%;
  background: url(../images/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.transparent_back_col .btn.animated_common_btn.submit_btn {
  background-color: #ffffff;
  /* padding: 12px 8px; */
  text-align: center;
  color: #161616;
}

.transparent_back_col .btn.animated_common_btn.submit_btn i {
  color: #161616;
}

.btn.animated_common_btn .right_side_arrow {
  right: 16px;
}

.btn.animated_common_btn:hover .right_side_arrow,
.btn.animated_common_btn:active .right_side_arrow,
.btn.animated_common_btn:focus .right_side_arrow {
  transform: translate3d(80px, 0, 0);
}

.btn.animated_common_btn i {
  position: absolute;
  transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
  font-size: 36px;
}

#swiper-slider-second {
  width: 100%;
  padding: 20px 0; /* Optional padding for spacing */
}

#swiper-slider-second .swiper-wrapper {
  display: flex;
}

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

#swiper-slider-second .slider_one_image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* Optional for rounded corners */
}

.btn.animated_common_btn {
  transition: all 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  background-color: #0540f2;
  border: 1px solid #0540f2;
  padding: 15px 94px 15px 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 10px;
  width: fit-content;
  color: #ffffff;
  border-radius: 12px;
  border-top-left-radius: 0px;
}

.btn.animated_common_btn:hover,
.btn.animated_common_btn:active,
.btn.animated_common_btn:focus {
  padding: 15px 70px 15px 94px;
}

.btn.animated_common_btn .left_side_arrow {
  left: 0;
  transform: translate3d(-80px, 0, 0);
  /* visibility: hidden; */
}
.btn.animated_common_btn:hover .left_side_arrow,
.btn.animated_common_btn:hover .left_side_arrow,
.btn.animated_common_btn:focus .left_side_arrow {
  transform: translate3d(16px, 0, 0);
}

.banner_left_side p {
  margin-top: 32px;
  margin-bottom: 32px;
}

.form_div {
  /* padding: 48px; */
  background-color: #0540f2;
  border-radius: 16px;
  border-top-left-radius: 0;
}

.form_div label {
  color: #ffffff;
  font-size: 16px;
}

.form_div input {
  padding: 16px 8px;
  background-color: #ffffff;
  border-radius: 12px;
  border-top-left-radius: 0;
}

.form_div textarea {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 16px;
  border-top-left-radius: 0;
}

/* Banner Row */

/* Web App */

.web_app {
  padding: 0% 5% 0 0;
}

.web_app p {
  margin-top: 48px;
}

.web_app_create_slider {
  background-color: #f2f2f2;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  /* padding: 40px; */
}

#owl-carousel-sd .owl-item {
  padding: 30px;
}

.web_apps_create {
  padding: 5%;
}

.web_app_create_slider_left::before {
  content: "";
  background-color: #0540f2;
  width: 98%;
  height: 98%;
  display: block;
  border-bottom-left-radius: 12px;
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: -1;
  border-top-right-radius: 14px;
  transition: all 0.4s ease-in-out;
}

.web_app_create_slider_left {
  position: relative;
  z-index: 10;
}

/* Web App */

/* WEB PROJECTS */

.web_project_number {
  font-size: 100px;
  font-weight: 700;
  color: #a6a6a6;
  margin-top: -30px;
}

.web_project_text {
  color: #232323;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.web_projects h1 {
  margin-bottom: 64px;
  text-align: center;
  font-size: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.web_projects {
  padding: 0 5%;
}

.web_projects_common p {
  font-size: 17px;
  color: #161616;
  margin-top: 32px;
}

.web_projects_common .circular_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0;
}

.web_projects_image::before {
  content: "";
  background-color: #0540f2;
  width: 100px;
  height: 100px;
  display: block;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.web_projects_image img {
  width: 90%;
  left: 15px;
  top: 15px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.awards {
  padding: 0 5% 5% 5%;
}

.awards img {
  max-height: 158px;
}

.web_projects_image {
  position: relative;
  margin-top: 16px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 48px;
}

.web_projects_common {
  padding: 15px;
  background-color: #f2f2f2;
  border-radius: 12px;
  border-top-left-radius: 0;
  z-index: 9;
  position: relative;
  display: inline-block;
  cursor: auto;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  height: 100%;
  margin: 8px;
}

/* .web_projects_common:hover .web_projects_image img{
    left: 0;
    right: 15px;
    bottom: 15px;
    top: 0;
} */

.web_projects_common:hover .circular_btn {
  background-color: #b0c4ff;
  border: 1px solid #b0c4ff;
}

.circular_btn_last_div {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.circular_btn {
  width: 30px;
  height: 30px;
  background-color: #0540f2;
  border-radius: 100px;
  border: 1px solid #0540f2;
  position: relative;
  overflow: hidden;
}

.circular_btn i {
  color: #ffffff;
  font-size: 24px;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.circular_left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40px, -50%);
  transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.web_projects_common:hover .circular_right {
  transform: translateX(60px);
}

.web_projects_common:hover .circular_left {
  transform: translate(-50%, -50%);
}

.circular_right {
  transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

/* WEB PROJECTS */

/* Web Dev */

.wev_dev_col img {
  height: 140px;
  transition: all 0.2s ease-in-out;
  object-fit: contain;
}

.wev_dev_col img:hover {
  filter: grayscale(1);
}

.wev_dev_col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
}

.wev_dev_col p {
  font-size: 35px;
  font-weight: 700;
  color: #161616;
  margin-top: 90px;
}

.web_dev {
  padding: 5%;
}

.web_dev h1 {
  padding-bottom: 80px;
  font-size: 65px;
  color: #161616;
}

/* Web Dev */

/* FAQS */

.faqs {
  padding: 0 5%;
}

.faqs .row {
  max-width: 1300px;
  margin: auto;
  background-image: url(../images/quesion_full\ 1800x1909.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  min-height: 1400px;
  background-size: 90% 100%;
}

.faqs .row .col-12 {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15%;
  padding-right: 5%;
}

.menu_nav {
  display: none;
}

.navbar-toggler {
  display: none;
}

.faqs .row .col-12 h1 {
  margin-bottom: 16px;
  color: #232323;
  font-weight: 600;
  font-size: 80px;
}

.faqs .accordion-button {
  font-size: 26px;
  color: #232323;
  font-weight: 400;
  flex-direction: row-reverse;
  gap: 32px;
  box-shadow: none;
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
  justify-content: flex-end;
  padding: 20px;
}

.faqs .accordion-item {
  border: 0;
}

.faqs .accordion-body {
  padding-left: 97px;
}

.faqs .accordion-body p {
  font-size: 20px;
  color: #232323;
}

.faqs .accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
}

.faqs .accordion-button:not(.collapsed) {
  background-color: #16161600;
}

.faqs .accordion-button::after {
  background-image: url(../images/plus-sign.svg);
  width: 45px;
  height: 45px;
  background-size: cover;
  margin: 0;
}

/* FAQS */

/* Third Counter Row */

.counter_number {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.counter_row {
  background-color: #1b1b1b;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 48px;
  margin-left: 20px;
  margin-right: 20px;
}
.counter_row_col {
  padding: 3%;
  /* color: #ffffff; */
  /* border: 1px solid #ffffff; */
}

.get_in_touch_div {
  margin-top: 200px;
}

.counter_row_col p {
  color: #0540f2;
}

.hiring_counter_row {
  margin-top: 32px;
}

/* Third Counter Row */

/* Recongnition row */

.recognation_gained_row {
  /* background-color: #161616; */
  padding: 5%;
}

.recognation_col {
  background-color: #171717;
  border: 1px solid #343434;
  border-radius: 0;
  padding: 30px 10px;
}

.recognation_col p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #ffffff;
}

.recognation_col h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

.recognation_first_col p {
  margin-bottom: 50px;
  margin-top: 20px;
  color: #0d0d0d;
}

.recognation_first_col h2 {
  color: #0d0d0d;
}

.recognition_image_div {
  height: 114px;
}

.recognition_qowl_carausel .owl-carousel .item {
  background: #4caf50;
  padding: 30px 20px;
  margin: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

#owl-carousel-recognition .owl-stage,
#owl-carousel-sd .owl-stage {
  padding-left: 0 !important;
}

#owl-carousel-recognition .owl-stage {
  display: flex;
}

#owl-carousel-recognition .owl-stage .owl-item {
  flex: 1;
}

#owl-carousel-sd .owl-prev span {
  content: url(../images/sd-prev.webp);
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 30px;
}

#owl-carousel-sd .owl-next span {
  content: url(../images/sd-next.webp);
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 20px;
}

#owl-carousel-sd .owl-prev:hover,
#owl-carousel-sd .owl-next:hover {
  background: none;
}

#owl-carousel-sd .owl-nav {
  text-align: end;
}

.sd_col p {
  font-size: 13px;
  line-height: 17px;
}

.sd_col h4 {
  height: 50px;
}

.recognition_qowl_carausel .owl-carousel .item h4 {
  font-size: 18px;
  margin: 0;
}

.recognition_qowl_carausel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.recognition_qowl_carausel .owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
}

.recognition_qowl_carausel .owl-dot.active {
  background: #4caf50;
}

.recognition_qowl_carausel .owl-carousel .owl-item img {
  width: auto !important;
}

.recognition_qowl_carausel .owl-nav {
  display: block !important;
  text-align: end !important;
}

#owl-carousel-recognition .owl-prev span {
  content: url(../images/sd-prev.webp);
  display: inline-block;
  width: 50px;
  height: auto;
}

#owl-carousel-recognition .owl-next span {
  content: url(../images/sd-next.webp);
  display: inline-block;
  width: 50px;
  height: auto;
}

.recognition_qowl_carausel .owl-nav button:hover {
  background: transparent !important;
}

/* Recongnition row */

/* Testomonial Row */

.testimonial_carausel img {
  width: 100px !important;
  display: none !important;
}

#owl-carousel-recognition .owl-item .testimonial_carausel {
  background-color: #b0c4ff;
  padding: 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial_carausel h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  /* height: 630px; */
}

.customer_stories {
  padding: 5% 5% 5% 0;
}

#owl-carousel-recognition .owl-stage-outer {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

#owl-carousel-recognition.owl-carousel .owl-nav button {
  background: none;
}

#owl-carousel-recognition.owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  right: -10rem;
  bottom: 7rem;
}

/* #owl-carousel-recognition .owl-stage-outer ::after{
    content: "";
    background-color: #0540F2;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 9;
} */

/* #owl-carousel-recognition .owl-stage .owl-item:nth-child(even) .testimonial_carausel{
    background-color: #0540F2;
} */

#owl-carousel-recognition
  .owl-stage
  .owl-item
  ~ .active
  ~ .active
  .testimonial_carausel {
  background-color: #0540f2;
}

.testimonial_carausel .ms-3 {
  /* height: 140px; */
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin-left: 0 !important;
  width: 100%;
}

.testimonial_carausel h3 {
  color: #ffffff;
  line-height: 1.3;
  /* height: 120px; */
  font-size: 20px;
  /* text-align: center; */
}

#owl-carousel-recognition {
  position: relative;
}

#owl-carousel-recognition .owl-stage-outer {
  z-index: 99;
}

/* Testomonial Row */

/* Sticky Marketingg row */

.marketing_goals {
  padding: 5% 5% 3% 5%;
}
.sticky-decoration-item {
  display: none;
}

.sticky-decoration-item.is_visible {
  display: block;
}

.marketing_goals_sticky_row {
  background: linear-gradient(
    90deg,
    #24c2f8 0%,
    #0084ff 10%,
    #005cff 20%,
    #0b0df4 55%,
    #f2f2f2 50%
  );
  padding-top: 5%;
  padding-bottom: 5%;
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.page_section_sticky_main {
  column-gap: 10%;
  display: flex;
  justify-content: flex-end;
}

#section-4 {
  padding-bottom: 350px;
}

.section_sticky_decoration {
  padding-bottom: 670px;
  padding-top: 260px;
  width: 100%;
  /* display: flex; */
}

.sticky_decoration {
  top: calc(50% - 200px);
}

.sticky-decoration-item {
  /* display: block; */
  position: relative;
}

.sticky-decoration-image {
  animation-duration: 2s;
  animation-fill-mode: both;
  color: #0000;
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  animation-name: zoomIn;
  width: 100%;
  margin-top: 60px;
}

.sticky_container {
  background-color: #f2f2f2;
  max-width: 489px;
  min-height: 1000px;
  min-width: 489px;
  padding-left: 96px;
}

.sticky_wrapper h2 {
  margin-bottom: 36px;
  line-height: 1.2;
  color: #0d0d0d;
}

.sticky_wrapper p {
  color: #0d0d0d;
}
/* Sticky Marketing Row */

/* Tabs Section */

.client_success_stories {
  padding: 0 5%;
}

/* Tabs Section */

/* Thriving With Perimattic */

.thriving h1 {
  font-size: 96px;
  line-height: 120px;
  font-weight: 600;
  margin-bottom: 96px;
}

.thriving img:hover {
  margin-top: -64px;
}

.thriving_main_row {
  margin-bottom: -48px;
}

.thriving img {
  transition: ease-in-out 0.3s;
}

.thriving h1 span {
  color: #0d0d0d5e;
}

.thriving {
  padding: 5% 5% 0 5%;
  margin-bottom: 10%;
  background-color: #f2f2f2;
}
/* Thriving With Perimattic */

/* Start Building Pages */

.start_building {
  padding: 5%;
  background-color: #f2f2f2;
}

.start_building h1 {
  padding-bottom: 32px;
  font-weight: 600;
}

.start_building_main_img {
  margin-bottom: 128px;
}

/* Start Building Pages */

/* Tab Section */

.client_stories_tab {
  padding: 64px 48px;
}

.client_stories_tab .nav-link {
  display: flex;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  padding: 16px 32px;
  color: #0d0d0d;
  border: 0;
}

.see_more_btn,
.view_pricing_btn {
  background-color: #0d0d0d;
  padding: 14px 36px;
  border: 2px solid #0d0d0d;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}

.tab_dusl_buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

.view_pricing_btn {
  background-color: #16161600;
  color: #0d0d0d;
}

.view_pricing_btn:hover,
.view_pricing_btn:active,
.view_pricing_btn:focus {
  background-color: #0d0d0d;
  color: #ffffff;
}

.see_more_btn:hover,
.see_more_btn:active,
.see_more_btn:focus {
  background-color: #16161600;
  color: #0d0d0d;
}

.tab_content_main_row {
  padding: 72px 32px;
  margin: 0;
  background-color: #eee8e8;
}

.tab_content_main_row h2 {
  margin-bottom: 32px;
  color: #0d0d0d;
}

.tab_content_main_row p {
  color: #0d0d0d;
}

.client_stories_tab .nav-link.active {
  background-color: #eee8e8;
  border-radius: 0;
  color: #0d0d0d;
}

/* Tab Section */

/* Slider Carausels */

.slider {
  height: 100px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slider_map {
  height: 750px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/*  IMPORTANT CODE BELOW */
.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 25s linear infinite;
  justify-content: space-between;
}

.slide-trackmap {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 25s linear infinite;
  justify-content: space-between;
}

.slide_carausel {
  width: 250px;
  height: 100px;
  display: grid;
  place-items: center;
  transition: 0.4s;
  cursor: pointer;
  object-fit: contain;
  filter: contrast(0.4);
}

.slide_carausel_map {
  width: 100%;
  height: 750px;
  display: grid;
  place-items: center;
  transition: 0.4s;
  cursor: pointer;
  object-fit: contain;
}

/* @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-150px * 10));
    }
} */

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track2 {
    width: calc(80px * 15);
  }

  .slide_carausel {
    width: 150px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

.slider_one_image img {
  max-height: 300px;
  width: auto;
  height: 100%;
}

.carausels {
  padding: 5% 0;
}

.carausels h1 {
  /* padding-left: 5%; */
  max-width: 1200px;
  margin: auto;
  margin-bottom: 64px;
  margin-top: 64px;
}

.swiper-container {
  width: 300px;
  height: 600px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  /* background-color: #ddd; */
  font-size: 24px;
  /* text-transform: uppercase; */
  color: #333;
}

.swiper-wrapper .swiper-slide {
  /* border-left: 11px solid #161616; */
  /* margin-bottom: 0 !important; */
  align-items: center;
  display: flex;
  /* padding-top: 40px; */
  /* padding-left: 30px; */
  /* padding-bottom: 10px; */
}

/* .swiper-wrapper::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 100%;
    background-color: red;

} */

.swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 999999;
  width: 11px;
  height: 100%;
  background: #161616;
}

.swiper-wrapper .swiper-slide-prev::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 999999;
  width: 11px;
  height: 100%;
  background: linear-gradient(
    90deg,
    #24c2f8 0%,
    #0084ff 33%,
    #005cff 67%,
    #0b0df4 100%
  );
}

.swiper-wrapper .swiper-slide {
  padding-left: 48px;
}

.swiper-wrapper .swiper-slide p {
  margin-bottom: 0;
  color: #0d0d0d5a;
}

.swiper-wrapper .swiper-slide p span {
  font-weight: 600;
  display: block;
}

.swiper-wrapper .swiper-slide-prev p {
  color: #0d0d0d;
}

.start_building_slider_row h2 {
  font-size: 41px;
  font-weight: 400;
}

/* Slider Carausels */

/* WHY CHOOSE US */

/* .image_card_choose_us::before{
    content: "";
    background-color: #0540F2;
    width: 100%;
    height: 100%;
    display: block;
    border-bottom-left-radius: 12px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
} */

.image_card_choose_us {
  position: relative;
}

.why_choose_us h1 {
  margin-bottom: 86px;
}

.why_choose_us
  .row
  .row
  .section_card_choose_us_col:nth-child(2)
  .section_card_choose_us {
  margin-right: 0;
}

.why_choose_us {
  padding: 5% 5% 5% 5%;
}

.map_counter {
  background-color: #f2f2f2;
  padding: 0;
  min-height: 900px;
}

.section_card_choose_us {
  background-color: #f2f2f2;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  /* margin-top: 40px; */
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
}

.image_card_choose_us img {
  border-bottom-left-radius: 14px;
  object-fit: cover;
}

.section_card_choose_us h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.description_image_card h5 {
  font-size: 14px;
}

.description_image_card {
  padding: 10px 10px 10px 20px;
  align-self: center;
}

.section_card_choose_us::before {
  content: "";
  background-color: #0540f2;
  width: 30%;
  height: 99%;
  display: block;
  border-bottom-left-radius: 12px;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

/* .section_card_choose_us_col:hover .section_card_choose_us{
    left: -15px;
    top: -15px;
    
}

.section_card_choose_us_col:hover .section_card_choose_us::before{
    left: 0px;
    top: 0px;
} */

.section_card_choose_us_col {
  position: relative;
  transition: all 0.4s ease-in-out;
  flex: 1;
}

/* WHY CHOOSE US */

/* FAQ */

/* FAQ ROW */

.faq-row .accordion-button:not(.collapsed) {
  color: #ffffff;
}

.faq-row h5 {
  color: #0f172a;
  margin-bottom: 64px;
  font-size: 16px;
}

.faq-row .accordion-button::after {
  background-image: url(../images/plus.webp);
  transform: rotate(180deg);
  background-size: contain;
  width: 30px;
  height: 30px;
}

.faq-row_first a {
  color: #18181b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #18181b;
}

.faq-row_first {
  padding-right: 48px;
}

.faq-row .accordion-body {
  padding: 24px 0 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #475569;
  font-weight: 400;
}

.faq-row .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}

.faq_section {
  padding-bottom: 5%;
  color: #ffffff;
  padding-top: 5%;
}

.faq_section .accordion-body {
  color: #0d0d0d;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5rem;
}

.faq-row_first p {
  color: #0d0d0d;
  font-weight: 400;
}

.faq-row_first h1 {
  font-weight: 600;
  color: #0d0d0d;
}

#accordionExample button {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #161616;
  border-radius: 0;
}

#accordionExample {
  padding-right: 32px;
}

.faq_section .accordion-item {
  border-bottom: 1px solid #18181b !important;
  border-radius: 0 !important;
  padding-top: 24px;
  padding-bottom: 24px;
}

/* FAQ ROW */

/* FAQ */

/* Call To Action */

/* Call To Action */

/* Hiring Row */

.hiring_row .counter_row_col h2 {
  /* border-bottom: 1px solid #ffffff; */
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.map_counter {
  position: relative;
}

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5%;
}

.hiring_row .counter_number {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 112px;
  font-weight: 600;
  color: #0540f2;
}

.transparent_back_col .btn.animated_common_btn {
  background-color: #16161600;
  color: #0540f2;
}

.third_counter_row.hiring_row {
  padding: 5%;
  /* background: linear-gradient(90deg, #24C2F8 0%, #0084FF 33%, #005CFF 67%, #0B0DF4 100%); */
}

/* Hiring Row */

/* Fueling Dgital row */

.fueling_internal_col_div p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.fueling_digital_row .custom_suite_advance_tab .nav-pills {
  background-image: none;
  background-color: #1163fb;
  border-bottom-left-radius: 20px;
  padding: 20px 30px;
}

.fueling_digital_row .custom_suite_advance_tab .nav-link {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #ffffff;
  padding: 22px 20px;
  align-items: center;
}

.fueling_digital_row .custom_suite_advance_tab .nav-link .tab_number {
  width: auto;
  padding: 0;
}

.fueling_digital_row .custom_suite_advance_tab .nav-link .tab_number img {
  width: 20px;
  height: auto;
}

.custom_suite_row.fueling_digital_row {
  background-color: #faf2f0;
  padding: 3% 5%;
}

.fueling_digital_row h2 {
  color: #0f0f0f;
}

.fueling_digital_row p {
  color: #161616;
}

.fueling_digital_row .custom_suite_advance_tab .tab-content .tab-pane img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.fueling_internal_col {
  padding: 5px;
}

.fueling_internal_col_div {
  gap: 60px;
  padding: 22px 44px;
  display: flex;
  background-color: #f7f7f7;
  border-radius: 16px;
}

.fueling_digital_row .custom_suite_advance_tab .tab-content {
  padding: 50px;
  background-color: #ffffff;
  max-height: 632px;
  overflow-y: scroll;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fueling_digital_row .custom_suite_advance_tab .tab-content::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

/* Fueling Dgital row */

/* CTA */

.cta {
  padding: 5%;
}

.cta_right_side {
  padding: 36px;
}

.cta_right_side p {
  margin-top: 32px;
  margin-bottom: 64px;
}

.cta_right_side h2 {
  margin-top: 80px;
}

.cta_right_side {
  background-color: #f2f2f2;
  background-image: url(../images/letmehelpyou.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 16px 16px 0;
}

.cta img {
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}

.cta .col-md-5 {
  padding-right: 0;
}

/* CTA */

/* CASE STUDIES */

.case_studies_row h2 {
  font-size: 38px;
  color: #232323;
  margin-bottom: 64px;
  margin-top: 16px;
  font-weight: 500;
}

.case_studies_row_common::before {
  content: "";
  background-color: #0540f2;
  width: 240px;
  height: 350px;
  display: block;
  border-bottom-left-radius: 12px;
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: -1;
  border-top-right-radius: 14px;
  transition: all 0.4s ease-in-out;
}

/* .case_hover_part:hover .case_studies_row_common{
    left: -25px;
    top: -25px;
    position: relative;
    transition: all .4s ease-in-out;
} */

/* .case_hover_part:hover .case_studies_row_common::before{
    left: 0;
    top: 0;
} */

.case_hover_part {
  /* transition: all 1s ease-in-out; */
  position: relative;
  left: 0;
  top: 0;
}

.case_studies {
  padding: 5%;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}

.case_studies_first_col {
  margin-bottom: 64px;
}

.case_studies_row_common {
  position: relative;
  box-shadow: 10px 9px 18px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  left: 0;
  top: 0;
}

.case_studies_row_common p {
  margin-bottom: 0;
}

/* CASE STUDIES */

/* Footer */

.footer_row_custom_one {
  /* padding: 5%; */
  /* background-color: #ffffff; */
  overflow: hidden;
}

.footer_row_custom_one h4 {
  color: #0a47f2;
}

.footer_share_icons {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #085dad;
  margin-top: 32px;
  gap: 25px;
}

.footer_row_custom_two {
  padding: 0 5% 40px 5%;
}

.footer_icons {
  display: flex;
  gap: 15px;
}

.footer_icons i {
  color: #ffffff;
  background: linear-gradient(
    90deg,
    #24c2f8 0%,
    #0084ff 33%,
    #005cff 67%,
    #0b0df4 100%
  );
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 5px;
}

.footer_bottom_sec_row p a {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.footer_links_div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_top_row {
  justify-content: space-between;
  row-gap: 32px;
}

.footer_contact_us_click {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_links_div a {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #6b6b6b;
  text-decoration: none;
}

.footer_bottom_row h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #085dad;
}

.footer_main_row {
  background-color: #f2f2f2;
  padding: 5% 5% 0 5%;
}

.footer_bottom_row {
  border-bottom: 1px solid #085dad;
  padding-top: 30px;
}

.footer_contact_us_click .click_here_btn {
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;

  background-color: #f07652;
  padding: 5px;
  border-radius: 10px;
}

.footer_links_heading {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 20px;
  color: #273245;
}

.footer_bottom_first_row p {
  margin-bottom: 0;
  font-weight: 300;
}

.footer_bottom_first_row img {
  width: 125px;
  height: auto;
}

.footer_bottom_first_row {
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff;
}

/* Footer */

/* Popup CSS */

.estimate_custom_formcol #requirementForm3 {
  padding: 16px;
  background-color: #161616;
  margin-left: 70px;
  border-radius: 20px;
  border-top-left-radius: 0px !important;
}

#requirementForm3 label {
  color: #ffffff;
  margin-bottom: 0;
  font-style: italic;
  padding-left: 5px;
  margin-top: 15px;
}

.estimate_custom_formcol #requirementForm3 .form-control {
  padding: 10px 5px;
  font-style: italic;
  background: transparent;
  color: #999999;
  border: 0;
  border-bottom: 1px solid #999999 !important;
  border-radius: 0;
  margin-bottom: 15px;
}

.estimate_custom_formcol #requirementForm3 .form-control:focus {
  border: 0;
  box-shadow: none;
}

.estimate_custom_formcol #requirementForm3 .form-control::placeholder {
  color: #999999 !important;
}

.estimate_custom_formcol #requirementForm3 #budgetRange {
  font-size: 16px;
  line-height: 38px;
  padding: 5px;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-style: italic;
  border-bottom: 1px solid #999999 !important;
}

.estimate_custom_formcol #requirementForm3 #budgetRange {
  background-image: url(../images/downarrowwhite.png);
  background-size: auto;
  background-position-x: 98%;
  background-position-y: 20px;
  background-repeat: no-repeat;
}

#form-popup .modal-header {
  background: #161616;
}

#form-popup .modal-header .btn-close {
  color: #ffffff;
  background-color: #ffffff;
  opacity: 1;
}

.estimate_custom_formcol #requirementForm3 #budgetRange option {
  color: #161616;
}

.estimate_custom_formcol #requirementForm3 .form-control::placeholder {
  color: #ffffff;
}

#captchaQuestion3 {
  color: #ffffff;
}

/* Mobile and Ipad Mini */
/* Media Queries */

@media (max-width: 768px) {
  .web_dev h1 {
    font-size: 30px;
  }

  .web_app {
    padding: 20px 20px 48px 20px;
  }

  .web_app h1 {
    margin-top: 36px;
  }

  .why_choose_us h1 {
    margin-bottom: 64px;
  }

  .section_card_choose_us_col {
    margin-bottom: 48px;
  }

  .why_choose_us .my-5 {
    margin: 0 !important;
  }

  .why_choose_us {
    padding: 0 8px;
  }

  .section_card_choose_us {
    margin-right: 0;
    gap: 0 !important;
    flex-direction: row !important;
  }

  .web_app p {
    margin-top: 24px;
  }

  .banner_row_main {
    padding-top: 48px;
    position: relative;
  }

  .footer_main_row {
    padding: 64px 8px;
  }

  .footer_row_custom_two {
    padding: 8px;
  }

  .footer_share_icons {
    margin-bottom: 0;
    margin-top: 16px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  .transparent_back_col .btn.animated_common_btn {
    font-size: 12px;
  }

  .btn.animated_common_btn {
    padding: 12px 66px 12px 32px;
    font-size: 18px;
  }

  .cta_right_side .transparent_back_col {
    justify-content: center !important;
  }

  .footer_bottom_row h4 {
    text-align: left !important;
    padding-bottom: 16px;
  }

  #owl-carousel-recognition.owl-carousel .owl-nav {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 48px;
  }

  .case_studies {
    padding: 48px 8px;
  }

  .awards {
    padding: 0px 20px 48px 20px;
  }

  .cta_right_side h2 {
    margin-top: 20px;
  }

  .cta_right_side {
    padding-bottom: 0;
  }

  #owl-carousel-recognition.owl-carousel .owl-nav button span {
    width: 40px;
    height: auto;
  }

  .faqs .accordion-button {
    font-size: 12px;
    gap: 10px;
    padding: 8px;
  }

  .faqs .row .col-12 {
    margin-top: 8%;
  }

  .faqs .accordion-body {
    padding-left: 8px;
  }

  .faqs .accordion-body p {
    font-size: 12px;
  }

  .faqs .row {
    min-height: 600px;
    background-size: cover;
    background-position-x: 50%;
  }

  #owl-carousel-logos .owl-stage {
    padding-left: 0 !important;
  }

  .web_dev_sec_col {
    padding-right: 0;
  }

  .case_hover_part {
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 30px;
    height: 100%;
  }

  .case_studies_row_common p {
    font-size: 12px;
  }

  .case_studies_first_col {
    margin-bottom: 32px;
  }

  .case_studies_row h2 {
    font-size: 26px;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .case_studies_row_common {
    padding: 16px !important;
  }

  .case_studies_row_common::before {
    left: -15px;
    top: -15px;
    width: 70%;
    height: 50%;
  }

  .web_dev {
    padding: 0px 0 0px 8px;
  }

  #owl-carousel-case-studies .owl-stage {
    padding-left: 0 !important;
    display: flex;
  }

  #owl-carousel-case-studies .owl-stage .owl-item {
    flex: 1;
  }

  .wev_dev_col img {
    max-height: 90px;
    width: auto !important;
  }

  .web_dev h1 {
    padding-bottom: 48px;
  }

  .wev_dev_col p {
    font-size: 20px;
    margin-top: 32px;
  }

  .faqs .row .col-12 h1 {
    font-size: 36px;
    margin-top: 48px;
    background-position-x: 50%;
    margin-bottom: 0;
  }

  .faqs .accordion-button::after {
    width: 10px;
    height: 10px;
  }

  .cta .col-md-5 {
    padding: 0;
  }

  .cta_right_side {
    border-radius: 0 0 16px 16px;
  }

  .cta {
    padding: 48px 20px;
  }

  .awards .row {
    row-gap: 30px;
  }

  header .navbar .offcanvas_menu {
    justify-content: space-between;
    /* flex-direction: row-reverse; */
  }

  .carausels {
    padding-top: 176px;
  }

  .section_card_choose_us h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  header .navbar-brand {
    padding-left: 0px;
  }

  .section_card_choose_us::before {
    left: -10px;
    top: -10px;
    height: 90%;
  }

  h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    color: #161616;
  }
  h2 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #161616;
  }

  h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #161616;
  }

  h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #161616;
  }

  h5 {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
  }

  h6 {
    font-size: 10px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    color: #161616;
  }

  body {
    font-family: "Poppins", sans-serif;
  }

  a {
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 16px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    text-transform: capitalize;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
  }

  .banner_sec_part_heading {
    font-size: 30px;
  }

  .bannerrow {
    padding: 100px 8px 74px 8px;
    background-image: url(../images/1.webp);
    background-position: top center;
  }

  .banner_left_side p br {
    display: none;
  }

  .banner_left_side p {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .banner_right_col {
    margin-top: 0px;
  }

  .form_main_div_margin_css .my-5 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .form_div textarea {
    height: 40px;
  }

  .form_div .transparent_back_col {
    margin-top: 16px !important;
  }

  .transparent_back_col .btn.animated_common_btn.submit_btn {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn.animated_common_btn:hover,
  .btn.animated_common_btn:active,
  .btn.animated_common_btn:focus {
    padding: 12px 32px 12px 66px;
  }

  .cta_right_side h2 {
    font-size: 24px;
  }

  .cta_right_side p {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .btn.animated_common_btn i {
    font-size: 22px;
  }

  .form_div label {
    font-size: 12px;
  }

  .transparent_back_col .btn.animated_common_btn.submit_btn i {
    font-size: 24px;
  }

  .form_div input {
    font-size: 16px;
    padding: 8px;
  }

  .form_div {
    /* padding: 24px; */
    margin-bottom: -50%;
    transform: translateY(15%);
  }

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

  .banner_left_side {
    margin-bottom: 40px;
  }

  .banner_consultancy_row img {
    height: 60px;
    width: auto;
  }

  .banner_consultancy_row {
    gap: 0px;
    align-items: center;
  }

  .banner_center_image_consultant img {
    width: auto;
    height: 60px;
  }

  .banner_last_image_consultant {
    width: 100px;
    text-align: center !important;
  }

  .first_form_div {
    padding: 12px 20px;
  }

  #requirementForm {
    margin: 8px 30px;
  }

  .form_banner_right .form-control {
    padding: 7px;
    font-size: 11px;
    line-height: 13px;
  }

  .form_main_div_margin_css {
    margin-bottom: 12px;
  }

  .form_banner_right #requirements {
    margin-top: 8px;
    margin-bottom: 20px;
  }

  #budgetRange {
    font-size: 10px;
    line-height: 30px;
  }

  .form_banner_right .submit_btn {
    font-size: 13px;
    line-height: 14px;
    padding: 13px;
  }

  #captchaQuestion {
    width: 150px;
  }

  .banner_form_end_text {
    font-size: 10px;
    line-height: 11px;
    padding-bottom: 12px;
  }

  .banner_sec_row_main {
    margin-top: 60px;
  }

  .banner_sec_sec_para_row p {
    font-size: 10px;
    line-height: 12px;
  }

  .banner_sec_sec_para_row {
    margin-bottom: 22px;
  }

  .banner_sec_row_main img {
    width: 50px;
    height: auto;
  }

  .custom_suite_row {
    padding: 0 8px 54px 8px;
  }

  .trusted_mobile_margin_css {
    margin-top: 20px;
  }

  .trusted_mobile_margin_css img {
    width: 80px;
  }

  .custom_suite_row p {
    margin-top: 16px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }

  .third_counter_sec {
    padding: 0;
  }

  .third_counter_row {
    padding: 0 20px;
  }

  .counter_row {
    padding-bottom: 30px;
    border-radius: 20px;
    border-top-left-radius: 0;
  }

  .counter_row_col {
    padding: 12px;
  }

  .schedule_call_col {
    margin-top: 8px;
  }

  .proven_cap_row {
    padding: 46px 8px 32px 8px;
  }

  .proven_capsec_row h2 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
  }

  .accordian_column .accordion-button {
    font-size: 15px;
    line-height: 24px;
  }

  #owl-carousel-recognition {
    margin: 0;
  }

  .proven_capsec_row p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .proven_capsec_row p a {
    font-size: 15px;
    line-height: 27px;
  }

  .accordian_column .accordion-button {
    padding: 36px 0;
  }

  .accordian_column .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 0;
  }

  .accordian_column .accordion-body {
    padding-right: 0;
    padding-bottom: 50px;
  }

  .accordian_column .accordion-body p a {
    font-size: 14px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }

  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #484848;
  }

  .recognation_gained_row {
    padding: 0 8px;
  }

  .recognation_first_col h2 {
    font-size: 22px;
  }

  .recognation_first_col p {
    margin-top: 16px;
    margin-bottom: 56px;
    font-size: 14px;
    line-height: 21px;
  }

  .recognation_col {
    padding: 70px;
  }

  .recognition_qowl_carausel .owl-theme .owl-nav {
    margin-top: 15px;
  }

  .recognation_col p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .recognation_col h4 {
    font-family: "Inter", sans-serif;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .factors_that_cement_row {
    padding: 40px 8px 60px 8px;
  }

  .factors_that_cement_first_main_col h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .factors_that_cement_first_main_col p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 22px;
    margin-bottom: 0px;
  }

  .factors_that_cement_first_main_col p a {
    font-size: 18px;
    line-height: 27px;
  }

  .factors_that_cement_first_main_col {
    margin-bottom: 48px;
  }

  .factor_that_cement_info_box {
    padding-top: 30px !important;
    padding-bottom: 50px;
  }

  .banner_left_side {
    padding-top: 0px;
  }

  .info_box_number_div {
    padding-right: 36px;
  }

  .factor_that_cement_info_box h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .info_boxes_factors_right_side {
    margin-top: 0;
    padding-left: 0;
  }

  .factors_other_col {
    padding: 20px 20px 50px 20px;
  }

  .what_appinventiv {
    padding: 0 20px;
  }

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

  .what_app_in_sec {
    align-items: center !important;
  }

  .client_success_stories {
    padding: 60px 8px 32px 8px;
  }

  .client_success_stories h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .client_success_stories p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .client_stories_tab .carousel-control-prev,
  .client_stories_tab .carousel-control-next {
    top: -20px;
    width: 60px;
  }

  .client_stories_tab .carousel-control-prev {
    left: 72%;
  }

  .client_stories_tab .carousel-control-next {
    left: 85%;
  }

  .tab_content_left_side_col {
    padding: 30px 20px;
    border-radius: 20px;
  }

  .testimonial_carausel .ms-3 {
    margin-left: 0 !important;
    /* align-items: center; */
  }

  .awards .mb-5 {
    margin-bottom: 12px !important;
  }

  .tab_content_main_row {
    margin: 0;
    border-radius: 16px;
  }

  .tab_content_main_row .tab_first_para {
    font-size: 12px;
    line-height: 18px;
    font-family: "Inter", sans-serif;
    margin-bottom: 16px;
  }

  .tab_content_left_side_col h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .tab_content_left_side_col h4.fw-medium {
    margin-bottom: 30px;
  }

  .tab_content_left_side_col .read_case_btn_row h4 {
    line-height: 18px;
    /* margin-bottom: 0px; */
  }

  .tab_content_left_side_col .read_case_btn_row h5 {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  .read_case_btn_row button {
    margin-top: 20px;
  }

  header .nav-link.header_contact_us {
    margin-left: auto;
  }

  /* .read_case_btn_row_left_col{
    border-right: 1px solid #ffffff;
} */

  .read_case_btn_row_right_col {
    padding-left: 20px;
  }

  .tab_content_right_side_col {
    padding: 0;
  }

  .client_stories_tab .tab-content {
    margin-bottom: 10px;
  }

  .client_stories_tab .nav-link {
    font-size: 18px;
    line-height: 21px;
  }

  .info_boxes_factors_left_side {
    padding-right: 0;
  }

  .client_stories_tab #myTab .nav-item {
    width: 33.33%;
    text-align: center;
  }

  .client_stories_tab .nav-link {
    padding: 20px 0;
    margin-bottom: 0;
    width: 100%;
  }

  .testimonial_heading_main {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 16px;
  }

  .testimonial p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  #carouseltestimonail {
    margin-top: 40px;
    border-color: rgba(255, 255, 255, 0.57);
    padding: 30px 30px 40px 30px;
  }

  .carouseltestimonail_row {
    flex-direction: column-reverse;
  }

  .carouseltestimonail_row .testimonial_description {
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .carouseltestimonail_row_image_col {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
  }

  .carouseltestimonail_row_image_col img {
    width: 50px;
    height: auto;
  }

  #carouseltestimonail .testimonial_name {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 20px;
  }

  .testimonial_designation br {
    display: none;
  }

  #carouseltestimonail .carousel-indicators {
    margin-top: 40px;
  }

  .we_cover {
    padding: 40px 8px;
  }

  .we_cover h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .why_choose_us .row .row.g-0 {
    gap: 20px;
    flex-direction: column;
  }

  .we_cover p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
  }

  .we_cover_lists li {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  header .nav-link {
    font-size: 24px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .we_cover_list_second {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .we_cover_lists {
    margin-bottom: 0;
  }

  .we_cover_list_second ul li:nth-child(1) {
    margin-top: 0;
  }

  .our_compliance {
    padding-left: 8px;
    padding-right: 8px;
  }

  .our_compliance h2 {
    font-size: 22px;
    line-height: 30px;
    /* margin-bottom: 16px; */
  }

  .fueling_internal_col_div img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .fueling_internal_col_div {
    gap: 10px;
    padding: 20px;
  }

  .row.fueling_internal_row {
    align-items: center;
  }

  .our_compliance p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .testimonial p br {
    display: none;
  }

  .our_compliance p br {
    display: none;
  }

  .compliance_tab {
    margin-top: 56px;
  }

  #v-pills-tabContent_compliance .com_tab_content {
    margin-left: 0;
    border-radius: 0px;
    padding: 20px;
  }

  .com_tab_content h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .our_compliance .com_tab_content p {
    font-size: 13px;
    line-height: 28px;
  }

  .delivering_hyper {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .delivering_top_row_box {
    margin-top: 32px;
  }

  .delivering_info_box_image_div h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .delivering_info_box_image_div img {
    width: 45px;
    height: auto;
  }

  .delivering_info_box_image_div {
    margin-bottom: 16px;
  }

  .delivering_info_box {
    margin-bottom: 32px;
  }

  .delivering_robust {
    padding: 0 8px;
  }

  .delivering_robust h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 34px;
  }

  .delivering_robust .delivering_info_box_image_div {
    gap: 20px;
    margin-bottom: 16px;
  }

  .delivering_robust .delivering_info_box_image_div h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .delivering_robust .delivering_info_box p {
    font-size: 14px;
    line-height: 24px;
  }

  .delivering_robust .delivering_info_box p a {
    font-size: 14px;
    line-height: 24px;
  }

  .delivering_robust .delivering_robust_col {
    margin-bottom: 24px;
  }

  .we_collaborate {
    padding: 24px 8px 24px 8px;
  }

  .we_collaborate h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .we_collaborate_para {
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }

  .we_collaborate .delivering_info_box {
    padding: 36px;
  }

  .we_collaborate .delivering_info_box p {
    font-size: 14px;
    line-height: 22px;
  }

  .we_collaborate .delivering_robust_col {
    margin-bottom: 24px;
  }

  .enterprise h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .enterprise_para {
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .testimonial_carausel h3 {
    font-size: 14px;
  }

  .enterprise_col p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .testimonial_carausel .mt-2 {
    flex-direction: column;
  }

  .testimonial_carausel img {
    width: 60px !important;
  }

  .enterprise_col {
    font-family: "Poppins", sans-serif;
  }

  .enterprise {
    padding: 0 8px;
  }

  .third_counter_row.hiring_row {
    padding: 48px 20px;
  }

  br {
    display: none;
  }

  .another_counter_row {
    margin: 0;
    padding: 31px 14px;
  }

  .another_counter_row h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .hiring_row .counter_row_col {
    padding: 8px 22px;
  }

  .hiring_counter_row {
    justify-content: center !important;
    gap: 48px;
  }

  .web_apps_create p {
    text-align: start !important;
  }

  .web_app_create_slider_left::before {
    left: 0;
    top: 0;
  }

  .web_project_text {
    font-size: 22px;
  }

  .web_project_number {
    margin-top: 10px;
    font-size: 50px;
  }

  .web_projects_image {
    margin-top: 64px;
  }

  .web_projects_common {
    padding: 20px;
    margin: 0;
    height: 100%;
  }

  .owl-carousel-web-project .owl-item {
    height: 100%;
  }

  .customer_stories .row {
    flex-direction: column-reverse;
  }

  .customer_stories h2 {
    font-size: 16px;
    margin-bottom: 12px !important;
  }

  .customer_stories {
    padding: 48px 0;
  }

  #owl-carousel-recognition .owl-item .testimonial_carausel {
    background-color: #00000000;
    padding: 24px;
  }

  #owl-carousel-recognition .owl-stage-outer {
    border-radius: 0;
  }

  #owl-carousel-recognition .owl-stage {
    padding-left: 60px !important;
  }

  #owl-carousel-recognition .owl-stage .owl-item ~ .active {
    background-color: #0540f2;
  }

  #owl-carousel-recognition .owl-stage .owl-item {
    background-color: #b0c4ff;
    box-shadow: -7.42px 3.71px 6.87px rgba(0, 0, 0, 0.32);
    border-radius: 8px;
    border-top-left-radius: 0;
  }

  .customer_stories .testing {
    margin-top: 48px;
  }

  .customer_stories .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .web_projects .col-12 {
    padding: 0;
  }

  #owl-carousel-web-project .owl-stage {
    padding-left: 0 !important;
    display: flex;
  }

  #owl-carousel-web-project .owl-stage .owl-item {
    flex: 1;
  }

  .web_projects h1 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 48px;
  }

  #owl-carousel-web-project .owl-item .md-3 {
    margin-left: -10px;
    padding: 0;
  }

  .web_projects {
    padding-left: 0;
    padding-right: 0;
  }

  #owl-carousel-sd .owl-nav {
    text-align: center;
  }

  #owl-carousel-sd .owl-nav span {
    width: 40px;
    height: auto;
    margin-right: 15px;
  }

  .web_apps_create {
    padding: 48px 8px;
  }
  .web_app_create_slider h2 {
    font-size: 24px;
    font-weight: 600;
  }

  #owl-carousel-sd .owl-item {
    padding: 10px;
  }

  .web_apps_create h1 {
    text-align: start !important;
  }

  .get_in_touch_div {
    margin-top: 48px;
  }

  .hiring_row .counter_number {
    font-size: 80px;
    line-height: 1.1;
  }

  .counter_row_col p {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 500;
  }

  .enterprise_col.software-development_col h6 {
    height: auto;
  }

  .hiring_contact_us_col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .software-development {
    padding: 0 8px;
  }

  .software_dev_para {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .talk_to_button {
    margin-top: 42px;
    margin-bottom: 48px;
  }

  .talk_to_button button {
    padding: 12px 24px;
  }

  .fueling_digital_row h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }

  .custom_suite_row.fueling_digital_row {
    padding: 48px 8px;
  }

  .fueling_digital_row .custom_suite_advance_tab {
    margin: 26px 0;
  }

  .custom_suite_advance_tab {
    display: none !important;
  }

  .estimated_custom {
    padding: 48px 8px;
    background-position: top;
    background: url(../images/estimated_custon.webp);
    background-size: cover;
  }

  .estimated_custom h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .estimated_custom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .estimate_custom_formcol #requirementForm2 {
    margin-left: 0;
    margin-top: 48px !important;
    padding: 16px !important;
    font-size: 16px;
    line-height: 18px;
    padding: 18px 5px;
  }

  .nda_div {
    display: flex;
    gap: 5px;
  }

  #requirementForm2 .form-check-label {
    font-size: 10px;
    line-height: 13px;
  }

  .faq_firstmain_col h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 38px;
  }

  .faqs_accordian .accordion-button {
    padding: 42px 15px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .faqs_accordian .accordion-body {
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .faqs .col-md-6:nth-child(2) {
    padding-left: 0;
  }

  .faqs .col-md-6:nth-child(1) {
    padding-right: 0;
  }

  .wev_dev_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
  }

  .faqs {
    padding: 48px 0px 0px 20px;
  }

  .blogs {
    padding: 0 8px 38px 8px;
  }

  .single_blog_div_row {
    margin: 0;
  }

  .blogs h2 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 42px;
  }

  .single_blog_div_row .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .read_more_anchor {
    margin-bottom: 40px;
    margin-top: 24px;
    display: block;
    font-size: 19px;
    line-height: 26px;
  }

  .single_blog_div h4 {
    height: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .appinventiv_row {
    border-top: 6px solid #1163fb;
    background-position: right bottom;
    background-size: auto;
    padding: 60px 8px 48px 8px;
  }

  .app_inventiv_logo {
    width: 100px;
  }

  .appinventiv_row_first_para_div {
    padding: 5px;
    width: 100%;
    margin-top: 24px;
  }

  .appinventiv_row_first_para_div span {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-left: 10px;
  }

  .appinventiv_row_image_text_col {
    text-align: center !important;
  }

  .countries_info_div {
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .countries_info_div p {
    margin-bottom: 0;
  }

  .countries_info_div h4 {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 25px;
  }

  .countries_information {
    padding-top: 18px;
  }

  #accordionFlushsuite {
    display: block !important;
  }

  .accordian_column #accordionFlushsuite .accordion-button::after {
    background: url(../images/down-arrow-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    width: 18px;
    top: 6px;
  }

  .accordian_column
    #accordionFlushsuite
    .accordion-button:not(.collapsed)::after {
    /* left: 20px; */
    top: -5px;
  }

  .accordian_column #accordionFlushsuite .accordion-button {
    padding: 20px 18px;
  }

  .accordian_column #accordionFlushsuite .accordion-item {
    margin-bottom: 24px;
    border-bottom: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    background-color: #1e1e1e;
  }

  .accordian_column #accordionFlushsuite .accordion-item:last-child {
    margin-bottom: 0;
  }

  .accordian_column #accordionFlushsuite .accordion-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .accordian_column #accordionFlushsuite {
    margin-top: 48px;
  }

  #accordionFlushfueling {
    display: block !important;
    padding: 50px 15px;
    background-color: #ffffff;
    margin-top: 32px;
    border-radius: 20px;
    border-top-left-radius: 0;
  }

  #accordionFlushfueling .accordion-button {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
    border-top-left-radius: 0;
    background-color: #3c80fe;
  }

  #accordionFlushfueling .accordion-button::after {
    background: none;
  }

  #accordionFlushfueling .accordion-item {
    margin-bottom: 20px;
    border-radius: 16px;
    border-top-left-radius: 0 !important;
    /* background-color: #3C80FE; */
    border: 0;
  }

  #captchaQuestion2 {
    width: 170px;
  }

  #accordionFlushfueling .fueling_mobilwinternal_col img {
    width: auto;
    height: 20px;
  }

  .fueling_mobileinternal_row {
    margin: 0;
  }

  #accordionFlushfueling .accordion-body {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  #accordionFlushfueling .fueling_fiv_internal {
    display: flex;
    background-color: #f7f7f7;
    gap: 15px;
    align-items: center;
    padding: 24px 16px;
    border-radius: 16px;
  }

  #accordionFlushfueling .fueling_fiv_internal p {
    font-size: 11px;
    line-height: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
  }

  .fueling_mobilwinternal_col:nth-child(odd) {
    padding: 0;
    padding-right: 2px;
    padding-bottom: 5px;
  }

  .fueling_mobilwinternal_col:nth-child(even) {
    padding: 0;
    padding-left: 3px;
    padding-bottom: 5px;
  }

  .countries_information .col-md-2 {
    width: 100%;
  }

  .countries_info_div p br {
    display: none;
  }

  .footer_row_custom_one_row {
    flex-direction: column-reverse;
    row-gap: 32px;
  }

  .footer_bottom_first_row {
    gap: 28px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .footer_bottom_sec_row {
    flex-direction: column;
  }

  .footer_bottom_sec_row p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px !important;
  }

  .footer_bottom_sec_row a {
    text-align: end;
  }

  .footer_bottom_first_row p {
    font-size: 14px;
    line-height: 20px;
  }

  #accordionfooter .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
  }

  #accordionfooter .accordion-item {
    background-color: transparent;
    color: #ffffff;
  }

  #accordionfooter .accordion-button::after {
    background: url(../images/plus-icon.png);
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
  }

  #accordionfooter .accordion-button:not(.collapsed)::after {
    left: 0;
    transform: none;
  }

  #accordionfooter .accordion-body {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile_header_div button {
    padding: 10px 15px;
  }

  header {
    /* background-color: #161616; */
    padding: 20px;
  }

  header .navbar {
    padding: 0;
  }

  .navbar-toggler-icon {
    content: url(../images/menu-icon.webp);
    height: 16px;
    width: 26px;
  }

  .bannerrow::before {
    content: "";
    background-color: #ffffff54;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .navbar-toggler,
  .navbar-toggler:focus {
    text-align: left;
    padding: 0;
    border: none;
    box-shadow: none;
  }

  .navbar-toggler:hover,
  .navbar-toggler:active,
  .navbar-toggler:focus {
    background: none;
  }

  #navbarTogglerDemo02 {
    padding-top: 20px;
  }

  header .navbar-brand img {
    width: 111px;
  }

  .cta img {
    height: auto;
    width: 100%;
  }

  header .navbar-nav {
    /* gap: 0; */
    padding: 0;
  }
  header .nav-link {
    margin-left: 0;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  header .navbar-nav li {
    width: 100%;
    text-align: center;
  }
}

/* Mobile and Ipad Mini */
/* Media Queries */

@media (min-width: 993px) and (max-width: 1100px) {
  .countries_information {
    gap: 0;
  }

  header .navbar-brand img {
    width: 100%;
  }

  #offcanvasNavbar {
    position: relative;
    width: 83.33% !important;
  }

  header .navbar-nav {
    gap: 0;
  }

  header .navbar-nav .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .appinventiv_row .col-md-3 {
    width: 22%;
  }

  .appinventiv_row .col-md-1 {
    width: 8%;
  }

  .appinventiv_row .col-md-8 {
    width: 70%;
  }

  .customer_stories .col-md-4 {
    width: 100%;
  }

  .appinventiv_row_first_para_div span {
    font-size: 11px;
  }

  header .nav-link.header_contact_us {
    margin-left: auto;
  }

  /* header .navbar .offcanvas_menu {
        justify-content: space-between;
        flex-direction: row-reverse;
    } */

  #owl-carousel-recognition.owl-carousel .owl-nav {
    position: relative;
    bottom: 0 !important;
    right: 0 !important;
  }

  .countries_information {
    gap: 0;
  }

  header {
    /* background-color: #161616; */
    padding: 20px;
  }

  .we_cover_lists li {
    list-style: circle;
    padding-left: 5px;
    background: none;
  }

  .bannerrow {
    padding-top: 10%;
  }

  .footer_row_custom_one {
    padding: 36px 8px;
  }

  .footer_bottom_first_row {
    gap: 28px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .footer_bottom_sec_row {
    flex-direction: column;
  }

  .footer_bottom_sec_row p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px !important;
  }

  .footer_bottom_sec_row a {
    text-align: end;
  }

  .footer_bottom_first_row p {
    font-size: 14px;
    line-height: 20px;
  }

  #accordionfooter .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
  }

  #accordionfooter .accordion-item {
    background-color: transparent;
    color: #ffffff;
  }

  #accordionfooter .accordion-button::after {
    background: url(../images/plus-icon.png);
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
  }

  #accordionfooter .accordion-button:not(.collapsed)::after {
    left: 0;
    transform: none;
  }

  #accordionfooter .accordion-body {
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 540px) and (max-width: 768px) {
  header {
    /* background-color: #161616; */
    padding: 20px;
  }

  .faqs .accordion-button {
    font-size: 20px;
    padding: 12px;
  }

  .faqs .row .col-12 h1 {
    margin-top: 12%;
  }

  .faqs .accordion-button::after {
    width: 16px;
    height: 16px;
  }

  #owl-carousel-recognition .owl-stage,
  #owl-carousel-case-studies .owl-stage {
    padding-left: 40px !important;
  }

  .customer_stories .col-md-4 {
    width: 100%;
  }
  .footer_row_custom_one_row {
    flex-direction: row;
  }

  /* .footer_row_custom_one_row .col-md-1{
        display: none;
    } */

  .footer_bottom_row h4 {
    text-align: center !important;
  }

  .faqs .row .col-12 h1 {
    margin-top: 10%;
  }

  .faqs .row {
    min-height: 900px;
  }

  #accordionfaqs {
    width: 90%;
  }

  .web_app .col-md-1 {
    display: none;
  }

  .hiring_counter_row {
    column-gap: 80px;
    row-gap: 32px;
  }

  .carausels {
    padding-top: 64px;
  }

  .banner_right_col {
    margin-top: 0;
  }

  .form_div {
    margin-bottom: 0;
    transform: none;
  }

  #requirementForm {
    margin: 8px 16px;
  }

  .trusted_mobile_margin_css {
    margin-top: 0px;
  }

  .client_stories_tab .carousel-control-prev {
    left: 78%;
  }

  .carouseltestimonail_row {
    align-items: flex-end;
    flex-direction: row;
  }

  .we_cover .row {
    margin: 0;
  }

  .we_cover_list_second ul li:nth-child(1) {
    margin-top: 13px;
  }

  .delivering_hyper {
    padding-bottom: 48px;
  }

  .we_collaborate .delivering_info_box_image_div h4 {
    height: auto;
  }

  .enterprise_col h6 {
    height: auto;
  }

  .enterprise_col.software-development_col h6 {
    height: auto;
  }

  #accordionExample {
    padding-right: 10px;
  }

  .single_blog_div {
    padding-right: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .countries_information .col-md-2 {
    width: 33.33%;
  }

  .countries_information {
    gap: 0;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .fueling_digital_row .custom_suite_advance_tab .tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hiring_row .counter_number {
    font-size: 80px;
  }

  .fueling_internal_col_div {
    gap: 20px;
    padding: 15px;
  }

  .faqs .row {
    background-size: cover;
    background-position: 50%;
  }

  /* #accordionfaqs{
        width: 80%;
    } */

  .faqs .row .col-12 h1 {
    margin-top: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .web_project_number {
    font-size: 70px;
    margin-top: 0px;
  }

  .cta img {
    width: 100%;
    height: 100%;
  }
}

@media (max-device-width: 768px) {
  .banner_left_side br {
    display: block !important;
  }
}
