a,
button,
img a,
input {
    transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .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
}

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: .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: .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: .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 .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    -webkit-transition: all ease-in .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 .3s cubic-bezier(.19, 1, .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
}

.scrolled header {
    background-color: rgba(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 .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1)
}

.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(.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 .3s cubic-bezier(.19, 1, .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 .4s infinite alternate ease-in-out;
    animation: arrowmove .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(.3em)
    }
}

@-webkit-keyframes arrowmove {
    0% {
        -webkit-transform: translateX(-5px)
    }

    100% {
        -webkit-transform: translateX(.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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .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
}

.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: 0 0
}

.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 .3s ease-in;
    -webkit-transition: all .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: #555;
    opacity: .5
}

.trusted_brands:before {
    left: -70px
}

.trusted_brands:after {
    right: -70px
}

.brand_logo {
    z-index: 9
}

.brand_logo img {
    width: 250px;
    height: 22px;
}

.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: #001;
    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
}

.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 .4s cubic-bezier(.19, 1, .22, 1);
    transition: transform .4s cubic-bezier(.19, 1, .22, 1);
    left: 0;
    top: 0;
    z-index: -1;
    -moz-transition: transform .4s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform .4s cubic-bezier(.19, 1, .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/2wUBFJ91PNwT.eot);
    src: url(../fonts/Jv2kUHVonk3p.eot#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/N83ajJBLgrCa.woff2) format("woff2"), url(../fonts/9LnvcsxNiUEm.woff) format("woff"), url(../fonts/iHfU7q9Zqpqc.ttf) format("truetype"), url(../images/2Nzvy2pcwZxM.svg#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
}

.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, .3);
    z-index: 9999;
    transition: all .5s
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(4px);
    z-index: 999;
    transition: all .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, .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(../../images/UdvtlE4iaeSv.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 {
    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
}

.contact_form_btn #header_loader svg {
    right: auto;
    left: 50%;
    width: 22px;
    transform: translateX(-50%)
}

.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: 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, .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: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    color: #000;
    pointer-events: none;
    transition: all .05s ease-in;
    opacity: 0
}

.cont_form_group input,
.cont_form_group textarea {
    height: 32px;
    padding: 8px 0;
    margin: 10px 0 0;
    width: 100%;
    font-size: 13px;
    background-color: transparent;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid #000;
    color: #000;
    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: #000;
    opacity: 1;
    text-shadow: 0px 6px 26px #00000029
}

.cont_form_group input:focus,
.cont_form_group textarea:focus {
    opacity: 1;
    border-color: #000
}

.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: #000
}

.modal_popup.cta_modal .cont_formbtm {
    border-radius: 0 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
}

.headq__wrapper {
    background: url(../images/hLKlz96FkU80.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: .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
}

.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,
.landing_page_form .error textarea {
    border-bottom: 2px solid #d73333;
    background: rgba(255, 5, 5, .04)
}

.error .typedtext,
.error #captcha {
    border-bottom: 1px solid red;
    background: rgba(255, 5, 5, .05)
}

.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_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-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;
    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 {
    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: #000;
    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 .5s cubic-bezier(.19, 1, .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)
}

.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 0 -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: .7;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.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-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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .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
}

.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: #000;
    display: inline-block;
    padding: 0 45px
}

.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: .4s transform cubic-bezier(.68, .55, .265, .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 .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .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
}

.para+.heading_inline {
    display: inline
}

.heading_inline {
    display: inline;
    font-weight: 400
}

.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
}

.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
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.left_icon_panel figure {
    margin: 0
}

.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
}

.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: .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;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center
}

@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 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: 1340px
    }

    .nav__list a {
        font-size: 14px
    }

    .top_content_wrap .app__subhead {
        font-size: 20px
    }

    .app__subhead,
    .serv_card_list li {
        font-size: 20px
    }

    .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
    }

    .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
    }
}

@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
    }

    .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
    }
}

@media (max-width:1024px) {
    .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
    }

    .contact_form_btn {
        margin: 0 !important
    }

    .cont_formbtm {
        padding: 10px 15px
    }

    .delivered_products {
        width: 40%
    }

    .delivered_products p {
        font-size: 14px
    }
}

@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
    }

    .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
    }

    .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
    }

    .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;
        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;
        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
    }
}