a,
button,
img a,
input {
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}

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

body,
html {
  height: 100%;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

* {
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: value;
  -moz-appearance: value;
  appearance: value;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
del,
dfn,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
var {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

a,
img a {
  text-decoration: none !important;
  border: 0;
  outline: 0 !important;
}

:focus {
  outline: 0;
}

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

li,
ol,
ul {
  list-style-type: none;
}

.clear,
.clearfix:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  color: #000;
  text-align: left;
  overflow-x: hidden;
  margin: 0;
  -webkit-text-stroke: 0 !important;
  -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.menu-wrapper .ad-page {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

svg:not(:root) {
  overflow: hidden;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

input[type="text"],
textarea {
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  width: 100%;
}

a {
  color: #1468FB;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

.ds_flex {
  display: flex;
}

.ds_table {
  display: table;
}

.flex_wrap {
  flex-wrap: wrap;
}

.flex_nowrap {
  flex-wrap: nowrap;
}

.flex_spc_btw {
  justify-content: space-between;
}

.flex_center {
  justify-content: center;
}

.flex_js_end {
  justify-content: flex-end;
}

.flex_al_center {
  align-items: center;
}
.flex_al_baseline {
  align-items:baseline
}
.flex_al_top {
  align-items: flex-start;
}

.flex_al_end {
  align-items: flex-end;
}

.flex_column {
  flex-direction: column;
}

.ds_in_blk {
  display: inline-block;
}

.flex_spc_evn {
  justify-content: space-evenly;
}

.nav__list {
  margin: 0 18px;
}

.nav__list a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0 4px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.stky_header .ds_flex {
  margin-bottom: 0;
}

.nav__list:last-child {
  margin-right: 0;
}

.nav__list.common__btn {
  margin: 0 0 0 20px;
}


.nav__list.common__btn svg {
  stroke: #fff;
  stroke-width: 1.5;
}

/* 
.white-header .nav__list.common__btn .btn-effect {
color: #fff;
}
.white-header .nav__list.common__btn svg {
stroke: #fff;
} */

.scrolled header {
  background-color: rgba(0, 0, 0, 0.9);
}

.stky_header {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  /* background: rgba(0,0,0, .9); */
}

/* .stky_header.white-header.stickey_header::before {
content: none;
} */
.stky_header.stickey_header::before {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  backdrop-filter: blur(10px);
  content: "";
  width: 100%;
  z-index: -1;
}

.stky_header.stickey_header::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1280px;
  height: 1px;
  background: rgb(255 255 255 / 12%);
  content: "";
  max-width: 100%;
  transform: translateX(-50%);
}

.stky_header.stickey_header {
  padding: 20px 0;
}

.nav__list .contact-btn {
  border: 2px solid #000;
  padding: 10px 20px;
  border-radius: 7px;
}

.nav__list a:active {
  transform: scale(0.95);
}

.common__btn {
  margin-top: 40px;
  display: table;
}
.common__btn.btn_center {
  margin: 40px auto;
}

.common__btn .btn_line:before {
  content: none;
}

.common__btn .btn-effect:after {
  content: none;
}

.common__btn .btn-effect {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  border: 2px solid #fff;
  padding: 14px 50px 14px 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}

.common__btn .btn-effect:hover svg {
  -webkit-animation: arrowmove 0.4s infinite alternate ease-in-out;
  animation: arrowmove 0.4s infinite alternate ease-in-out;
}
.common__btn .btn-effect:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}
.common__btn.hv_blue .btn-effect:hover {
  color: #fff;
  background-color: #1468FB;
  border: 2px solid #1468FB;
}
.common__btn.blk .btn-effect:hover {
  color: #fff;
  background-color: #1468FB;
  border: 2px solid #1468FB;
}
.common__btn.blk .btn-effect:hover svg {
  stroke: #fff;
}
.common__btn.blk .btn-effect {
  color: #000;
  border: 2px solid #000;
}

.common__btn.blk svg {
  stroke: #000;
}


@keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0.3em);
  }
}

@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0.3em);
  }
}

.common__btn svg {
  right: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  width: 18px;
  position: absolute;
  height: 18px;
  stroke-width: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}
.text-center {
  text-align: center;
}

.heading2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.app__subhead {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}
.heading1 span {
  color: #1468FB;
}


/* New case study css */
.wrapper {
  margin-top: 0;
}

.blogs-header.header-container .menu-wrapper>ul>li>a, .press-release-header.blogs-header .menu-wrapper>ul>li.nav__list>a {
  color: #fff;
}

.blogs-header.header-container .appi-blue-blk-logo, .press-release-header.blogs-header.header-container .appi-blue-wht-logo {
  display: none;
}

.blogs-header.header-container .appi-blue-wht-logo, .press-release-header.blogs-header.header-container .appi-blue-blk-logo {
  display: block;
}

.press-release-header.blogs-header .menu-wrapper>ul>li>a, .blogs-header.header-container.shrink .menu-wrapper>ul>li>a {
  color: #000;
}

.blogs-header.header-container.shrink .appi-blue-blk-logo {
  display: block;
}

.blogs-header.header-container.shrink .appi-blue-wht-logo {
  display: none;
}

.blogs-header.header-container.shrink .menu-wrapper>ul>li>a.contact-btn {
  color: #fff;
}

.header-container.case-header {
  background: transparent;
}

.header-container .menu-wrapper>ul>li>a {
  color: #fff;
}

.header-container.active .menu-wrapper>ul>li>a {
  color: #000;
}

.header-container.case-header.active {
  background: #fff;
}

.header-container.case-header.shrink .menu-wrapper>ul>li>a {
  color: #000;
}

.header-container.case-header .white-logo {
  display: block;
}

.header-container.case-header.active .white-logo {
  display: none;
}

.header-container.case-header.shrink .white-logo {
  display: none;
}

.header-container.case-header .blk-logo {
  display: none;
}

.header-container.case-header.active .blk-logo {
  display: block;
}

.header-container.case-header.shrink .blk-logo {
  display: block;
}

.header-container {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.header-container.active .menu-wrapper>ul>li.nav_contact>a {
  color: #fff;
}

.top_head_wrap {
  background-color: #16161D;
  padding-bottom: 20px;
}

br.br-block {
  display: block;
}

.blk {
  color: #000;
}

.top_content_wrap .app__subhead {
  font-size: 24px;
}

.top_content_wrap .common__btn {
  margin: 55px auto;
}


.client_logos {
  position: relative;
  width: 100%;
  padding: 30px 80px;
}
.client_logos .d_flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.trusted_brands {
  color: #a6aaae;
  font-size: 18px;
  display: block;
  padding: 10px 0 30px;
  position: relative;
}
.trusted_brands::before,.trusted_brands::after {
  position: absolute;
  content: "";
  top: 20px;
  width: 380px;
  height: 1px;
  background-color: #555555;
  opacity: 0.5;
}
.trusted_brands::before {
  left: -70px;
}
.trusted_brands::after {
  right: -70px;
}

.brand_logo {
  z-index:9;
}

.brand_logo img {
  width: 160px;
  height: 45px;
}
.appi-blue-wht-logo {
  display: block;
}
.appi-blue-blk-logo {
  display:none
}
.white-header .appi-blue-wht-logo {
  display: none;
}
.white-header .appi-blue-blk-logo {
  display: none;
}
header.white-header .nav__list a {
color: #fff;
}

header.white-header .nav__list .contact-btn {
border-color: #fff;
}

#sync1.owl-theme .owl-dots .owl-dot {
  background: #000011;
  outline: none;
}
.footer-btm {
  padding: 25px 0;
  background-color: #15151F;
  margin-top: -1px;
}
.flex_wrapper.space_between {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright .copy, .dmca-wrap, .foot-para, .footer_list li a, .statutory-nav a, .statutory-para {
  font-size: 16px;
  line-height: 1.6;
  color: #fff!important;
  position: relative;
}
.dmca-wrap {
  width: 125px;
}
.dmca-wrap img {
  max-width: 100%;
}
.foot_btm_uper {
  padding: 2rem 0;
  margin-bottom: 2.3rem !important;
  border-bottom: 1px solid #fff;
}
.statutory-para {
  display: none;
  padding: 10px 0 0 0;
}
.statutory-nav a {
  display: block;
  cursor: pointer;
}
.statutory-mwrapper,.copy_rght,.foot_social_network {
  width: 33%;
}
.copy_rght li {
  font-size: 14px;
}
.copy_rght li a {
  color: #fff;
}
.foot_social_network {
    display: inline-flex;
    justify-content: end;
    margin-top: -5px;
}
.copy_rght ul>li {
  display: inline-block;
  border-left: solid 1px #fff;
  line-height: .8;
  color: #fff;
  padding: 0 10px;
  position: relative;
}
.copy_rght ul>li:first-child {
  border-left: none;
  padding-left: 0;
}


.foot_social_network li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 40px;
  height: 40px;
  z-index: 1;
  padding: 5px;
  font-size: 24px;
  color: #fff;
}

.foot_social_network li a:after {
  background: #fff;
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  top: 0;
  z-index: -1;
  -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  -moz-transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
  -o-transform: scaleX(0) translateZ(0);
}
.foot_social_network li:hover a:after {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
}

@font-face {
  font-family: FontAwesome;
  src: url(../eot/fontawesome-webfont3e6e.eot?v=4.7.0);
  src: url(../eot/fontawesome-webfontd41d.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../woff2/fontawesome-webfont3e6e.woff2?v=4.7.0) format("woff2"),
    url(../woff/fontawesome-webfont3e6e.woff?v=4.7.0) format("woff"),
    url(../ttf/fontawesome-webfont3e6e.ttf?v=4.7.0) format("truetype"),
    url(../svg/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook:before {
  content: "\f082";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f08c";
}

.foot_btm_uper {
  padding: 2rem 0;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid #fff;
}

.foot_social_network li a i {
  font-size: 20px;
}
.foot_social_network li:hover i {
  color: #000;
}

.statutory-para p {
  color: #fff;
  font-size: 12px;
  margin: 15px 25px 15px 0;
}




  /* common pop up css starts here */
  .hidden {
    visibility: hidden;
    opacity: 0;
  }

  .modal_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all 0.5s;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 999;
    transition: all 0.5s;
  }
  .app_form_wrap .flex_wrapper {
    margin: 0;
  }
  .app_form_img img {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0px 2px 22px 5px rgba(0, 0, 0, 0.06);
  }
  .typedtext {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
  }
  .txtarea .typedtext {
    resize: none;
    overflow: hidden;
  }
  .typedtext::-webkit-input-placeholder {
    color: #474646;
  }
  .typedtext::-moz-placeholder {
    color: #474646;
  }
  .typedtext:-ms-input-placeholder {
    color: #474646;
  }
  .typedtext:-moz-placeholder {
    color: #474646;
  }

  .captcha {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .captcha .type_text {
    border: 1px solid #000;
    border-radius: 8px;
    width: 60px;
    height: 40px;
  }
  .app_form_wrap {
    padding: 0;
  }
  .app_form_left {
    width: 400px;
    padding: 50px 50px 20px;
    background-image: url("../webp/popup_bg_new.webp");
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    background-position: top;
  }
  .app_form_rght {
    width: calc(100% - 400px);
    padding: 50px 50px 20px;
  }
  .app_form_left .heading2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
  }
  .app_form_left .heading2 span {
    color: #0092ff;
  }

  .app_form_left .heading6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
  }
  .cont_form_group {
    margin-bottom: 15px;
  }

  .captcha-num, .captcha-text {
    font-size: 14px;
    font-weight: 600;
  }
  .captcha .type_text {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    margin-left: 12px;
    font-size: 14px;
    text-align: center;
    width: 60px;
    margin-top: 0;
    height: 30px;
  }
  .contact_form_btn button {
    background-color: transparent;
    border: none !important;
    cursor: pointer;
  }
  .contact_form_btn {
    position: relative;
    border-radius: 10px;
    margin: 0;
  }
  .contact_form_btn,
  .common__btn.contact_form_btn .btn-effect:hover {
    color: #fff;
    background-color: #1468fb;
  }
  .common__btn.contact_form_btn .btn-effect:hover svg {
    stroke: #fff;
  }
  .contact_form_btn.common__btn svg {
    right: 30px;
  }
  .contact_form_btn.common__btn .btn-effect {
    font-size: 16px;
    padding: 13px 60px 13px 35px;
  }
  .our_response {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
  .our_response strong {
    font-weight: 600;
    display:inline;
  }
  .contact_form_btn .formloader-animate svg, .contact_form_btn .formloader-anim svg {
    right: auto;
    left: 50%;
    width: 22px;
    transform: translateX(-50%);
  }
  .formloader-anim, .formloader-animate {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: hsla(0, 0%, 100%, 0.8);
    top: 0;
    display: none;
    padding: 15px 20px;
    border-radius: 0;
  }

  .flex_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }

  .flex_wrapper.align_center {
    align-items: flex-start;
  }

  .flex_wrapper.space_between {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .show_success .success-msg,
  .show_success .success-msg-overlay,
  .show_success .sucess-msg-wrapper {
    display: block;
  }

  .cont_formbtm {
    background: rgba(3, 99, 255, 0.1);
    border-radius: 10px;
    padding: 10px 30px;
  }
  .delivered_products {
    width: 36%;
  }
  .delivered_products p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
  .delivered_products span {
    color: #0363ff;
    font-weight: 700;
  }
  .app_badges {
    width: 60%;
    padding: 10px 0;
  }
  .badge_col {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 15px;
  }
  .badge_col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 50px;
  }
  .badge_col span {
    color: #000;
    padding-top: 5px;
    display: block;
    font-size: 12px;
  }
  .btn--close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .btn--close-modal span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    z-index: 9;
  }
  .btn--close-modal span:before,
  .btn--close-modal span:after {
    position: absolute;
    left: 15px;
    top: 4px;
    content: "";
    background: #000;
    width: 1px;
    height: 20px;
  }

  .btn--close-modal span:before {
    transform: rotate(45deg);
  }
  .btn--close-modal span:after {
    transform: rotate(-45deg);
  }

  .cont_form_group {
    position: relative;
  }

  .cont_form_group label {
    position: absolute;
    top: 61%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    color: #000000;
    pointer-events: none;
    transition: all 0.05s ease-in;
    opacity: 0;
  }

  .cont_form_group input,
  .cont_form_group textarea {
    height: 32px;
    padding: 8px 0;
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 13px;
    background-color: transparent;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid #000000;
    color: #000000;
    text-shadow: 0px 6px 26px #00000029;
    resize: none;
    border-radius: 0;
  }

  .cont_form_group input:focus + label,
  .cont_form_group input.has-value + label,
  .cont_form_group textarea:focus + label,
  .cont_form_group textarea.has-value + label {
    top: 5px;
    font-size: 11px;
    color: #000000;
    opacity: 1;
    text-shadow: 0px 6px 26px #00000029;
  }

  .cont_form_group input:focus,
  .cont_form_group textarea:focus {
    opacity: 1;
    border-color: #000000;
  }

  .error.cont_form_group input:focus,
  .error.cont_form_group textarea:focus {
    border-color: #e00303;
  }

  .cont_form_group input:focus label,
  .cont_form_group textarea:focus label {
    opacity: 1;
  }

  .cont_form_group input:focus::-webkit-input-placeholder,
  .cont_form_group textarea:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .cont_form_group textarea:focus::-moz-placeholder {
    color: transparent;
  }
  .cont_form_group textarea:focus::-moz-placeholder {
    color: transparent;
  }
  .cont_form_group textarea:focus::-ms-input-placeholder {
    color: transparent;
  }

  .cont_form_group:not(:last-child) {
    margin-bottom: 15px;
  }
  .cont_form_group.btn_sec {
    padding: 15px 0;
  }
  .cont_form_group.bottom_sec {
    width: 100%;
  }
  .cont_form_group.bottom_sec button {
    width: 100%;
  }
  .cont_form_group.bottom_sec .contact_form_btn {
    width: 100%;
    margin-bottom: 14px;
  }
  .modal_popup.cta_modal {
    background-color: #000000;
  }
  .modal_popup.cta_modal .cont_formbtm {
    border-radius: 0px 0 15px 15px;
    background-color: #fff
  }

  .modal_popup.cta_modal .btn-popup-wrapper{
      border-radius: 15px 15px 0 0;
      background-color: #fff
  }
  .modal_popup.cta_modal .cont_formbtm {
    margin-top: 15px;
    padding: 35px 50px 20px;
    height: 110px;
  }
  /* common pop up css ends here */




/* Headquarter css */
.headq__wrapper {
  background: url("../webp/footer-hq-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 6px solid #1163fb;
  margin-top: -1px;
  position: relative;
}
.flexrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  margin: 0 60px;
  position: relative;
}
.most_trust_badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(
    90deg,
    hsl(240deg 25% 19%) 0%,
    hsl(239deg 39% 24%) 50%,
    hsl(240deg 49% 28%) 100%
  );
  padding: 5px 30px 5px 20px;
}
.most_trust_badge span {
  padding-left: 15px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.headq__panel {
  padding: 5rem 0;
}
.hq__detail:hover path,
.hq__detail:hover rect {
  fill: #fff;
  opacity: 1;
}
.hq__detail p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  padding-top: 10px;
}
.hq__detail {
  text-align: center;
  opacity: 0.6;
}
.hq__detail:hover {
  opacity: 1;
}
.hq__detail img {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  min-height: 90px;
  display: flex;
  align-items: baseline;
}
.hq_head {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 15px 0 10px;
}

/* Headquarter css ends */


/* Footer css */

.footer-mid {
  background: #1d1d25;
  position: relative;
}

.flex_wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  margin: -10px;
}

.footer_wrapper .flex_wrapper.space_between {
  padding: 0;
  margin: 0;
}

.app-foot-logo {
  width: 30%;
}

.foot-top-col {
  max-width: 230px;
}

.foot-col-head {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}

.footer_wrapper .flex_wrapper.space_between {
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.footer_list li a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #fff;
  position: relative;
}

.footer_list li a {
  display: inline-block;
}

.footer_list li.more a {
  color: #fc7754;
}

.footer_list li {
  padding: 8px 0;
  position: relative;
}


.footer-top .flex_wrapper.space_between {
  padding: 0;
  width: 70%;
}


.footer-mid {
  padding: 6rem 0;
}

.career span {
  background-color: #f07652;
  position: absolute;
  right: -30px;
  top: 8px;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.footer_nav ul li a {
  font-size: 16px;
}

.full_stack p {
  color: #fff;
  margin-left: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.footer-top .foot-top-col {
  width: 19%;
}

.footer_list li a:hover:before {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  -o-transform: scaleX(1) translateZ(0);
}

.footer_wrapper .min-container {
  padding: 0;
}
.footer_list a span:before, .footer_list a span:after {
  background-color: #fff;
}
.footer_list a:hover span {
  opacity: 1;
}
.footer_list a span {
  top: 25px;
}
.footer_list a span:before {
  position: absolute;
  height: 1px;
  width: 17px;
  background: #000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  top: 11px;
  left: 10px;
  border-radius: 2px;
  transform-origin: 5px 50%;
}

ul.footer_list {
  margin-bottom: 0;
}


.para {
  font-size: 22px;
  line-height: 1.7;
  margin: 30px 0;
  color: #000;
}


.landing_page_form .error input, .form_hm_panel .error input, .landing_page_form .error textarea, .form_hm_panel .error textarea {
  border-bottom: 2px solid #d73333;
  background: rgba(255, 5, 5, .04);
}

.landing_page_form .error input#skype {
  border-bottom: 1px solid #979797;
  background: transparent;
}

.error .typedtext, .error #captcha {
  border-bottom: 1px solid red;
  background: rgba(255, 5, 5, 0.05);
}

.error + .total_box #capt, .contact-grid .error #captc, .error + .total_box #captc {
  border: 2px solid red;
  background: rgba(255, 5, 5, 0.05);
}



/* Footer CSS ends */



.contact-grid.active:before, .contact-grid.error:before {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
}

.contact-grid.error:before {
  border: 2px solid #d73333;
  box-shadow: 1px 2px 4px rgba(215,51,51,.11);
}

.wht {
  color: #fff;
}

.heading3 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}





/* FAQ */
.faq_gap {
margin: 5rem 0;
}
.faq_grid_panel {
display: grid;
grid-template-columns: repeat(2,1fr);
grid-column-gap: 50px;
grid-row-gap: 50px;
padding: 4rem 0 0;
}
.faq_col_panel .faq_col:not(:last-child) {
  margin-bottom: 25px;
}
.faq_grid_panel .faq_col {
  padding-bottom: 0;
}
.sec_gap {
margin: 0 0 5rem;
}

.faq_grid_panel .heading2 {
color: #000;
font-weight: 400;
}
.arrow-link {
right: 30px
}

.app-faq-wrap-list {
margin: 30px auto
}

.app-faq-wrap-list {
margin: 0;
padding: 20px 40px;
background: #F1F2FD;
border-radius: 20px;
}
.app-faq-wrap-list .head {
  display: flex;
  /* font-size: 20px; */
  font-weight: 500;
  line-height: 1.4;
  padding: 20px 60px 25px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  min-height: 95px;
  align-items: center;
}

.app-faq-wrap-list .head .faq-content-wrap p {
font-size: 16px;
line-height: 1.4;
margin: 0 0 20px 0;
color: #000;
}
.faq-content-wrap {
padding-right: 100px;
}

.faq-content-wrap .para {
font-size: 18px;
line-height: 1.5;
font-weight: 400;
margin: 0 0 20px;
}
.arrow-linkminus {
/* font: 30px proxima_nova_alt_rgregular; */
line-height: auto;
position: absolute;
right: 0;
top: 0
}

.arrow-link {
position: absolute;
right: 0;
top: calc(50% - 10px);
width: 36px;
height: 36px;
opacity: 1;
transform: rotate(90deg);
}
.active .arrow-link {
transform: rotate(-90deg) translate(20px, 10px);
-webkit-transform: rotate(-90deg) translate(20px, 10px);
}

.faq-content-wrap li {
  border: none;
  position: relative;
  padding: 0 0 0 20px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.faq-content-wrap li::before {
  position: absolute;
  content: "";
  background-color: #1367FB;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
}
.app-faq-wrap-list .head:hover{
  color: #1367FB;
}
.app-faq-wrap-list .head:hover svg {
stroke: #1367FB;
}
table ,th ,td{
  border: 1px solid #000;
  color: #000000;
  padding: 10px 25px;
  margin-bottom: 15px;
}
.arrow-link svg {
position: absolute;
width: 30px;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: #000;
height: 36px;
cursor: pointer;
stroke-width: 1px;
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
transform: translateX(-5px);
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
}
.active .arrow-link {
transform: rotate(-90deg) translate(20px, 10px);
-webkit-transform: rotate(-90deg) translate(24px, 10px);
}

/* FAQ ends */


/* Next Prev Section */
.btn_wrapper {
display: flex;
justify-content: space-between;
padding: 100px 150px 80px;
}
.next_prv_wrap {
width: 49%;
}
.next_prv_wrap span {
margin: 0;
font-weight: 600;
}
.pg_link {
background-color: #f5f5f5;
padding: 30px 80px;
display: block;
border-radius: 10px;
color: #000;
text-transform: capitalize;
}
.pg_link:hover {
color: #1367FB;
background-color: #F1F2FD;
}
.pg_link:hover svg {
stroke: #1367FB;
}
.pg_link:hover .pg_info{
color: #1367FB;
}
.pg_info {
color: #000;
font-size: 22px;
font-weight: 600;
line-height: 1.1;
display: block;
padding-top: 10px;
}
.next_bl svg {
margin-left: 10px;
}
.prev_bl svg {
margin: 0 10px 0px -10px;
transform: rotate(180deg);
display: inline-block;
top: -5px !important;
}
.pg_link svg {
  position: relative;
  top: 4px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000;
  width: 42px;
  height: 29px;
  stroke-width: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


/* Next Prev section css ends */



.common_list {
  padding: 40px 0;
  margin: 0;
}
.common_list li {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-left: 35px;
  margin-bottom: 20px;
}
.common_list li::before {
  position: absolute;
  content: "";
  background-color: #09357D;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 4px;
}
.common_list li::after {
  position: absolute;
  content: "";
  background-color: #126BFB;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 7px;
}



/* blog section css */
.blog-sec {
  padding: 6rem 0;
}
.blog_heading .heading2{
  color: #000;
  line-height: 1.1;
  margin-bottom: 50px;
}

.blog__panel {
  padding-top: 30px;
  padding-bottom: 35px;
  display: flex;
  grid-column-gap: 25px;
  align-items: center;
  justify-content: flex-start;
}

.blog_col {
  width: 33.33%;
}
.blog_image img {
  max-width: 100%;
}
.blog_caption{
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-weight: 500;
  margin: 20px 0 25px;
  display: inline-block;
  min-height: 70px;
}
.blog_caption:hover {
  color: #126BFB;
}
.blog_image a {
  display: block;
}
.blog_image_link {
  display: block;
  height: 340px;
  width: 100%;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 5px;
}
.read_more a{
  text-decoration: none;
  color: #126BFB;
  font-size: 22px;
  position: relative;
}
.read_more svg {
  right: -31px;
  top: 2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #126BFB;
  width: 18px;
  position: absolute;
  height: 18px;
  stroke-width: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}


.tech__icon a {
  color: #000;
}
.tech__icon a:hover {
  color: #1468FB;
}


/* blog section css ends */



/* Client logos starts here */
.client_logos {
	position: relative;
	width: 100%;
	padding: 30px 80px;
}

.client-logo-slider.owl-carousel .owl-item img {
	width: auto;
}

.client-logo-slider.owl-carousel .owl-item img.kpmg {
	width: 90px;
}

.client-logo-slider.owl-carousel .owl-item img.google {
	width: 100px;
}

.client-logo-slider .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}


.horizontal_line::before {
	width: 100%;
	z-index: 0;
	left: 0;
}

.horizontal_line::after {
	display: none;
}

.trusted_brands span {
	position: relative;
	background-color: #000000;
	display: inline-block;
	padding: 0 45px;
}

/* Client logos ends here */



/* Common css */

.services_container .card_para,.states_panel .stats-head,.tab_detl_inner .para,.grid_col3 .tech_card .para,.grid_colm_item .grid_colm_head,.slider_container .process_card_info .para,.tech_icon .grid_col_heading,.industries_tab_panel .process_card .process_card_info .para,.tech_stack_wrap .inner_caption{
  font-size: 18px;
}
.container .app__subhead,.slider_container .app__subhead {
  line-height: 1.5;
}
.portfolio_info .port__left .para,.port__left .stats_text,#sync1 .client__right .para,#sync1 .client__name {
  font-size: 20px;
}
.port__left .port_logo .heading3,.serv_card_head {
  font-size: 28px;
}
.grid_col3 .tech_card figure {
  width: 43px;
  height: 42px;
}
.process_card .process_card_info .para,#sync1 .client__des {
  font-size: 16px;
}
.port__left .stats_text.result {
  font-size: 24px
}
.industries_tab_panel .indus_tab_list {
  font-size: 20px;
}
.tab__tech__wrap .grid__panel {
  grid-row-gap: 4rem
}
.portfolio_info .port__rght,.portfolio_info .port__left {
  height: 750px
}
.port_logo figure {
  max-width: 190px;
}
.port_logo img {
  max-width: 100%;
}
.top_arrw {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(0);
  transition: 400ms transform cubic-bezier(0.68, 0.55, 0.265, 0.55);
}
.is-inview.top_arrw {
  transform: scale(1);
}
.top_arrw:hover {
  background-color: #f1f1f1;
}
.top_arrw svg {
  top: 18px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #000;
  width: 25px;
  position: absolute;
  height: 25px;
  stroke-width: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.footer_wrapper {
  position: relative;
}
/* Common css ends */

.para + .heading_inline {
  display: inline;
}

.heading_inline {
  display: inline;
  font-weight: normal;
}

.cl_testimonial_panel .quatation__mark {
  display: none;
}

.stats-head {
  min-height: 87px;
}

.tab_chips_wrap.items {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 50px 0;
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
}

.tab_chips_wrap.items .item {
  margin: 0 10px;
}


.grid_colm_head:hover {
  color:#1468FB;
}

.casestudy-header .appi-blue-blk-logo {
  display:block;
  position: relative;
}

.arabic-header .menu-wrapper > ul > li.common__btn > a {
  color:#fff;
}

.casestudy-header .appi-blue-wht-logo {
  display:none;
}

.casestudy-header .menu-wrapper > ul > li > a {
  color:#000;
}

.casestudy-header .menu-wrapper > ul > li.nav_contact > a {
  color:#fff;
}

/* .scrolled .appi-blue-blk-logo {
  display:none;
}

.scrolled .appi-blue-wht-logo {
  display:block;
}

.scrolled .menu-wrapper > ul > li > a {
  color:#fff;
}

.scrolled .menu-wrapper > ul > li.nav_contact > a {
  color:#fff;
} */

.service_panels .owl-nav [class*=owl-], .service_panels .owl-dots [class*=owl-], .service_slider.owl-theme .owl-nav [class*=owl-], .soft_capbiliti .owl-dots [class*=owl-], .soft_capbiliti .owl-nav [class*=owl-], .real_state .owl-dots [class*=owl-], .real_state .owl-nav [class*=owl-], .process_slider .owl-dots [class*=owl-], .process_slider .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-dots [class*=owl-] {
  background: unset;
}


.error #contact_budget {
  border-bottom:2px solid #d73333;
  background: rgba(255, 5, 5, .04) !important;
}

.select-grid .selectric-scroll li:nth-child(1) {
  display: none;
}

.scrolled .casestudy-header .appi-blue-blk-logo {
  display:none;
}

.scrolled .casestudy-header .appi-blue-wht-logo, .arabic-header .appi-blue-wht-logo, .arabic-header.shrink .appi-blue-blk-logo {
  display: block;
}

.scrolled .casestudy-header.shrink .appi-blue-blk-logo {
  display:block;
}

.scrolled .casestudy-header.shrink .appi-blue-wht-logo, .arabic-header .appi-blue-blk-logo, .arabic-header.shrink .appi-blue-wht-logo {
  display: none;
}

.scrolled .casestudy-header .menu-wrapper > ul > li > a {
  color:#fff;
}

.scrolled .casestudy-header.shrink .menu-wrapper > ul > li > a {
  color:#000;
}

.scrolled .casestudy-header.shrink .menu-wrapper > ul > li.nav_contact > a {
  color:#fff;
}

.contact-grid #capt {
  width: 100px;
  border: 2px solid #d8d8d8;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 0 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.left_icon_panel figure {
  margin:0;
}



.award__panel {
  padding: 25px 0;
  background-color: #000;
}
.award__logo {
  padding-bottom: 10px;
}
.award__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  opacity: 0.7;
}

.award__grid {
  position: relative;
  width: 26%;
}
.award__panel .ds_flex .award__grid:nth-child(1) {
  width: 22%;
}
.award__panel .ds_flex .award__grid:nth-child(1) .award_grid_inner{
  justify-content: flex-start;
}
.award_grid_inner {
  border-right: 1px solid #707070;
  /* max-width: 280px; */
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content:center
}


/* toggle button css start */
.toggle_btn {
  border: 1px solid #343434;
  background-color: #000;
  border-radius: 24px;
  width: 165px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99;
}

.switch_btn {
  padding: 15px;
  color: #707070;
  font-size: 14px;
  position: relative;
}

.toggle_btn .active {
  color: #fff;
}

.toggle_btn .active::after {
  left: 15px;
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  height: 20px;
  background: #0060ff;
  border-radius: 50%;
  filter: blur(11px);
  z-index: -1;
}

.toggle_btn .active:last-child::after {
  left: auto;
  right: 10px;
}

.toggle_btn .active:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 35px;
  height: 2px;
  background-color: #146bfa;
  border-radius: 15px;
  z-index: 2;
}

.toggle_btn:before {
  position: absolute;
  content: "";
  left: 55%;
  top: 13px;
  width: 1px;
  height: 20px;
  background-color: #707070;
}

.switch_btn+.switch_btn {
  margin-left: 20px;
}

.icon-manufac {
  padding:5px;
}

.grid_colm_item a img {
  max-width:28px;
}

#form2-success {
  margin:10px 0;
  font-size:14px;
}
/* toggle button css end */


/* .countries__wrapper, .faq_grid_panel {
  grid-template-columns: repeat(4, 4fr);
  display: grid;
  grid-row: 30px;
}
 */


 /* Tools framwork */

.tools_tech_wrap {
  background-color: rgba(250, 242, 240, 1);
  padding: 3rem 0;
}

.tools_tech_wrap .app__subhead,
.case_studies .app__subhead {
  padding-bottom: 15px;
}

.tools_tech_wrapper {
  display: flex;
  margin-top: 3rem;
  border-radius: 25px;
  overflow: hidden;
}

.tools_tech_left {
  position: relative;
  padding: 20px 20px 0px 30px;
  width: 50%;
  background-color: rgba(17, 99, 251, 1);
}

.tools_tab_link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding-left: 80px;
}

.tools_tech_scroll_num {
  position: absolute;
  left: 20px;
  font-weight: 500;
}

.tools_tab_link.active {
  color: #fff;
  background: rgba(60, 128, 254, 1);
  border-radius: 12px;
}

.tools_tab_link:hover {
  background: rgba(8, 83, 221, 1);
  border-radius: 12px;
}

.total_count {
  color: #89b5fd;
}

.active .tools_arrow {
  opacity: 1;
  visibility: visible;
}

.tools_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.tools_tech_rt {
  position: relative;
  width: 50%;
  background-color: #fff;
}

.tools_rt_inner {
  position: relative;
  padding: 30px;
}

.list_head {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: relative;
  /* padding-left: 40px; */
}

.list_num {
  position: absolute;
  left: 0;
}

.tab_cont_dtl {
  margin: 30px 0 0;
}

.tab_cont_dtl li:not(:last-child) {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.tools_card_head {
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
}

.accor_content {
  display: none;
}

.accor_content .para {
  color: #fff;
}

.tools_tab_content {
  display: none;
}

.tools_tab_content.active {
  display: block;
}

.service_cards {
  color: #fff;
  background-color: #0a0a0a;
  border: 1px solid #2d2d2d;
  border-radius: 15px;
  padding: 30px;
  width: 100%;
}

.tools_tab_grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tools_tab_grid ul li {
  background-color: #f7f7f7;
  border-radius: 16px;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 22px;
}

.tools_tab_grid ul li figure {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tools_tab_grid ul li figure img {
  max-width:40px;
  max-height:40px;
}

.tools_tab_grid ul li span {
  margin: 0 0 0 40px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.indus_panel {
  margin: 0 auto;
  max-width: 1100px;
}

.tools_tech_scroll li:last-child {
  margin-bottom: 0;
}

.tools_right_scroll {
  overflow-y: scroll;
  height: 420px;
  padding-right: 35px;
}

.tools-accordion-body ul li a {
  display: flex;
  align-items: center;
  position: absolute;
}

.service_cards:hover {
  border: 1px solid #2d2d2d;
  background-color: #1c1c1e;
}

.service_cards .para {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 110px;
}

.service_cards .serv_card_list .para {
  margin: 10px 0 0;
  min-height: auto;
}

.serv_card_list {
  margin: 30px 0;
}

.tools_tech_scroll {
  overflow-y: scroll;
  height: 420px;
  padding-right: 15px;
}

.scrollle_content::-webkit-scrollbar,
.tools_tech_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.tools_tech_scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}

.tools_tech_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8897fa;
}


.serv_card_list li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #b6b6b8;
  padding-left: 30px;
  margin-bottom: 22px;
}

.list_head {
  cursor: pointer;
}

.tools-tab-accordion {
  display: none;
  position: relative;
  padding-left: 40px;
  background: #3c80fe;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Tools framwork ends */


/* form */

.app_form_panel {
  background: url("../webp/talk-to-us-banner.webp") no-repeat;
  background-size: cover;
  position: relative;
  padding: 6rem 0;
}

.talk_us_inner {
  padding: 0 2rem 0;
  width: 100%;
  position: relative;
}

.talk_us_inner .appi__head2 {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.col-50 {
  width: 42%;
}

.talk_us_inner .appi__head5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.form-col .form_control {
  border-bottom: 1px solid #3f3f41;
  color: #fff;
  background-color: transparent;
  padding: 5px 0;
  margin-bottom: 10px;
  width: 100%;
  height: 56px;
  font-size: 20px;
  font-style: italic;
}

.form_control::-webkit-input-placeholder {
  color: #fff;
}

.form_control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form_control:-ms-input-placeholder {
  color: #fff;
}

.form_control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form_control.msg {
  height: 80px;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
}

.form-col.code {
  width: 170px;
}

.form-col {
  width: 100%;
}

.form-row {
  position: relative;
  margin-bottom: 20px;
}

#agreementa:checked,
#agreementa:not(:checked) {
  position: absolute;
  left: -9999px;
}

#agreementa+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1.3;
  display: inline-block;
  color: #fff;
  margin: 0;
  font-size: 10px;
}

#agreementa:checked+label:before,
#agreementa:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}

#agreementa:checked+label:after,
#agreementa:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#agreementa:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#agreementa:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form_hm_panel .common__btn {
  margin-top: 20px;
  width: 100%;
}

.form_hm_panel {
  background: #0e0e1c;
  border: 1px solid #1f1f1f;
  border-radius: 15px;
  padding: 15px 35px 30px;
}

.form_hm_panel .common__btn .btn-effect {
  color: #fff;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #126bfb;
}

.form_hm_panel .common__btn .btn-effect:hover {
  background-color: #084fc0;
}

.blck .btn-effect {
  border: 2px solid #000;
  color: #000;
}

.blck .btn-effect svg {
  stroke: #000;
}

.blck .btn-effect:hover svg {
  margin-left: 10px;
}

.msg {
  resize: none;
}

.blck .btn-effect {
  background-color: transparent;
}

.common__btn button {
  cursor: pointer;
}

.d-block {
  display: block;
}

.select-grid {
  border-bottom: 1px solid #3f3f41;
  padding: 5px 0;
  height: 54px;
}

.select-grid .selectric .label {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-style: italic;
}

.select-grid li {
  background: none;
  color: #fff;
  padding: 12px;
}

.select-grid .selectric .button {
  background: url("../svg/select-arrow-wht.svg") no-repeat !important;
  right: -20px !important;
  top: 12px;
}

.select-grid .selectric .button:after {
  content: none;
}

.select-grid .selectric {
  border: none;
  background: none;
}

.select-grid .selectric-items {
  background: #fff;
}

.select-grid .selectric-items li:hover,
.select-grid .selectric-items li.selected,
.select-grid .selectric-items li.highlighted {
  background: #41afff !important;
  color: #fff !important;
}

.select-grid .selectric-items li {
  color: #1a1818;
  font-size: 17px;
  padding: 8px 33px;
  font-style: italic;
}

.select-grid .selectric-open .selectric-items {
  display: block;
  width: 100% !important;
  left: 0px;
  border-radius: 0 0 10px 10px;
  padding: 0;
  top: 47px;
  box-shadow: none;
  background: rgb(255, 232, 241);
  background: linear-gradient(55deg,
      rgba(255, 232, 241, 1) 0%,
      rgba(253, 228, 236, 1) 8%,
      rgba(254, 234, 244, 1) 17%,
      rgba(253, 238, 241, 1) 28%,
      rgba(252, 241, 240, 1) 38%,
      rgba(253, 244, 240, 1) 50%,
      rgba(252, 247, 243, 1) 60%,
      rgba(253, 250, 248, 1) 71%,
      rgba(252, 250, 248, 1) 82%,
      rgba(253, 251, 250, 1) 91%,
      rgba(255, 255, 255, 1) 100%);
}

.select-grid .selectric .button {
  right: 20px;
  width: 40px;
  color: #1a1818;
  background: none;
}

.select-grid .selectric .button:after {
  border: solid #1a1818;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.captchtext.captcha-num {
  padding-left: 0;
  font-weight: 400;
}

.captcha-num {
  font-size: 14px;
}

.form_hm_panel .captchtext {
  font-size: 16px;
  padding-right: 5px;
  color: #fff;
}

.form-row label {
  font-size: 12px;
  color: #fff;
}

.form-captcha .type_text {
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  height: 38px;
  text-align: center;
  margin: 0;
  color: #fff;
}

.we_appi_wrap .container {
  height: 100%;
}

/* form ends */


@media (max-width: 1899px) {
  .container {
    max-width: 1350px;
  }
}

@media (max-width: 1680px) {
  .container {
    max-width: 1300px;
  }

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


  .top_content_wrap .app__subhead {
    font-size: 22px;
  }
  .heading2 {
    font-size: 52px;
  }
  .app__subhead,.serv_card_list li {
    font-size: 18px;
  }

  .trusted_brands {
    font-size: 16px;
  }

  .app__subhead,
  .serv_card_list li {
    font-size: 18px;
  }


  .para {
    font-size: 16px;
  }
  .common__btn .btn-effect {
    font-size: 14px;
  }

  .heading4 {
    font-size: 24px;
  }

  .heading3 {
    font-size: 36px;
  }

  .heading4 {
    font-size: 22px;
  }


  .small-container {
    width: 750px;
  }

  .hq__detail p {
    font-size: 16px;
  }


  .most_trust_badge span {
    font-size: 20px;
  }

  .foot-col-head {
    font-size: 22px;
  }

  .footer_list li a {
    font-size: 16px;
  }

}

@media (max-width: 1550px) {
  .contact-grid #capt {
    width: 60px!important;
  }

  .container {
    max-width: 1240px;
  }

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

  .top_content_wrap .app__subhead {
    font-size: 20px;
  }

  .app__subhead,
  .serv_card_list li {
    font-size: 15px;
  }

 
  .small-container {
    width: 720px;
  }


  .hq__detail p {
    font-size: 13px;
  }


  .most_trust_badge span {
    font-size: 22px;
  }

  .foot-col-head {
    font-size: 22px;
  }

  .footer_list li a {
    font-size: 16px;
  }
  
  .app-faq-wrap-list .head {
    font-size: 16px;
  }
  .app-faq-wrap-list .para {
    font-size: 12px;
  }
  .blog_image_link {
    height: 290px;
  }
  .blog_caption,.read_more a{
    font-size: 18px;
  }
  .pg_info {
    font-size: 18px;
  }
  .hq_head {
    font-size: 22px;
  }

  .faq-content-wrap li {
    font-size: 14px;
  }

  .app-faq-wrap-list .para {
    font-size: 14px;
  }

  
  /* new contact form */
	.app_form_left .heading6 {
		font-size: 14px;
	}
	.contact_form_btn.common__btn .btn-effect {
		font-size: 14px;
	} 
	.badge_col span {
		font-size: 11px;
	}
	.contact_form_btn {
		margin: 0;
	}
	/* new contact form ends*/
}

@media (max-width: 1440px) {

  .container {
    max-width: 1200px;
  }

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

  .top_content_wrap .app__subhead {
    font-size: 20px;
  }

  .app__subhead,
  .serv_card_list li {
    font-size: 17px;
  }

  .heading4 {
    font-size: 22px;
  }

  .heading3 {
    font-size: 35px;
  }

  .heading4 {
    font-size: 22px;
  }

  .small-container {
    width: 720px;
  }
  /* pop up css */
  .visiontext_wrapper .heading2 {
    font-size: 42px;
  }

  .visiontext_wrapper .heading6 {
    font-size: 20px;
  }

  .pop-right .contact-grid {
    padding: 16.5px 20px;
  }

  .contact-grid input,
  .contact-grid textarea,
  .contact-grid>label {
    font-size: 16px;
  }

  .right-head-wrapper {
    padding: 25px 20px;
  }

  .p_wrapper_h {
    font-size: 18px;
  }

  .p_wrapper {
    padding: 25px 40px;
  }
  .most_trust_badge span {
    font-size: 16px;
  }
  .btn_wrapper {
    padding: 100px 80px 80px;
  }
  .most_trust_badge span {
    font-size: 18px;
  }
  .services_container .card_para {
    font-size: 14px;
  }
  .states_panel .stats-head {
    font-size: 16px;
  }
  .tab_detl_inner .para {
    font-size: 16px;
  }
  .portfolio_info .port__left .para {
    font-size: 16px;
  }
  .grid_col3 .tech_card .para {
    font-size: 14px;
  }
  .grid_col3 .tech_card figure {
    width: 33px;
    height: 32px;
  }
  .port__left .port_logo .heading3 {
    font-size: 26px;
  }
  .grid_colm_item .grid_colm_head {
    font-size: 16px;
  }
  .port__left .stats_text.result,.port__left .states_head span {
    font-size: 22px
  }
  #sync1 .client__right .para {
    font-size: 16px;
  }
  #sync1 .client__name {
    font-size: 18px;
  }
  #sync1 .client__des {
    font-size: 14px;
  }
  .slider_container .process_card_info .para {
    font-size: 14px;
    line-height: 1.6;
  }
  .industries_tab_panel .process_card .process_card_info .para {
    font-size: 16px;
  }
  .industries_tab_panel .indus_tab_list {
    font-size: 18px;
  }
  .tech_stack_wrap .inner_caption,.port__left .stats_text {
    font-size: 14px;
  }
  .tab__tech__wrap .grid__panel {
    grid-row-gap: 2rem
  }
  .port_logo figure {
    max-width: 170px;
  } 
  .portfolio_info .port__rght,.portfolio_info .port__left {
    height: 550px
  }
  .app-faq-wrap-list .head {
    font-size: 18px;
    }
    
    
    .faq-content-wrap .para,.faq-content-wrap li {
      font-size: 14px;
    }

    .contact-grid #capt {
      width: 70px!important;
    }
    
  
}

@media (max-width: 1366px) {
  .container {
    max-width: 1150px;
  }

  .nav__list a {
    font-size: 12px;
  }


  .app__subhead {
    font-size: 18px;
  }
  .heading4 {
    font-size: 22px;
  }

  .blog_image_link {
    height: 251px;
  }

}

@media (max-width: 1280px) {
  .heading2 {
    font-size: 46px;
  }
}  



@media (max-width: 1024px) {

  /* form css start */
  .app_form_panel {
    padding: 4rem 0;
  }

  .talk_us_inner>.ds_flex {
    flex-direction: column;
  }

  .talk_us_inner .appi__head2 {
    font-size: 28px;
  }

  .talk_us_inner .appi__head5 {
    font-size: 15px;
    line-height: 24px;
  }

  .col-50 {
    width: 100%;
  }

  .col-50+.col-50 {
    margin-top: 50px;
  }

  /* form css end */
  
  /* common pop up css starts here */
  .cta_modal.modal_popup {
    width: 90%;
  }
  .badge_col {
    padding: 0 20px;
  }
  .badge_col:not(:last-child) {
    padding-right: 35px;
  }
  .app_form_rght {
    width: 50%;
    padding: 25px;
  }
  .app_form_left {
    width: 50%;
    padding: 25px;
  }
  .delivered_products {
    width: 30%;
  }
  .app_badges {
    width: 70%;
    padding: 10px 0;
  }
  .delivered_products p {
    font-size: 13px;
  }
  .app_form_left .heading2 {
    font-size: 25px;
  }
  .app_badges .flex_wrapper.space_between {
    justify-content: flex-start;
  }
  .modal_popup.cta_modal .cont_formbtm {
    padding: 25px;
    height: auto;
  }
}



@media screen and (max-width: 1023px) {
	.modal_popup {
		width: 700px;
	}
	.btn--close-modal {
		right: 10px;
		top: 4px;
	}
	.app_form_wrap {
		padding: 50px 20px 10px;
	}
	.app_form_left {
		width: 52%;
		padding-right: 20px;
	}
	.app_form_rght {
		width: 48%;
	}
	.app_form_left .heading2 {
		font-size: 30px;
	}
	.app_form_left .heading6 {
		font-size: 13px;
	}
	.cont_formbtm {
		padding: 10px 15px;
	}
	.delivered_products {
		width: 40%;
	}
	.delivered_products p {
		font-size: 14px;
	}

}



@media (max-width: 767px) {
  
  /* form mobile css start */
  .app_form_panel {
    padding: 4rem 0;
    margin:2rem 0;
    background: url(../webp/bg-mobile-form.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .form_hm_panel {
    padding: 15px 15px 25px;
  }

  .talk_us_inner .appi__head2 {
    font-size: 24px;
  }

  .talk_us_inner>.ds_flex {
    flex-direction: column;
  }

  .talk_us_inner {
    padding: 0;
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .captchtext {
    font-size: 14px;
  }

  .user_agreement_nda {
    width: 70%;
  }

  .form-captcha .type_text {
    font-size: 14px;
    padding: 5px 2px;
    width: 35px;
    height: 30px;
  }

  .col-50 {
    width: 100%;
  }

  .col-50+.col-50 {
    margin-top: 20px;
  }

  /* form mobile css end */

  .blog__panel {
    display:block;
  }
  .container {
    max-width:100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .cl_testimonial_panel {
    padding: 0 0 4rem;
  }
  .pop-left {
      display:none
  }
  .modal_popup {
      width: 90%;
  }
  .pop-right {
      width: 100%;
  }
  .right-head-wrapper {
      padding: 20px;
  }
  .contact-grid input, .contact-grid textarea {
      height: 25px;
  }
  .pop-right .contact-grid>label {
      top: 18px;
  }
  .contact-grid input, .contact-grid textarea, .contact-grid>label {
      font-size: 14px;
  }
  .captcha_col .type_text {
      height: 44px;
      width: 45px;
      margin-left: 5px;
  }
  .p_wrapper {
      padding: 20px 10px;
  }
  .p_wrapper_h {
      width: 100%;
      font-size: 12px;
      padding: 0 0 15px 0;
  }
  .p_wrapper_logos {
      width: 100%;
  }
  .p_wrapper .flex_wrapper.space_between {
      flex-direction: column;
  }
  .p_wrapper .p_wrapper_logos .flex_wrapper {
      flex-direction: row;
      justify-content: flex-start;
  }
  .p_wrapper_logos .flex_wrapper div {
      width: calc(100% / 4);
  }
  .p_wrapper_logos span {
      transform: scale(.8);
  }
  .p_wrapper_h:after {
      content:none
  }


  /* common pop up css starts here */
  .cta_modal.modal_popup {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 30px);
  }
  .app_form_left {
    border-radius: 0;
  }
  .cta_modal .app_form_wrap .flex_wrapper {
    margin: 0;
    flex-direction: column;
  }
  .cta_modal .app_form_left {
    width: 100%;
    padding: 20px;
  }
  .cta_modal .app_form_rght {
    width: 100%;
    padding: 20px;
  }
  .cta_modal .app_form_left .heading2 {
    font-size: 18px;
  }
  .cta_modal .btn--close-modal {
    right: 30px;
    top: 10px;
  }
  .modal_popup.cta_modal .cont_formbtm {
    margin: 12px auto 0;
    padding: 20px;
    height: auto;
    width: 90%;
    overflow: hidden;
  }
  .modal_popup.cta_modal .btn-popup-wrapper {
    width: 90%;
    overflow: hidden;
    margin: auto;
  }
  .delivered_products {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    display: block;
  }
  .delivered_products p {
    line-height: 1.5;
    font-size: 13px;
  }
  .app_badges {
    width: 100%;
    margin: 10px 0;
  }
  .badge_col:not(:last-child) {
    border-right: 0;
    padding-right: 4px;
    margin-bottom: 0;
    padding-left: 4px;
  }
  .badge_col:nth-of-type(2) {
    padding-right: 20px;
    margin-bottom: 0;
    padding-left: 4px;
  }
  .badge_col:first-child {
    padding-right: 4px;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .badge_col:last-child {
    margin-top: 15px;
    padding: 0 20px;
    margin-bottom: 0;
    width: 100%;
  }
  .badge_col {
    width: 50%;
    text-align: center;
  }
  .app_badges .flex_wrapper.space_between {
    justify-content: center;
  }
  /* common pop up css ends here */

        
    /* Footer css */
    .headq__panel {
      padding: 2rem 0;
    }
    .foot-top-col {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }
    .flexrow {
      padding-bottom: 20px
    }
    .hd_logo img {
        max-width: 100px;
    }
    .most_trust_badge span {
        font-size: 10px;
        font-weight: 400;
      line-height: 1.5;
      padding-left: 8px;
    }
    .most_trust_badge {
      margin-left: 20px;
        padding: 5px;
    }
    .countries__wrapper, .faq_grid_panel {
      grid-template-columns: repeat(1, 1fr);
      display: grid;
    }
    
    .hq__detail .filter {
      height:auto;
      width:auto;
    }
    .headq__panel .flexrow {
      display: inline;
    }
    .hd_logo{
      margin-left: 20px;
      padding: 20px 5px;
    }
    br {
        display: none;
    }
    .filter {
        width: 35px;
        height: 35px;
    }
    .footer_wrapper .flex_wrapper.space_between {
      flex-direction: column;
    }
    .foot-top-col {
        position: relative;
    }
    .foot-col-plus {
        position: absolute;
        right: 0;
        top: -6px;
        width: 30px;
        height: 30px;
    }
    .foot-col-plus:after, .foot-col-plus:before {
        position: absolute;
        content: "";
        background: #fff;
    }
    .active .foot-col-plus:after {
      opacity: 0;
    }
    .foot-col-plus:before {
        width: 18px;
        height: 2px;
        top: 14px;
        left: 5px;
    }
    .foot-col-plus:after {
        height: 17px;
        width: 2px;
        left: 13px;
        top: 7px;
        opacity: 1;
    }
    .footer_list {
        margin: 0 0 20px 0;
        padding-left: 20px;
    }
    .career span {
        right: 0;
        top: 12px;
        padding: 5px 10px;
    }
    .foot-col-head {
      padding-bottom: 10px;
    }
    .footer-mid {
      padding: 50px 0 0;
    }
    .foot-col-head {
      font-size: 20px;
    }
    .top_arrw {
      display: none;
    }
    .top_arrw_mobile {
      display: block;
    }
    .full_stack p {
        margin: 20px 0 0 0;
        font-size: 14px;
    }
    .statutory-mwrapper, .copy_rght, .foot_social_network {
      width: 100%;
    }
    .copy_rght {
        padding-top: 15px;
    }
    .copy_rght ul>li {
      line-height: 1;
      margin-bottom: 8px;
    }
    /* Footer css ends*/


      /* tools tech mobile css start */

  .sevices_rt_inner {
    padding: 30px 15px 10px;
  }

  .tools_tech_rt {
    width: 100%;
  }

  .tools_tech_rt .tools_tab_content,
  .tools-tab-accordion {
    display: block;
  }

  .tools_tech_left {
    display: none;
  }

  .tools-accordion-body {
    display: none;
    margin-bottom: 30px;
  }

  .tools_tech_wrapper {
    margin-top: 2rem;
  }

  .tools_card_head {
    color: #fff;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
  }

  .tools_tab_grid ul {
    gap: 5px;
    margin-bottom: 0;
  }

  .tools_tab_grid ul li {
    padding: 15px;
    height: 70px;
  }

  .tools_tab_grid ul li span {
    margin: 0 0 0 10px;
    font-size: 11px;
  }

  .tools_tab_grid ul li {
    height: 75px;
  }

  .tools_tab_grid ul li figure {
    width: 36px;
  }

  .tools_tab_grid ul li figure img {
    max-width: 28px;
  }

  .tools_rt_inner {
    padding: 30px 15px 10px;
  }

  .tools_icon {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  /* tools tech mobile css end */

  .blog_col {
    width:100%;
  }
  
}
