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;
  -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: 1700px;
  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;
  line-height: 1.15;
}

.nav__list.common__btn .btn-effect:hover {
  border: none;
  background:#1468FB;
  color:#fff;
}

.nav__list.common__btn .btn-effect {
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 35px 10px 20px;
  background: #1468FB;
}

.nav__list.common__btn svg {
  stroke: #fff;
  stroke-width: 1.5;
}

.nav__list.common__btn a:hover svg {
  stroke: #fff;
}

.nav__list.common__btn a:hover svg {
  stroke: #fff;
}

/* 
.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);
  padding: 20px 0;
}

.stky_header {
  padding: 12px 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;
}

.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 !important;
}

.header-container.case-header.active .white-logo {
  display: none !important;
}

.header-container.case-header.shrink .white-logo {
  display: none !important;
}

.header-container.case-header .blk-logo {
  display: none !important;
}

.header-container.case-header.active .blk-logo {
  display: block !important;
}

.header-container.case-header.shrink .blk-logo {
  display: block !important;
}

.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 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 {
  display: inline-flex;
  justify-content: end;
  margin-top: -5px;
}
.copy_rght ul > li {
  display: inline-block;
  border-left: solid 1px #fff;
  line-height: 0.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(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.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;
}
/* Footer CSS ends */

/* 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: 99999;
	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: 99999;
	transition: all 0.5s;
  }
  .app_form_wrap .flex_wrapper {
	margin: 0;
	padding: 0!important;
  }
  .app_form_img img {
	max-width: 100%;
	margin: 20px 0;
	border-radius: 10px;
	box-shadow: 0px 2px 22px 5px rgba(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;
  }
  .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: 50px 50px 20px;
  }
  .app_form_left {
	width: 400px;
	padding-right: 100px;
  }
  .app_form_rght {
	width: 400px;
  }
  .app_form_left .heading2 {
	color: #000;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
  }
  .app_form_left .heading2 span {
	color: #0092ff;
  }
  
  .app_form_left .heading6 {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0;
  }
  .cont_form_group {
	margin-bottom: 15px;
  position:relative;
  }
  
  .captcha-num {
	font-size: 18px;
  }
  .captchtext.captcha-num {
	padding-left: 0;
	font-weight: 400;
  }
  .captcha .type_text {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	margin-left: 12px;
	font-size: 18px;
	text-align: center;
	width: 60px;
	height: 40px;
  } 
  .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: 13px;
	font-weight: 400;
	color: #000;
  }
  .contact_form_btn #header_loader svg {
	right: auto;
	left: 50%;
	width: 22px;
	transform: translateX(-50%);
  }
  .contact_form_btn.common__btn{
      margin-top:0;
  }
  .formloader-anim {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: hsla(0, 0%, 100%, .8);
	top: 0;
	display: none;
	padding: 15px 20px;
	border-radius: 0;
  }
  
  #header_loader {
	display: none;
  }
  
  .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, .1);
	border-radius: 10px;
	padding: 10px 30px;
  }
  .delivered_products {
	width: 44%;
	border-right: 1px solid rgba(112,112,112, 50%);
  }
  .delivered_products p {
	margin: 0;
	line-height: 1.5;
	font-size: 18px;
	color: #000;
  }
  .delivered_products span {
	color: #0363FF;
	font-weight: 700;
  }
  .app_badges {
	width: 52%;
	padding: 10px 0;
  }
  .badge_col {
	font-size: 11px;
	line-height: 1.4;
  }
  .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;
  }
  .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);
  }
  
  /* common pop up css ends here */
  



/* Headquarter css */
.headq__wrapper {
  background: url("../images/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;
}


/* Footer CSS ends */



.contact-grid.active:before, .contact-grid.error:before {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
}


.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 */


.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;
}

.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 {
  display: block;
}

.scrolled .casestudy-header.shrink .appi-blue-blk-logo {
  display:block;
}

.scrolled .casestudy-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;
}

.scrolled header, .scrolled header.header-container.nav-down {
    padding: 12px 0;
    background-color: rgba(0,0,0,.9);
  }
  .mobile-menu {
    display: none;
  }

  .container {
    padding: 0;
}

.c-scrollbar_thumb {
  background-color: #1468FB !important;
  opacity: 1 !important;
}
.c-scrollbar {
  opacity: 1 !important;
  z-index: 9999 !important;
}

.brand_logo {
  position: relative;
  z-index: 2;
}


@media (max-width: 1899px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 1680px) {
  .container {
    max-width: 1440px;
  }

  .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 {
    padding: 22px 30px;
  }

  .most_trust_badge span {
    font-size: 20px;
  }

  .foot-col-head {
    font-size: 22px;
  }

  .footer_list li a {
    font-size: 16px;
  }

}

@media (max-width: 1550px) {
  .container {
    max-width: 1340px;
  }

  .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;
  }

  .hq__detail {
    padding: 22px 30px;
  }

  .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!important;
	}
	/* new contact form ends*/
}

@media (max-width: 1440px) {

  .container {
    max-width: 1320px;
  }

  .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: 1246px;
  }

  .nav__list a {
    font-size: 12px;
  }


  .app__subhead {
    font-size: 18px;
  }
  .heading4 {
    font-size: 22px;
  }

  .blog_image_link {
    height: 251px;
  }

}

@media (max-width: 1280px) {
  .container {
    max-width: 1174px;
  }
  .heading2 {
    font-size: 46px;
  }
  
  
  .mobile-menu {
    display: block !important;
    display: -webkit-flex;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
  }
  .stky_header .container {
    display: none;
  }
  #mob-header {
    background: #fff;
    width: 100%;
    height: 90px;
  }
  .stky_header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0;
    height: 90px;
    transition-timing-function: ease-in-out;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
  #mobile-menu {
    background: #fff;
    height: 100%;
    right: -300px;
    overflow: scroll;
    position: fixed;
    top: 68px;
    transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    visibility: hidden;
    width: 300px;
    z-index: 1100;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.21, 1);
  }
  #mobile-menu.open {
    visibility: visible;
    right: 0;
  }
  #mobile-menu .main-nav {
    position: relative;
    top: 0;
    height: 100%;
    transform: none;
    overflow: scroll;
  }
  #mobile-menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    outline: 0 !important;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 1110;
  }
  .toggle-menu span {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
    -webkit-transition: background-color 0.2s ease-in-out,
      top 0.2s 0.2s ease-out, transform 0.2s linear,
      -webkit-transform 0.2s linear;
    -moz-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    -ms-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .toggle-menu span:after,
  .toggle-menu span:before {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }
  .toggle-menu span:before {
    top: 7px;
  }
  .toggle-menu span:after {
    top: -7px;
  }
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
  }
  .toggle-menu.active span:after,
  .toggle-menu.active span:before {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
  }
  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
  }
  .wrapper {
    position: relative;
    margin: 90px 0 0;
  }
  .mobile-logo {
    width: 175px;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 99999;
  }
  .mobile-logo img,
  .mobile-logo svg {
    width: 100%;
  }
  .mobile-nav {
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .mobile-logo a {
    display: block;
  }
  .appi-cta .arrow,
  .appi-cta:hover .arrow {
    display: none;
  }
  .appi-cta a,
  .appi-cta a:hover,
  .appi-cta button,
  .appi-cta button:hover {
    padding: 20px 30px;
  }
}  


@media screen and (max-width: 1023px) {
  .offering_detail {
    padding: 4rem 0rem 2rem;
  }
  .offering_content .para {
    font-size: 14px;
    margin-top: 15px;
  }
  .case_full_banner {
    padding: 0;
  }

  .appi-wht-logo {
    display:none;
  }
  header .appi-blue-blk-logo {
    display:block;
  }
  .scrolled header.stky_header, .stky_header {
    padding: 0;
  }

  #mobile-menu .main-nav ul {
    padding-top: 20px;
  }
  #mobile-menu .main-nav > ul > li {
    padding-bottom: 35px;
  }
  .cl-list div {
    padding: 4px 7px 4px 25px;
  }

  #mobile-menu.open ul > li {
    animation: none;
  }
  #mobile-menu {
    left: auto;
    right: -300px;
    width: 300px;
    transition: all 0.3s;
  }
  #mobile-menu.open {
    right: 0;
  }
  #mobile-menu {
    z-index: 9;
  }
  #mobile-menu .main-nav {
    height: calc(100vh - 70px);
    padding-bottom: 60px;
  }

  .mobile-menu {
    display: block;
  }



    /* header css */
    .scrolled header {
      padding: 0;
    }
    .mobile-nav {
      position: absolute;
      top: 20px;
      right: 15px;
    }
    .mobile-logo {
      width: 130px;
      position: absolute;
      top: 25px;
      left: 15px;
      z-index: 9;
    }
    header.stky_header {
      height: 70px;
      padding:0;
    }
    #mob-header {
      width: 100%;
      height: 70px;
    }
    .toggle-menu span {
      background-color: #000;
      content: "";
      display: block;
      height: 2px;
      left: calc(50% - 13px);
      position: absolute;
      top: calc(50% - 1px);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }
    .toggle-menu span:after,
    .toggle-menu span:before {
      background-color: #000;
    }
  
    .accord-wrap span {
      position: absolute;
      right: 8px;
      top: 5px;
      height: 15px;
      width: 15px;
    }
    .accord-wrap span:after {
      content: "+";
      padding: 0;
      color: #555;
      position: absolute;
      right: 0;
      font-size: 28px;
      top: 8px;
      transform: translateY(-50%);
    }
    .main-nav li.active span:after {
      content: "â€“";
      font-size: 24px;
      color: #0092ff;
    }
    .toggle-menu span:before {
      width: 17px;
      right: 0;
    }
    .toggle-menu.active span:before {
      width: 26px;
    }
    .toggle-menu.active span:before,
    .toggle-menu.active span:after {
      background-color: #000;
    }
    .accordion-content {
      display: none;
    }
    .main-nav {
      padding: 20px;
    }
    .cl-list {
      margin: 5px 0 0 5px;
    }
    .accord-wrap {
      position: relative;
    }
    .accord-wrap a,
    .accord-wrap a:not([href]):not([tabindex]) {
      font-size: calc(20px + 12 * ((100vw - 360px) / 767));
      color: #555;
      display: block;
      width: 90%;
      margin: 0;
    }
    .accordion-content > li > a {
      color: #555;
      font-size: calc(14px + 12 * ((100vw - 360px) / 767));
      display: block;
      padding: 6px 10px 6px 15px;
      text-decoration: none;
      z-index: 2;
      position: relative;
    }
    /* header css ends */

}



@media (max-width: 767px) {
  .blog__panel {
    display:block;
  }
  .container {
    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
  }

    /* New contact pop mobile css */
    .modal_popup {
      width: 90%;
    }
    .btn--close-modal {
      right: 10px;
      top: 4px;
    }
    .btn--close-modal {
      right: 10px;
      top: 10px;
      width: 30px;
      height: 30px;
    }
    .btn--close-modal span {
      width: 25px;
      height: 25px;
    }
    .btn--close-modal span:before, .btn--close-modal span:after {
      left: 10px;
      top: 4px;
      height: 16px;
    }
    .app_form_wrap {
      padding: 40px 20px 10px;
    }
    .typedtext {
      border-radius: 5px;
      padding: 12px 25px;
      font-size: 14px;
    }
    .cont_form_group {
      margin-bottom: 12px;
    }
    .app_form_left,.flex_wrapper .badge_col:nth-child(3)  {
    display: none;
    }
    .cont_formbtm>.flex_wrapper {
      flex-direction: column;
    }
    .app_form_rght,.delivered_products,.app_badges {
    width: 100%;
    }
    .captcha .type_text {
    width: 55px;
    margin-left: 10px;
      font-size: 16px;
    }
    .contact_form_btn.common__btn svg {
      right: 20px;
    }
    .our_response {
      font-size: 12px;
    }
    .cont_formbtm {
      padding: 10px 15px;
    margin-top: 15px
    }
    .badge_col {
      font-size: 10px;
      width: 48%;
    }
    .delivered_products {
    border:none;
    margin-bottom: 10px;
    }
  
    /* New contact pop css mobile ends */

        
    /* 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 {
      grid-template-columns: repeat(1, 1fr);
    }
    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*/


    .countries__wrapper {
      display: grid;
      grid-template-columns: repeat(1,1fr);
  }
  .headq__panel .flexrow {
      margin: 0
  }
  .hq__detail {
      padding: 20px 0
  }
  .headq__panel {
      padding: 2rem 0;
  }
  .hq__detail .filter {
      height: auto;
      width: auto;
  }
  .hq__detail p, .hq__detail span {
  font-size: 13px;    
  }
  .container, .appi_intro {
      max-width: 100%;
  }
  .footer_wrapper .flex_wrapper.space_between {
      flex-direction: column;
  }
  .foot-top-col {
      position: relative;
  }
  .foot-col-head {
      font-size: 20px;
      padding-bottom: 10px;
  }
  .foot-col-plus:after, .foot-col-plus:before {
      position: absolute;
      content: "";
      background: #fff;
  }
  .foot-col-plus {
      position: absolute;
      right: 0;
      top: -6px;
      width: 30px;
      height: 30px;
  }
  .foot-col-plus:before {
      width: 18px;
      height: 2px;
      top: 14px;
      left: 5px;
  }
  .footer_list {
      margin: 0 0 20px;
      padding-left: 20px;
  }
  .full_stack p {
      margin: 20px 0 0;
      font-size: 14px;
  }
  .footer_wrapper .flex_wrapper.space_between {
      flex-direction: column;
  }
  .statutory-mwrapper, .copy_rght, .foot_social_network {
      width: 100%;
  }

  .scrolled header, .scrolled header.header-container.nav-down, .header-container {
    padding: 0;
  }
  #mobile-menu .nav_contact a {
    background: #0092ff;
    padding: 16px 35px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  
}