@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.footer_left_col img {
  height: auto;
  width: 170px;
}

h1 {
  font-size: 60px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  color: #00164b;
  margin-left: -4px;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  color: #000000;
}

h3 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.3;
  color: #000000;
  /* opacity: 0.8; */
}

h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #606060;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #000000;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #0a0d31;
}

.big_banner_blue {
  /* font-size: 64px; */
  color: #010ed0;
}

.blue_color_heading {
  color: #010ed0;
  font-weight: 600;
}

body {
  font-family: "Inter", sans-serif;
  /* background-color: #ffffff; */
}

p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #000000;
}

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

.container-fluid {
  padding: 0 !important;
}

/* Header */

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

.logo_header {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.sec_down_arrow {
  position: relative;
}

.sec_down_arrow img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.logo_header:hover,
.logo_header:active,
.logo_header:focus {
  color: #ffffff;
}

.logo_header:hover {
  color: #ffffff;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  padding: 0 5%;
  background: linear-gradient(to right, #ffebae40 0%, #ffffff 100%);
  /* border-bottom: 1px solid #595959; */
  /* display: none; */
}

#form-popupLabel {
  font-size: 32px;
}

.navbar div#offcanvasNavbar {
  width: 50% !important;
}

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

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

header .navbar {
  max-width: 1400px;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.offcanvas-header .btn-close {
  background-color: #ffffff;
  opacity: 1;
}

.offcanvas_menu {
  width: 100%;
}

.header_number_col {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}

.head_tel_div .phone_anchor {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.head_tel_div .phone_anchor i {
  color: #050038;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  /* text-decoration: none !important; */
}

.header_number_col .blue_btn {
  background: #010ed0;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  padding: 12px 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #010ed0;
  width: max-content;
}

.header_number_col .blue_btn:hover,
.header_number_col .blue_btn:active,
.header_number_col .blue_btn:focus {
  background: #ffffff;
  color: #010ed0;
  border: 2px solid #010ed0;
}

header .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  color: #4b5162;
  padding: 16px !important;
}

header .nav-item .nav-link:hover,
header .nav-item .nav-link:active,
header .nav-item .nav-link:focus {
  color: #010ed0;
}

header .nav-link.header_contact_us {
  background-color: #0540f2;
  padding: 12px 32px !important;
  border: 1px solid #0540f2;
  color: #ffffff;
  /* border-radius: 10px; */
  transition: all 0.5s ease-in-out;
  margin-left: 20px;
  text-align: center;
}

header .nav-link.header_contact_us:hover,
header .nav-link.header_contact_us:active,
header .nav-link.header_contact_us:focus {
  background-color: #ffffff;
  color: #0540f2;
}

.submit_btn {
  padding: 20px 45px;
  font-family: "Inter", sans-serif;
  color: #20554a;
  background-color: #e6f4f1;
  font-weight: 600;
  font-size: 20px;
  border-radius: 16px;
  text-decoration: none;
  border: 1px solid;
  width: 100%;
}

#form-popup .modal-dialog {
  max-width: 620px;
}

#form-popup {
  z-index: 9999999;
}

.submit_btn:hover,
.submit_btn:active,
.submit_btn:focus {
  padding: 20px 45px;
  font-family: "Inter", sans-serif;
  color: #20554a;
  background-color: #e6f4f1;
  font-weight: 600;
  font-size: 20px;

  border-radius: 16px;
  text-decoration: none;
  border: 1px solid;
}

.counter_sec_row {
  border-left: 2px solid #20554a;
  border-right: 2px solid #20554a;
}

.counter_row_col {
  text-align: center;
  padding: 24px 40px;
  height: 100%;
}

/* /Header */

/* Banner Row */

.bannerrow {
  padding: 160px 5% 5% 5%;
  background: linear-gradient(to right, #ffebae99 0%, #ffffff 100%);
  position: relative;
}

.banner_green {
  border-left: 2px solid #52cf15;
  padding-left: 8px;
  line-height: 1.1;
}

.banner_slider_row h6 {
  font-size: 14px;
  font-weight: 500;

  color: #141414;
}

.banner_green i {
  margin-left: 10px;
}

.green_heading {
  color: #010ed0;
  font-size: 16px;
}

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

.acc_four .accordion-button.collapsed {
  border-bottom: 0;
}

.heading_blue_color {
  color: #1572e2;
}

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

.form_banner_right {
  max-width: 420px;
  margin-left: auto;
}

.first_form_div {
  background-color: #f6f6f6;
  padding: 15px 25px;
  border-top-right-radius: 12px;
}

.blue_btn {
  background: linear-gradient(to right, #010ed0, #9ab8fc);
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  padding: 14px 20px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border: 0px;
  width: max-content;
}

.blue_btn i {
  margin-left: 6px;
  font-size: 16px;
  display: flex;
}

.blue_btn:hover,
.blue_btn:active,
.blue_btn:focus {
  background: linear-gradient(to right, #9ab8fc, #010ed0);
  color: #ffffff;
}

.first_form_div p {
  color: #0d0d0d;
}

.banner_row_main .banner_sec_part_heading {
  margin-bottom: 20px !important;
  font-size: 58px;
}

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

.form_main_div {
  border-radius: 12px;
  background-color: #ffffff;
}

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

.counter_number {
  font-size: 60px;
  font-family: "Figtree", sans-serif;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.separator {
  border: 0;
  height: 1px;
  background-color: #0d0d0d;
}

.banner_sec_sec_para_row {
  margin-bottom: 30px;
}

.banner_center_image_consultant {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.banner_consultancy_row img {
  padding: 10px;
  height: 80px;
  width: auto;
}

.banner_consultancy_row {
  gap: 20px;
}
/* Banner Row */

/* Recongnition row */

.fea_acc .accordion-button::after {
  display: none;
}

.fea_acc .accordion-button {
  padding: 28px 12px;
  color: #141414;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400;
  align-items: center;
  line-height: 1;
  border: 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  gap: 16px;
}

.fea_acc .accordion-body {
  color: #5e5c5c;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding: 0px 52px 24px 52px;
  background-color: #e1f7d4;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 24px;
}

.fea_acc .accordion-item:last-child {
  border-bottom: 0;
}

.fea_acc {
  max-width: 500px;
}

.fea_acc .accordion-button img {
  width: 24px;
  height: auto;
  object-fit: contain;
}

.fea_acc .accordion-item {
  border: 0;
  border-bottom: 1px solid #cecbcb;
}

.fea_acc .accordion-button:not(.collapsed) {
  background-color: #e1f7d4;
  box-shadow: none;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  /* margin-top: 24px; */
}

.fea_acc .accordion-button:focus,
.fea_acc .accordion-button:focus-visible {
  box-shadow: none;
  outline: none;
}

.recognation_gained_row {
  background-color: #ffffff;
  padding: 5%;
}

.sd_row h5 {
  color: #bec2d3;
  margin-bottom: 24px;
}

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

.red_line_anchor {
  font-family: "Inter", sans-serif;
  color: #f55951;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.red_line_anchor i {
  margin-left: 10px;
}

.transform_left_side img {
  padding-right: 46px;
}

.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;
}

.we_build_info_image img {
  width: 24px;
  height: 24px;
}

.we_build_info_image {
  /* padding: 14px; */
  background: linear-gradient(135deg, #010ed0 0%, #7e72ff 100%);
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_sec_row {
  margin-top: 54px;
  gap: 26px;
}

.we_build_info {
  background: linear-gradient(135deg, #f7f7f7 0%, #e3eaff 100%);
  border-radius: 12px;
  padding: 24px 16px;
  height: 100%;
}

.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;
}

.reviews h5 {
  color: #ffffff;
  opacity: 0.75;
  font-size: 18px;
}

.reviews h6 {
  opacity: 1;
}

#owl-carousel-recognition .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: #ffffff;
  height: 6px;
}

#owl-carousel-recognition .owl-dots .owl-dot.active {
  width: 20px;
}

#owl-carousel-recognition .owl-dots .owl-dot span {
  width: 6px;
  background-color: #a29494;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.recognition_qowl_carausel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#owl-carousel-recognition .owl-prev span {
  content: url(../images/arrow\ _back.svg);
  display: inline-block;
  width: 70px;
  height: auto;
}

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

.initiative_row {
  margin-top: 64px;
}

.testimonial_headings {
  padding: 5% 5% 40px 5%;
}

.build_globallay {
  background-color: #fff7f6;
  padding: 5%;
}

.learn_more_featues {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 48px;
}

.features_info_box h3 {
  color: #ffffff;
  opacity: 1;
  font-size: 26px;
}

.info_feature_row h5 {
  height: 100%;
  max-height: 100px;
}

.info_feature_row h3 {
  margin-top: 32px;
  height: 100%;
  max-height: 90px;
}

.info_feature_row {
  margin-top: 80px;
}

.features_info_box {
  border-right: 1px solid #d4dade;
  padding: 24px;
  height: 100%;
  /* max-height: 440px; */
}

.small_heading {
  display: inline-block;
  border: 1px solid #4f5678;
  padding: 8px 16px;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #bec2d3;
}

.small_heading img {
  margin-right: 10px;
}

.third_lists li {
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #7e7f7f;
  padding-left: 8px;
  font-weight: 500;
}

.features_info_box ol li {
  font-size: 18px;
  color: #ffffff;
}

.third_lists li h4 {
  font-size: 22px;
  color: #9ba1a6;
}

.third_lists ol li::marker {
  color: #a5a6aa;
}

.dual_btns {
  display: flex;
  gap: 20px;
  margin-top: 36px;
}

/* .testimmonial h5::before{
    content: "";
    background-image: url(../images/testimonial_image.png);
    width: 96px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
} */

.testimmonial img {
  width: 164px !important;
  height: auto;
}

.test_description {
  font-style: italic;
  opacity: 1;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 24px;
}

.test_designnation {
  font-size: 18px;
  color: #ffffff;
}

.trust_img_div img {
  object-fit: contain;
  width: 146px !important;
  margin: auto;
  height: 80px;
}

#owl-carousel-sd .owl-stage {
  display: flex;
  align-items: center;
}

.test_name {
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  opacity: 1;
  margin-top: 16px;
}

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

/* Recongnition row */

/* Testomonial Row */

.testimonial {
  background: linear-gradient(to right, #010ed0 0%, #7e72ff 100%);
  padding: 5%;
}

#owl-carousel-testimonial .owl-stage-outer {
  height: 100%;
}

#owl-carousel-testimonial {
  height: 100%;
}

#owl-carousel-testimonial .owl-stage {
  display: flex;
  align-items: center;
  height: 100%;
}

#owl-carousel-testimonial .owl-stage .owl-item {
  height: 100%;
  /* flex: 1; */
}

#owl-carousel-testimonial .owl-nav .owl-prev span {
  /* content: url(../images/previous.svg); */
  position: relative;
}

#owl-carousel-testimonial .owl-nav .owl-next span {
  /* content: url(../images/next.svg); */
  position: relative;
}

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

#owl-carousel-testimonial .owl-nav {
  position: absolute;
  right: 0%;
  top: -10rem;
  display: block !important;
}

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

.testimonial_sec_section img {
  object-fit: contain;
  width: 64px !important;
  /* margin-bottom: 16px; */
}

.testimonial_sec_section h6 {
  margin-bottom: 0;
  color: #141414;
  opacity: 0.75;
}

.testimonial_sec_section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial_main_section .testimonial_sec_section h5 {
  font-weight: 600;
}

.testimonial_reviews_main img {
  border-radius: 20px;
  object-position: center;
  /* min-width: 350px; */
}

.testimonial_main_section {
  padding: 80px 0 80px 80px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial_main_section h4 {
  color: #ffffff;
  font-weight: 400;
}

.testimonial_sec_section p {
  color: #ffffff;
  font-weight: 600;
}

/* Testomonial Row */

/* Integration */

.integrations {
  padding: 5%;
  background-color: #ffffff;
}

.integrations li {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  gap: 4px;
  margin-bottom: 16px;
}

.integrations li span {
  color: #f55951;
  font-weight: 500;
}

.integrations ul {
  padding-left: 0px !important;
}

.integrations ul i {
  font-size: 24px;
  color: #004e70;
  margin-top: -4px;
}

.integrations_option {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
}

.integrations_option h5 {
  display: inline-block;
  border: 1px solid #444bff;
  font-weight: 500;
  border-radius: 12px;
  padding: 8px 16px;
}

.integration_image img {
  width: auto !important;
  object-fit: contain;
  margin: auto;
}

.integration_image {
  padding: 20px;
  border-radius: 24px;
  width: 130px;
  height: 130px;
  object-fit: contain;
  margin: 20px auto;
  text-align: center;
  background-color: #fff7f6;
  display: flex;
  align-items: center;
}

.integrations p {
  margin-bottom: 0;
}

.integration_image h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #9ba1a6;
  margin-top: 16px;
}

/* Integration */

/* Tools */

.tools_section {
  padding: 5%;
  background: #ffffff;
}

/* Tools */

/* FAQ ROW */

.faq-row .accordion-button::after {
  background-image: url(../images/Dropdown.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
}

.faq-row .accordion-button:not(.collapsed)::after {
  position: relative;
  background-image: url(../images/minus.svg);
  transform: none;
}

.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-button:not(.collapsed)::after{
    transform: rotate(45deg);
} */

.faq_section {
  padding: 5%;
  background: linear-gradient(to right, #ffffff 0%, #fff6e4 100%);
}

.faq_section .accordion-body {
  padding: 24px 30px;
  color: #5e5c5c;
  /* opacity: 0.75; */
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

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

.get_btn img {
  width: 48px;
  height: 48px;
}

.get_started {
  background: linear-gradient(to bottom, #ffebae99 0%, #ffffff 100%);
  padding: 8% 5%;
  position: relative;
  z-index: 4;
}

.get_started h2 {
  font-size: 36px;
}

.get_started .row {
  position: relative;
  z-index: 10;
}

.get_started::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #ffebae, #ffffff27 100%);
  z-index: 2;
}

.get_btn {
  padding: 10px 42px 10px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: #3169ff;
  box-shadow: 0px 4px 24px #a7cffc81;
  width: max-content;
  border-radius: 100px;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.faq-row_first h1 {
  left: 50%;
  -webkit-text-stroke: 3px #ffffff;
  transform: translateX(-50%);
  font-size: 80px;
}

.cards_section {
  background-color: #20554a;
  padding: 5%;
}

.cards_section h1 {
  font-size: 80px;
  letter-spacing: 0;
  left: 12px;
}

.cards_section h2 {
  color: #ffffff;
  padding-top: 88px;
}

#faq_accordian .accordion-button:not(.collapsed) {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 32px;
  border-radius: 12px !important;
  color: #000000;
  background-color: #ffffff;
}

#faq_accordian .accordion-button {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 32px;
  border-radius: 12px !important;
  color: #000000;
  background-color: #ffffff;
}

#accordionExample {
  padding-right: 32px;
}

.faq_section .accordion-item {
  border: 1px solid #ebf1ff !important;
  border-radius: 12px !important;
  /* padding-top: 32px; */
  background-color: #ffffff;
  margin-bottom: 18px;
}

.what_we_info {
  display: flex;
  gap: 16px;
  margin-bottom: 42px;
}

.what_we_info_image img {
  width: 40px;
  height: auto;
}

.what_we_info_image p {
  margin-bottom: 0;
}

.what_we_info h2 {
  color: #010ed0;
  font-weight: 600;
}

.faq_sec_heading {
  padding-top: 80px;
}

/* FAQ ROW */

/* USP*/

.usps {
  padding: 5%;
  background-color: #ffffff;
}

.usp_sec_row h3 {
  opacity: 1;
  color: #f1f1f3;
}

/* USP */

/* Our Record */

.our_record {
  padding: 5%;
  background-color: #ffffff;
}

.our_record h4 {
  color: #475569;
}

/* Our Record */

.back_to_top {
  position: relative;
}

.back_to_top a {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}

/* use cases */

.use_case {
  background: linear-gradient(to right, #ffebae99 0%, #ffffff 100%);
  padding: 5%;
  position: relative;
}

.use_case::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #ffebae, #ffffff27 100%);
  z-index: 2;
}

.use_case .row {
  z-index: 10;
  position: relative;
}

.use_case .transparent_btn {
  margin-top: 32px;
}

.use_case_first {
  margin-bottom: 32px;
}

.use_case_info {
  padding: 40px 48px;
  height: 100%;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.usp_info_image_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.usp_info_image_div img {
  width: 40px;
  height: auto;
  object-fit: contain;
}

.usp_info h3 {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 24px;
}

.usp_info p {
  color: #ffffff;
  margin-bottom: 20px;
}

.usp_info a {
  font-weight: 700;
  font-size: 14px;
  color: #adff85;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.usp_info a i {
  margin-left: 6px;
  font-size: 12px;
}

.work_main_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.use_case_last {
  margin-top: 16px;
  font-weight: 400;
}

.transparent_btn {
  background-color: #00000000;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #d3d6e2;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #d3d6e2;
}

.transparent_btn:hover,
.transparent_btn:active,
.transparent_btn:focus {
  background-color: #d3d6e2;
  color: #ffffff;
}

/* use cases */

/* CTA */

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

.cta_row {
  background-color: #255385;
  padding: 80px 64px 120px 64px;
  border-radius: 16px;
  background-image: url(../images/Wave.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.cta_row p {
  color: #ffffff;
  font-size: 20px;
}

.cta h2 {
  color: #ffffff;
}

.white_btn {
  background-color: #ffffff;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  font-weight: 600;
  line-height: 1.4;
  color: #f55951;
  padding: 14px 28px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ffffff;
}

.white_btn:hover,
.white_btn:active,
.white_btn:focus {
  background-color: #f55951;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* CTA */

/* Compliance */

.compliance {
  padding: 5%;
  background: radial-gradient(circle, #ffebae99, #ffffff27 100%);
}

.complaince_info {
  /* background-color: #fbcf47; */
  gap: 36px;
  position: relative;
}

.compliance_one .complaince_info::after {
  position: absolute;
  content: "1";
  top: 0;
  right: -42px;
  font-size: 36px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 #00000043;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compliance_two .complaince_info::after {
  position: absolute;
  content: "2";
  top: 0;
  left: -42px;
  font-size: 36px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 #00000043;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compliance_three .complaince_info::after {
  position: absolute;
  content: "3";
  top: 0;
  right: -42px;
  font-size: 36px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 #00000043;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compliance_four .complaince_info::after {
  position: absolute;
  content: "4";
  top: 0;
  left: -42px;
  font-size: 36px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 10px 0 #00000043;
  display: flex;
  align-items: center;
  justify-content: center;
}

.compliance_even_row.compliance_four .complaince_info::before {
  display: none;
}

.compliance_odd_row .complaince_info {
  padding-right: 64px;
}

.compliance_even_row .complaince_info {
  padding-left: 64px;
}

.compliance_even_row .complaince_info {
  text-align: end;
}

.compliance_odd_row .complaince_info::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #000000;
}

.compliance_even_row .complaince_info::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #000000;
}

/* Compliance */

/* Footer */

footer {
  background: #ffffff;
  padding: 5% 5% 5% 5%;
}

.back-to-top-arrow {
  left: 50%;
  transform: translateX(-50%);
  top: -36px;
}

.hr_line_footer hr {
  border-color: #ffffff;
}

.footer_nav_items li {
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.9;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.footer_nav_items img {
  width: 48px;
  height: 48px;
}

.image_logo_div::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 9px;
  background-color: #2b324a;
}

.image_logo_div {
  position: relative;
}

.footer_nav_items a {
  color: #000000;
  text-decoration: none;
  /* opacity: 0.9; */
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer_nav_items a:hover {
  text-decoration: underline;
}

.footer_nav_items h4 {
  /* font-size: 18px; */
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  font-family: "Inter", sans-serif;
}

.footer_left_col h4 {
  color: #000000;
}

.footer_left_col h5 {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.footer_left_col {
  gap: 24px;
}

.hr_line_footer {
  flex: 1;
}

.footer_last {
  font-size: 14px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  /* text-align: center; */
}

.footer_last_row {
  margin-top: 48px;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}

/* Footer */

/* Popup CSS */

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

#requirementForm3 label {
  color: #ffffff;
  margin-bottom: 8px;
  /* font-style: italic; */
  padding-left: 5px;
  margin-top: 15px;
  font-size: 16px;
}

.estimate_custom_formcol #requirementForm3 .form-control {
  padding: 16px;
  /* font-style: italic; */
  background: transparent;
  color: #999999;
  font-size: 16px;
  border: 1px solid #dadde3;
  border-radius: 16px;
  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: #ffffff;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  align-items: flex-start;
}

#form-popup .modal-header h5 {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #004e70;
  opacity: 0.9;
}

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

.estimate_custom_formcol #requirementForm3 #budgetRange option {
  color: #0d0d0d;
}

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

#captchaQuestion3 {
  color: #ffffff;
}

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

@media (max-width: 768px) {
  /* header button.navbar-toggler.col-1 {
        display: none;
    } */

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

  .use_case_info h5 {
    font-size: 24px;
  }

  .usp_first_row img {
    display: none;
  }

  .compliance .complaince_info {
    padding: 20px !important;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
    text-align: center;
  }

  .compliance .compliance_even_row .complaince_info {
    flex-direction: column-reverse;
  }

  .compliance .complaince_info::after,
  .compliance .complaince_info::before {
    display: none;
  }

  #owl-carousel-testimonial .owl-nav {
    display: none !important;
  }

  .transform_left_side img {
    padding-right: 0;
  }

  .transform_left_side img {
    padding-top: 48px;
  }

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

  .banner_image_div {
    margin-top: 32px;
  }

  .workflow_btn_div .blue_btn,
  .workflow_btn_div {
    margin-top: 0;
  }

  .info_feature_row h5 {
    font-weight: 400;
  }

  .build_globallay_left .blue_btn {
    margin-top: 16px;
  }

  #owl-carousel-testimonial .owl-dots .owl-dot span {
    background-color: #cccccc;
    width: 6px;
    height: 6px;
  }

  #owl-carousel-testimonial .owl-dots .owl-dot.active span {
    width: 20px !important;
    background-color: #ffffff;
  }

  #owl-carousel-testimonial .owl-dots {
    margin-top: 42px;
  }

  .footer_nav_items h4 {
    font-weight: 400;
  }

  .footer_last_row {
    margin-top: 0;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer_last {
    font-weight: 400;
    font-size: 14px;
  }

  .footer_last a {
    font-weight: 400;
    font-size: 14px;
  }

  .usps {
    padding: 64px 8px 64px 8px;
  }

  .bars_heading br {
    display: block;
  }

  .another_counter_row .col-lg-4:last-child .counter_row_col {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .integrations .row {
    margin-top: 0 !important;
  }

  .another_counter_row .col-lg-4:first-child .counter_row_col {
    padding-top: 0;
  }

  .counter_row_col {
    padding: 48px 0;
    border-bottom: 1px solid #ffffff;
  }

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

  .workflow {
    padding: 48px 8px;
  }

  .workflow_section {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .workflow_section_sec {
    margin-bottom: 0;
  }

  .efficiency img {
    margin-bottom: 48px;
  }

  .efficiency {
    padding: 48px 8px;
  }

  .black_btn {
    font-size: 18px;
  }

  #owl-carousel-testimonial::before {
    display: none;
  }

  .testimonial .col-md-5.align-self-end.text-end {
    text-align: start !important;
  }

  .testimonial {
    padding: 48px 8px;
  }

  .circular_bars {
    gap: 24px;
  }

  .workflow h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .accordian_worflow .accordion-collapse {
    font-size: 16px;
  }
  .accordian_worflow .accordion-button {
    font-size: 20px;
  }

  .workflow p {
    margin-bottom: 48px !important;
  }

  .workflow_section img {
    margin-bottom: 48px;
  }

  .usp_sec_row {
    /* flex-direction: column-reverse; */
    gap: 24px;
    padding-bottom: 0px;
    padding-top: 48px;
  }

  .usp_sec_row_sec.usp_sec_row {
    flex-direction: column-reverse;
  }

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

  .car_test_controls {
    display: none;
  }

  .footer_last {
    font-size: 16px;
    margin-top: 0 !important;
  }

  .cta .redhat_font_display {
    font-size: 34px;
  }
  br {
    display: none;
  }

  .redhat_font_display {
    font-size: 60px;
  }

  .card_main_div_row {
    flex-direction: column;
    margin-top: 64px;
  }

  .card_main_div {
    width: 100%;
  }

  .header_number_col .white_btn {
    width: 130px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .navbar-brand {
    /* padding-left: 0px; */
    font-size: 22px;
    padding: 0;
    align-items: center;
  }

  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
    font-weight: 600;
    /* margin-bottom: 24px; */
    line-height: 1.2;
  }

  h3 {
    font-size: 28px;
    font-weight: 600;
  }

  .dual_btns {
    margin-bottom: 36px;
  }

  .third_lists li {
    font-size: 20px;
  }

  .third_lists {
    margin-top: 40px;
  }

  .image_and_text_parent_div h5 {
    color: #444444;
    /* opacity: 0.75; */
    font-weight: 400;
  }

  .image_and_text_parent_div {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cccaca;
  }

  .image_and_text_parent_div li {
    color: #444444;
    /* opacity: 0.75; */
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 18px;
  }

  .steps_num {
    flex-direction: column;
    align-items: flex-start;
  }

  .steps_sec_row::after,
  .steps_sec_row::before {
    display: none;
  }

  .steps_row {
    margin-bottom: 48px !important;
  }

  .initiatives {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .initiative_row_col {
    padding-right: 0;
  }

  .initiative_common li {
    font-size: 14px;
  }

  .banner_sec_part_heading {
    font-size: 30px;
  }

  .arrow_btn {
    font-size: 16px;
    height: 50px;
    width: 190px;
    margin-bottom: 32px;
  }

  .arrow_btn i {
    height: 50px;
    width: 50px;
    padding-left: 16px;
  }

  .bannerrow {
    padding: 108px 8px 48px 8px;
    background-position-y: 90px;
  }

  .features_info_box {
    margin-bottom: 48px;
    border: 0;
  }

  .third_lists li h4 {
    font-size: 16px;
    color: #9ba1a6;
    font-weight: 400;
  }

  .info_feature_row {
    margin-top: 48px;
  }

  .info_feature_row h3 {
    font-size: 22px;
    max-height: 60px;
    font-weight: 500;
  }

  .features h2 {
    margin-bottom: 24px;
  }

  .initiative_common h3 {
    opacity: 1;
  }

  .initiative_common p {
    opacity: 1;
  }

  #owl-carousel-slider .owl-stage .owl-item .initiative_common {
    border: 0;
  }

  .initiative_common img {
    width: 50% !important;
    min-height: 200px;
  }

  .features {
    padding: 48px 8px 48px 8px;
  }

  .banner_left_side p br {
    display: none;
  }

  .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;
  }

  .fea_acc {
    margin-bottom: 32px;
  }

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

  .usp_info_image_div img {
    height: 80px;
  }

  #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: 0px;
  }

  .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;
  }

  .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;
  }

  .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_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;
  }

  .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: 80px 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;
  }

  .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;
  }

  /* .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 !important;
    margin-bottom: 0;
    width: 100%;
  }

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

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

  .tech_industries {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cards_section {
    padding-top: 0px;
    padding-bottom: 48px;
    padding-right: 0;
  }

  #owl-cards .owl-stage {
    display: flex;
    height: 100%;
  }

  #owl-cards .owl-item {
    flex: 1;
    /* height: 100%; */
  }

  .card_main_div {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #owl-cards .owl-item .card_main_div {
    background-color: #ffffff;
  }

  .cta .dual_btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta .dual_btns a {
    width: 200px;
    text-align: center;
    font-size: 14px;
  }

  #owl-cards {
    margin-top: 64px;
  }

  #owl-cards .owl-item.active .card_main_div {
    background-color: #e6f4f1;
  }

  .card_main_div img {
    width: 80px !important;
  }

  .tech_industries img {
    margin-bottom: 80px;
  }

  .test_second_div {
    padding: 24px 36px 80px 36px;
  }

  .carouseltestimonail_row img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .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;
  }

  .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;
  }

  .offcanvas-body {
    margin: auto;
  }

  .thriving img:hover {
    margin-top: 0;
  }

  .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_Robotonal_col_div img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

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

  .row.fueling_Robotonal_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;
  }

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

  .bannerrow h2 {
    font-size: 28px;
  }

  .big_banner_blue {
    font-size: 36px;
    text-align: left !important;
  }

  .get_started .big_banner_blue {
    font-size: 24px;
  }

  .use_case {
    padding: 0px 8px 48px 8px;
  }

  .use_case h2 {
    margin-bottom: 32px;
  }

  /* .use_case h2,
  .use_case h4 {
    text-align: start !important;
  } */

  .use_case h4 {
    margin-bottom: 24px;
    margin-top: 16px;
  }

  .footer_left_col h5 {
    margin-bottom: 36px !important;
  }

  .footer_left_col .row {
    margin-top: 0 !important;
  }

  .company_slider {
    padding-bottom: 48px;
  }

  .compliance {
    padding: 48px 8px;
  }

  .complaince_info {
    min-height: auto;
    margin-bottom: 48px;
    height: auto !important;
  }

  .use_case_info {
    margin: 0px;
    /* padding: 48px; */
    margin-bottom: 48px;
    height: auto;
  }

  .use_case_info.use_case_info_last {
    padding: 80px 48px;
  }

  .tools_section .red_line_anchor {
    margin-bottom: 32px;
  }

  .tools_section {
    padding: 48px 8px;
  }

  .use_case_first {
    margin-bottom: 0;
  }

  .our_record .d-flex.justify-content-end.align-items-center.h-100 {
    justify-content: flex-start !important;
    margin-top: 32px;
  }

  .service_sec_row {
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
  }

  .service_sec_row .col {
    width: 100%;
  }

  .our_record {
    padding: 48px 8px;
  }

  .build_globallay_left {
    padding-bottom: 48px;
  }

  .footer_logo {
    width: 130px;
  }

  .cta_info h5 {
    font-weight: 400;
  }

  .cta_row {
    padding: 48px 16px;
    background-image: none;
  }

  .white_btn {
    margin-bottom: 24px;
  }

  .testimonial_main_section {
    min-height: auto;
    margin: 0;
    transform: none;
    height: 100%;
  }

  #owl-integration::before {
    display: none;
  }

  .testimonial_main_section {
    padding: 0;
  }

  #faq_accordian .accordion-button:not(.collapsed),
  #faq_accordian .accordion-button {
    padding: 16px;
  }

  .footer_left_col img {
    margin-bottom: 24px;
  }

  .get_started h1 {
    font-size: 48px;
  }

  .faq_section {
    padding: 48px 8px;
  }

  .integration_image img {
    width: 70px !important;
    height: 70px !important;
  }

  .integration_image {
    width: auto !important;
    height: auto;
  }

  .integration_image {
    padding-top: 24px !important;
    padding-top: 0;
  }

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

  .integrations {
    padding: 0px 8px 48px 8px;
  }

  .testimonial_headings {
    padding: 48px 8px 32px 8px;
  }

  .testimonial_reviews_main {
    padding-top: 0px;
    padding-bottom: 48px;
  }

  .use_case_first {
    flex-direction: column;
    margin-top: 16px !important;
    gap: 0;
  }

  .usp_info h3 {
    margin-top: 20px;
  }

  /* .use_case_info{
    padding: 24px 12px;
} */

  .enterprise {
    padding: 0 8px;
  }

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

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

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

  .counter_text {
    font-size: 20px;
    /* 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;
  }

  .cloud_support {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

  .faqs {
    padding: 16px 8px 35px 16px;
  }

  .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_mobilwRobotonal_col img {
    width: auto;
    height: 20px;
  }

  .fueling_mobileRobotonal_row {
    margin: 0;
  }

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

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

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

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

  .fueling_mobilwRobotonal_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 {
    padding: 36px 8px;
  }

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

  #faq_accordian {
    margin-top: 24px;
  }

  .acc_four .accordion-button.collapsed {
    border-bottom: 0;
  }

  .footer_bottom_sec_row {
    flex-direction: column;
  }

  .faq_section .accordion-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

  .cta .see_more_btn {
    margin-bottom: 32px;
  }

  #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: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  header {
    padding: 20px;
  }

  .build_globallay_left {
    padding-top: 0;
  }

  .small_heading {
    margin-bottom: 12px;
    padding: 12px;
    font-size: 12px;
  }

  .usp_sec_row h3 {
    font-size: 26px;
  }

  .build_globallay {
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
  }

  .build_globallay_left .redhat_font_display {
    top: -96px;
  }

  header .navbar {
    padding: 0;
  }

  .navbar-toggler-icon {
    /* background-image: url(../images/Ham.svg); */
    object-fit: contain;
    height: 16px;
    width: 26px;
  }

  .navbar div#offcanvasNavbar {
    width: 80% !important;
  }

  .navbar-toggler {
    text-align: left;
    /* padding: 0; */
  }

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

  .logo_header {
    padding-left: 20px;
  }

  #navbarTogglerDemo02 {
    padding-top: 20px;
  }

  header .navbar-brand img {
    width: 130px;
    margin-top: 6px;
    margin-left: 10px;
  }

  header .navbar-nav {
    /* gap: 0; */
    padding: 0;
  }

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

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

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

  .footer_nav_items img {
    width: 30px;
    height: auto;
  }

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

  header .navbar-nav {
    gap: 0;
  }

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

  .header_number_col .blue_btn {
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header_number_col {
    gap: 16px;
  }

  .head_tel_div .phone_anchor {
    font-size: 12px;
    gap: 0;
  }

  .head_tel_div i {
    font-size: 12px !important;
  }

  .header_number_col .white_btn {
    width: auto;
    padding: 16px !important;
    height: auto;
    font-size: 12px;
  }

  .logo_header {
    font-size: 20px;
  }
}

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

  br {
    display: none;
  }

  .testimonial_main_section {
    padding: 20px;
  }

  #owl-carousel-testimonial .owl-nav {
    display: none !important;
  }

  .features_info_box {
    max-height: 100%;
    height: auto;
    border: 0;
  }

  .info_feature_row h5 {
    max-height: 180px;
  }

  .usp_sec_row {
    flex-direction: column-reverse;
    gap: 24px;
    padding-bottom: 48px;
  }

  .usp_sec_row_sec.usp_sec_row {
    flex-direction: column;
  }

  .footer_left_col h5 {
    font-size: 16px;
  }

  .footer_nav_items h4 {
    font-size: 18px;
  }

  .footer_nav_items a {
    font-size: 16px;
  }

  .footer_nav_items img {
    width: 25px;
    height: auto;
  }

  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta .see_more_btn {
    margin-bottom: 32px;
  }

  #offcanvasNavbar {
    background-color: #ffffff;
  }

  .navbar-toggler-icon {
    /* background-image: url(../images/Ham.svg); */
    object-fit: contain;
    height: 16px;
    width: 26px;
  }

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

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

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

  /* header button.navbar-toggler.col-1 {
        display: none;
    } */

  .countries_information {
    gap: 0;
  }

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

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

  .bannerrow {
    padding-top: 16%;
  }

  .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;
  }

  .our_record .d-flex.justify-content-end.align-items-center.h-100 {
    justify-content: flex-start !important;
    margin-top: 32px;
  }

  .use_case_info {
    padding: 20px;
    border-radius: 8px;
  }

  .complaince_info {
    gap: 12px;
  }
  h1 {
    font-size: 56px;
  }

  .service_sec_row {
    gap: 20px;
  }

  br {
    display: none;
  }

  #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: #0d0d0d; */
    padding: 20px;
  }

  .big_banner_blue {
    font-size: 42px;
  }

  .get_started .big_banner_blue {
    font-size: 30px;
  }

  .compliance .complaince_info::after,
  .compliance .complaince_info::before {
    display: block;
  }

  #owl-carousel-testimonial {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial {
    padding-bottom: 48px;
  }

  .banner_image_div {
    margin-top: 32px;
  }

  .footer_nav_items a {
    font-size: 14px;
  }

  .footer_nav_items img {
    width: 25px;
  }

  .use_case_info {
    height: 100%;
  }

  .use_case_first {
    margin-bottom: 32px;
  }
  #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;
  }

  .card_main_div h4 {
    font-size: 20px;
  }
}

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

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

  .redhat_font_display,
  .build_globallay_left h1 {
    font-size: 60px !important;
  }

  .banner_image_div {
    margin-top: 32px;
  }

  br {
    display: none;
  }

  .dual_btns {
    align-items: center;
  }

  .carouseltestimonail_row {
    align-items: center;
  }
}

@media only screen and (max-device-width: 768px) {
  header .offcanvas_menu .navbar-toggler {
    display: block !important;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0;
  }

  header .offcanvas_menu .navbar-toggler:focus-visible {
    border: 0;
    outline: none;
    box-shadow: none;
  }

  .header_number_col {
    padding-right: 0;
  }

  #offcanvasNavbar {
    background-color: #ffffff;
  }

  .offcanvas-header .btn-close {
    background-color: #ffffff;
    opacity: 1;
  }

  .banner_row_main .redhat_font_display {
    top: -32px;
    -webkit-text-stroke: 3px #ffffff;
    color: transparent;
    font-size: 60px;
  }

  .banner_row_main .banner_sec_part_heading {
    font-size: 35px;
  }

  .banner_left_side button {
    display: none;
  }

  .banner_row_main {
    padding-top: 0px;
  }

  .trust_img_div img {
    height: 70px !important;
    width: 150px !important;
  }

  .banner_left_side {
    margin-bottom: 0;
  }

  .mobile_third_section {
    /* background-color: #F2F2F2; */
    padding: 48px 5px;
  }

  .mobile_third_section .redhat_font_display {
    -webkit-text-stroke: 3px #000000;
    top: -48px;
  }

  .mobile_third_section .position-relative h2 {
    padding-top: 32px;
  }

  .mobile_third_section .position-relative p {
    color: #ffffff;
    opacity: 0.75;
  }

  .recognation_gained_row {
    padding-bottom: 64px;
    padding-top: 48px;
    padding-right: 0;
    padding-left: 0;
  }

  #form-popup .modal-header {
    padding: 16px;
  }

  #form-popup .modal-header .btn-close {
    margin-top: 4px;
    padding: 8px 16px;
  }

  .estimate_custom_formcol #requirementForm3 .form-control {
    margin-bottom: 0;
  }

  .sd_row .recognition_qowl_carausel .sd_col {
    margin-bottom: 45px !important;
  }

  /* .client_success_stories {
        padding-top: 40%;
    } */

  .client_stories_tab {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .client_stories_tab #myTab .nav-item {
    width: 50%;
  }

  .tab_content_left_side_col ul li {
    width: 100% !important;
    font-size: 14px;
  }

  .client_success_stories p {
    margin-bottom: 16px;
  }

  .client_stories_tab .nav-link {
    padding: 35px 15px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    display: block;
  }

  .tab_content_main_row {
    border-radius: 0;
    padding: 50px 10px !important;
    flex-direction: column-reverse;
  }

  .testimmonial {
    padding: 20px;
  }

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

  .tab_content_right_side_col {
    padding: 10px;
  }

  .tab_dusl_buttons {
    flex-direction: column;
    text-align: center;
  }

  .recognation_gained_row .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }

  .thriving {
    margin-top: 15%;
    padding-top: 12%;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .thriving .col-md-12 h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px;
  }

  .thriving_main_row {
    gap: 20px;
    margin-bottom: 20px;
  }

  .start_building {
    padding-left: 2%;
    padding-right: 2%;
  }

  .start_building h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .start_building_main_img {
    margin-bottom: 60px;
  }

  .start_building_slider_row h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
  }

  .mobile_slider_horizontal {
    padding-top: 10%;
  }

  .mobile_slider_horizontal .carousel-control-prev {
    display: none !important;
  }

  .mobile_slider_horizontal .carousel-control-next {
    display: none !important;
  }

  .mobile_slider_horizontal .carousel-indicators {
    margin-right: 0px;
    margin-left: 0px;
    top: 0;
  }

  .mobile_slider_horizontal .carousel-indicators button {
    background: #0d0d0d !important;
    width: 100%;
    height: 10px;
    padding: 0;
    margin-right: 0px;
    margin-left: 0px;
    border: 0 !important;
    border-radius: 0;
    opacity: 1;
  }

  .mobile_slider_horizontal .carousel-indicators button.active {
    background: linear-gradient(
      135deg,
      #24c2f8 0%,
      #0084ff 33%,
      #005cff 67%,
      #0b0df4 100%
    ) !important;
  }

  .mobile_slider_horizontal .carousel-inner {
    padding-top: 15%;
  }

  .mobile_slider_horizontal .carousel-inner p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    color: #0d0d0d;
  }

  .mobile_slider_horizontal .carousel-inner p span {
    font-weight: 700;
  }

  .testimonial_name,
  .testimonial_designation {
    margin-left: 0;
  }

  .footer_nav_items img {
    object-fit: contain;
  }

  .testimonial_designation {
    margin-bottom: 10px;
  }

  .third_counter_row {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 55px;
    padding: 48px 5px !important;
  }

  .another_counter_row {
    padding: 0;
  }

  .carausels {
    padding-bottom: 15%;
  }

  .carausels h1 {
    font-family: "Inter", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-row_first,
  #accordionExample {
    padding-right: 0;
  }

  .cta {
    padding-top: 0px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta_left_side h1 {
    margin-top: 48px;
  }

  .faq_section .accordion-body {
    font-size: 16px;
    padding: 16px;
  }

  .faq-row .accordion-button,
  .faq-row .accordion-button:not(.collapsed) {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 16px;
  }

  .footer_nav_items {
    padding-bottom: 24px;
  }

  footer {
    padding: 48px 8px 0px 8px;
  }

  .cta_left_side {
    padding-top: 12px;
  }

  .cta .col-md-6 img {
    margin-top: 15%;
    border-radius: 10px;
  }

  #accordionfooter .accordion-button {
    color: #273245;
  }

  .footer_bottom_row {
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer_icons {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 45px;
  }

  .footer_bottom_row .col-md-6:nth-child(2) p {
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
  .tab_content_main_row .col-md-6 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .initiatives {
    padding-right: 5%;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
  .info_feature_row h5 {
    max-height: 130px;
  }

  .head_tel_div .phone_anchor {
    font-size: 12px;
  }

  header .nav-item .nav-link {
    font-size: 14px;
  }

  .phone_anchor {
    font-size: 14px;
  }

  .info_feature_row h5 {
    max-height: 150px;
  }

  .logo_header {
    font-size: 24px;
  }

  .header_number_col .white_btn {
    width: auto;
    font-size: 16px;
    min-width: 150px;
  }

  .circular-progress {
    width: 105px;
    height: 105px;
  }

  .inner-circle {
    width: 90px;
    height: 90px;
  }

  .info_feature_row h3 {
    max-height: 120px;
  }
}

@media (min-width: 1201px) and (max-width: 1250px) {
  .head_tel_div .phone_anchor {
    font-size: 15px;
  }

  .header_number_col {
    gap: 20px;
  }
}

@media (min-width: 1400px) {
  .testimonial {
    padding-right: 5%;
  }
}

@media (max-width: 1350px) {
  #owl-carousel-testimonial .owl-nav {
    right: 7%;
  }
}
