.bg_lines {
  background:#000 url(../images/bg-liness.webp)no-repeat;
  background-size: 100%;
  height: 1200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.top_head_wrap.bg_wrapper {
 background-color: #000;
 padding: 0;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.pin_spacers {
 height: calc(50vh - 170px);
 width: 100%;
 background-color: #000;
}
.top_content_wrap {
  text-align: center;
  position: relative;
  z-index: 3;
}
.top_head_wrap .heading1 {
 font-size: 82px;
 line-height: 1.2;
 font-weight: 700;
 color: #fff;
 margin-bottom: 0;
}
.case_full_banner {
 padding-top: 15vh;
 position: relative;
 z-index: 2;
}
.case_full_banner img {
 width: 100%;
 border-radius: 18px;
}
.heading1 span {
  color: #1468FB;
}

.app__subhead+.app__subhead {
  margin-top: 25px;
}

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


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

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

.trusted_brands {
 color: #A6AAAE;
 font-size: 18px;
 display: block;
 padding: 10px 0 30px;
}

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

.horizontal_line::after {
 display: none;
}

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

/* Client logos ends here */

/* Appi Diff */
.appi_diff_grid {
 grid-template-columns: repeat(2 , 1fr);
 display: grid;
 grid-column-gap: 40px;
 grid-row-gap: 50px;
 margin: 4rem 5rem
}
.appi_diff_card {
 padding: 40px 80px;
 border-radius: 6px;
}
.appi_diff_card:hover {
 background-color: #F1F5FD;
}
.appi_diff_card figure {
 border: 1px solid #136BFB;
 background-color: #DBE7FD;
 border-radius: 4px;
 display: flex;
 align-items: center;
 justify-content: center;
 width:42px;
 height:42px;
 margin-bottom:25px;
}
.appi_diff_card figure img{
 margin: 0;
}
.left_content,.right_right {
 width: 50%;
}
.right_right {
 text-align: right;
}
.right_right img {
 max-width: 100%;
}
.appi_diff {
 padding: 6rem 0 0;
}
.appi_diff_card .para {
 margin: 20px 0 30px;
}
.appi_diff_card .heading4 {
 font-weight: 700;
}

/* Appi Diff ends*/



.solution_slider {
 padding: 0rem 0 6rem;
}
#solution_slider {
 padding-top: 5rem;
 display: flex;
 flex-wrap: wrap;
 margin: -20px;
 justify-content: center;
}
#solution_slider .item {
 width: calc(25% - 40px);
 margin: 20px;
}
.solution_slider .item_logo img {
 max-width: 100%;
 width: auto;
}
.item_logo figure {
 border: 1px solid #C6C6C6;
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 174px;
}


/* badge */
.appi_badges {
 padding: 4rem 0 6rem;
}
.badges_grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-row-gap: 5rem;
 padding-top: 5rem;
}
.badge_item {
 position: relative;
}
.badge_item span {
 font-size: 14px;
 display: inline-block;
 padding: 20px 0 10px;
}
.badge_item .heading4 {
 font-size: 18px;
 line-height: 1.4;
}
.badge_item figure {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 130px;
}
.badge_item:nth-child(-n+3)::before {
 position: absolute;
 content: "";
 background-color: #ddd;
 left: 50%;
 bottom: -40px;
 width: 250px;
 height: 1px;
 transform: translate(-50%, -50%);
}
.badge_item:not(:nth-child(3n)):after {
 position: absolute;
 content: "";
 background-color: #ddd;
 right: 0;
 top: 0;
 width: 1px;
 height: 100%;
}
/* badge */


/* why appi */
.bg_wrapper {
 padding: 6rem 0;
 background-color: #000;
}
.why_appin .app__subhead {
 padding: 2rem 10rem 1rem;
}
/* why appi ends */


.passionate_driven {
 margin-top: -1px;
}
.our_impact {
 padding: 0 0 6rem;
}
.cards_grid {
 display: grid;
 grid-template-columns: repeat(4,1fr);
 gap: 30px;
 padding-top: 4rem;
}
.num_card {
 border: 1px solid rgb(19 107 251);
 border-radius: 10px;
 padding: 30px;
 text-align: center;
 box-shadow: 0px 0px 11px 2px rgba(197,210,232,.22);
}
.card_count {
 color: #136BFB;
 font-size: 42px;
 font-weight: 800;
 position: relative;
 padding-bottom: 10px;
 margin-bottom: 10px;
}
.card_count:before {
 position: absolute;
 content: "";
 background: #000;
 width: 147px;
 height: 1px;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
}
.num_card span {
 line-height: 1.4;
}

.mob {
display: none;
}



.cl_serv_part {
 padding: 2rem 0 4rem;
}
.tab-detail,
.tab-detail2 {
 display: none;
}
.parter_tab_panel {
 padding-top: 4rem;
}
.tab-link-wrapper .para {
 display: none;
 color: #000;
 margin: 20px 0 0;
}
.tab-link-wrapper.active .para {
 display: block;
}
.tab__head_panel,.part_rght_panel {
 width: 45%;
}
.tab-link-wrapper {
 cursor: pointer;
}
.tab-link-wrapper span {
 color: #7E7E7E;
 font-size: 22px;
 font-weight: 600;
}
.tab-link-wrapper.active span {
 color: #000;
}
.tab__head_panel ul li:not(:last-child) {
 padding-bottom: 50px;
}



.appi_img_grid {
 padding: 6rem 0;
}
.appi_img_grid .app__subhead{
 padding: 20px 10rem 4rem;
}
.appi_lg_img {
 width: 39.333%;
}
.appi_sm_img {
 width: 18%;
}
.appi_lg_img img,.appi_sm_img img {
 width: 100%;
 box-shadow: 3px 1px 10px -7px rgba(0,0,0,0.33);
 border-radius:18px
}



/* Footer form */

.app_form_panel {
 padding: 4rem 0 6rem;
 margin-top: -1px;
 background: url('../images/appi-contect-formbg.png') no-repeat;
 background-size: cover;
 background-position: center;
}
.form_hm_panel {
 padding: 15px 15px 25px;
}
.form-captcha .type_text {
 font-size: 14px;
 padding: 5px 2px;
 width: 35px;
 height: 30px;
}
.user_agreement_nda {
 width: 70%;
}
.captchtext {
 font-size: 14px;
}
/* form */
.talk_us_inner {
 padding: 0 2rem 0;
 width: 100%;
 position: relative;
}

.talk_us_inner .appi__head2 {
 margin-bottom: 20px;
}

.col-50 {
 width: 48%;
}
.col-50+.col-50 {
 width: 44%;
}
.appi__head2 {
 color: #000;
 font-size: 46px;
 font-weight: 400;
 line-height: 1.2;
 margin-bottom: 50px;
}

.talk_us_inner .appi__head5 {
 font-weight: 400;
}
.form-col .form_control {
 border-bottom:1px solid rgba(112,112,112,.2);
 color: #000;
 background-color: transparent;
 padding: 5px 0;
 margin-bottom: 10px;
 width: 100%;
 height: 56px;
 font-size: 20px;
}

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

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

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

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

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

.form-col {
 width: 100%;
}

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

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

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

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

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

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

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

.form_hm_panel .common__btn {
 margin-top: 20px;
 width: 100%;
}
.form_hm_panel {
 background: #FBFBFB;
 border: 1px solid rgba(112,112,112,.4);
 box-shadow: 5px 3px 12px 0 rgba(0,0,0,.1);
 border-radius: 15px;
 padding: 15px 35px 30px;
}
.form_hm_panel .common__btn .btn-effect {
 color: #fff;
 border: none;
 border-radius: 5px;
 width: 100%;
 background-color: #126BFB;
 padding: 15px;
 display: flex;
 justify-content: center;
}

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

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

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

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

.msg {
 resize: none;
}

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

.common__btn button {
 cursor: pointer;
}

.d-block {
 display: block;
}
.select-grid {
 border-bottom: 1px solid rgba(112,112,112,.2);
 padding: 5px 0;
 height: 54px;
}
.select-grid .selectric .label {
 font-size: 20px;
 color: #000;
 margin: 0;
}

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

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

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

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

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

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

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

.select-grid .selectric-open .selectric-items {
 display: block;
 width: 100% !important;
 left: 0px;
 border-radius: 0 0 10px 10px;
 padding: 0;
 top: 47px;
 box-shadow: none;
 background: rgb(255, 232, 241);
 background: linear-gradient(
   55deg,
   rgba(255, 232, 241, 1) 0%,
   rgba(253, 228, 236, 1) 8%,
   rgba(254, 234, 244, 1) 17%,
   rgba(253, 238, 241, 1) 28%,
   rgba(252, 241, 240, 1) 38%,
   rgba(253, 244, 240, 1) 50%,
   rgba(252, 247, 243, 1) 60%,
   rgba(253, 250, 248, 1) 71%,
   rgba(252, 250, 248, 1) 82%,
   rgba(253, 251, 250, 1) 91%,
   rgba(255, 255, 255, 1) 100%
 );
}
.select-grid .selectric .button {
 right: 20px;
 width: 40px;
 color: #1a1818;
 background: none;
}
.select-grid .selectric .button:after {
 border: solid #1a1818;
 border-width: 0 2px 2px 0;
 padding: 3px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}
.captchtext.captcha-num {
 padding-left: 0;
 font-weight: 400;
}

.captcha-num {
 font-size: 14px;
}
.captchtext {
 font-size: 16px;
 padding-right: 5px;
 color: #000;
}
.form-row label {
 font-size: 12px;
 color: #000;
}
.form-captcha .type_text {
 border: 1px solid #000;
 background-color: transparent;
 font-size: 16px;
 padding: 5px;
 border-radius: 5px;
 width: 50px;
 height: 38px;
 text-align: center;
 margin: 0;
 color: #000;
}

.we_appi_wrap .container {
 height: 100%;
}




/* rating */
.clutch_rating_img {
 margin-right: 40px;
}
.col-50 span {
 margin: 0;
}
.rating_grid {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-column-gap: 20px;
 grid-row-gap: 70px;
 padding-top: 4rem;
}
.rating_cl span {
 display: block;
}
.rating_comment .para {
 margin: 10px 0 25px;
 line-height: 1.4;
 font-size: 14px;
}
.nm {
 font-size: 18px;
 font-weight: 500;
}
.nm_des {
 font-size: 14px;
 font-weight: 400;
 padding-top: 10px;
}
.rating_comment .para b {
 font-weight: 600;
}
.nm.sm {
 font-size: 14px;
 font-weight: 400;
 line-height: 1.5;
}
.nm.sm+.nm_des {
 font-size: 12px;
}
.clutch-rating-panel>div>span {
 font-size: 20px;
 font-weight: 300;
 padding-right: 25px;
}
.clutch-rating-panel img {
 margin: 0;
}
.clutch-rating-panel .rating_count {
 font-weight: 500;
}
.based_on {
 font-size: 14px;
 font-weight: 400;
 padding-top: 5px;
}
.rating_grid .rating_sec:nth-child(2n) {
 border-left: 1px solid rgba(184, 184, 184,.5);
 padding-left: 40px;
}
.rating_sec {
 position: relative;
}
.rating_grid .rating_sec:nth-child(n+3)::before {
 position: absolute;
 background: #B8B8B8;
 content: "";
 width: 250px;
 height: 1px;
 top: -34px;
 opacity: .5;
}
/* rating ends */



/* form ends */
/* Footer form ends */

/* Our History */


.our_history {
  background-image: linear-gradient(to bottom,#0091fe,#0383f0,#0676e1,#0968d3,#0c5bc4);
  padding: 5rem 7rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2
}

.history {
  position: absolute;
  right: -170px;
  top: 30px;
  font-size: 300px;
  line-height: 1;
  font-weight: 600;
  color: #249bf8;
  z-index: -1
}

.flex-panel {
  display: flex;
  justify-content: space-between
}

.p-left {
  width: 45%;
  padding: 30px 30px 0 0
}

.p-right {
  width: 45%;
  position: relative;
}

.p-right figure {
  padding: 40px 60px 25px 0;
  position: relative;
  z-index: 2;
  text-align: right;
}

.p-right figure span {
  position: absolute;
  background: #fff;
  height: 1px;
  width: 200px;
  bottom: 7px;
  right: 140px
}

.p-right figure span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 60%;
  height: 1px;
  bottom: -10px;
  right: 0
}

.p-right img {
  max-width: 100%;
}

.tab-inner-tab ul {
  display: flex;
  margin: 90px auto 0px;
  align-items: center;
  justify-content: center;
  width: 75%;
  position: relative;
}
.tab-inner-tab ul li {
  margin-right: 130px;
}

.tab-inner-tab span:hover {
  color: #96cef9
}

.tab-inner-tab span {
  cursor: pointer;
  position: relative;
  padding: 58px 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500
}

.tab-inner-tab ul:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 98%;
  height: 1px;
  top: -32px;
  left: 1%
}
.tab-inner-tab .multi_year .ai-logo {
  left: 20px;
}
.tab-inner-tab .ai-logo {
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  -webkit-transition: all .6s cubic-bezier(.4,.25,0,1);
  transition: all .6 cubic-bezier(.4,.25,0,1);
  z-index: 2;
  height: 50px;
  width: 50px;
  background: #0092ff url('../images/ai-logo.png') no-repeat center;
  position: absolute;
  top: 0px;
  left: 5px;
  border-radius: 50%;
  padding: 0;
  background-size: 26px;
  -webkit-transition: all .6s cubic-bezier(.4,.25,0,1);
  transition: all .6 cubic-bezier(.4,.25,0,1)
}
.inner-tab-link.active .ai-logo {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1)
}
.p-right figure:after {
  position: absolute;
  content: "";
  right: 30px;
  bottom: -5px;
  background: #fff;
  width: 85px;
  height: 110px;
  z-index: -1
}
.p-right figure:before {
  position: absolute;
  content: "";
  right: 38px;
  bottom: 115px;
  background: #fff;
  width: 15px;
  height: 15px;
  z-index: -1
}
.tab-slider-body {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.p-left span {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  display: block;
}
.p-left .para {
  color: #fff;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;  
  line-height: 1.5;
}
.dropshadow .p-right figure:after {
  background: #439DFD;
  width: 85px;
  height: 88px;
}
.year20 .p-right figure::before,.year20 .p-right figure::after,
.year21 .p-right figure::before,.year21 .p-right figure::after {
  content: none;
}
.repeat_grid {
  position: absolute;
  left: -30px;
  top: 15px;
  z-index: 3;
}

/* Our History Ends */


/* certifications */
.certifications {
  margin: 4rem 0 2rem;
}
.certifications ul {
  display: flex;
  justify-content: center;
 }
 .certifications li {
  padding: 0 20px;
 }
 /* certifications */


@media (max-width: 1899px) {
 .case_full_banner {
   padding-top: 20vh
 }
 .history {
  right: -300px;
}
.p-left .para {
  font-size: 20px;
}
}

@media (max-width:1680px) {
  .common__btn .btn-effect {
    font-size: 14px;
  }

  .top_head_wrap .heading1 {
    font-size: 78px;
  }

  .common__btn.top_spc {
    margin-top: 50px;
  }

  .history {
    font-size: 230px;
    right: -153px;
  }

}



@media (max-width: 1550px) {
  .top_head_wrap .heading1 {
    font-size: 70px;
  }
  .form-col .form_control, .select-grid .selectric .label {
   font-size: 16px;
  }

  .p-left .para, .p-left span {
    font-size: 18px;
  }

}

@media (max-width:1440px) {
  .top_head_wrap .heading1 {
    font-size: 68px;
  }

  .heading2 {
    font-size: 46px;
  }

  .app__subhead {
    font-size: 17px;
  }
  .heading3 {
   font-size: 35px;
  }


}

@media (max-width:1366px) {
  .top_head_wrap .heading1 {
    font-size: 66px;
  }


}


@media (max-width:1280px) {
  .top_head_wrap .heading1 {
    font-size: 64px;
  }

  
  .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: 1200px) {
  .top_head_wrap .heading1 {
    font-size: 56px;
  }

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

  .common__btn .btn-effect {
    font-size: 13px;
    padding: 12px 50px 12px 24px;
  }


  .heading2 {
    font-size: 40px;
  }

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

}

@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .app__subhead br {
    display: none;
  }

  .top_head_wrap .heading1 {
    font-size: 50px;
  }

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

  br {
    display: none;
  }

  .trusted_brands {
   font-size: 14px;
 }

 .trusted_brands span {
   padding: 0 20px;
 }

 .client-logo-slider.owl-carousel .owl-item img {
   max-width: 110px;
 }

 .client-logo-slider.owl-carousel .owl-item img.kfc {
   width: 75px;
 }

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

 .client-logo-slider.owl-carousel .owl-item img.google {
   width: 80px;
 }
 .talk_us_inner>.ds_flex {
   flex-direction: column
  }
  .col-50 {
   width: 100%;
  }
  .talk_us_inner {
   padding: 0;
  }
  .form_hm_panel  {
   margin-top: 2rem;
  }

}


@media screen and (max-width: 1023px) {
 .mobile-menu {
   display:block;
 }
 .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 */

   /*Our history */

   .our_history {
    padding: 5rem 15px;
  }
  .tab-slider-body {
    width: 100%;
  }
  .our_history {
    padding: 5rem 0;
  }
  .tab-inner-tab ul {
    margin: 50px auto 0px;
    width: 100%;
  }
  .tab-inner-tab ul li {
    margin-right: 110px;
  }
  .p-left .para, .p-left span {
    font-size: 14px;
  }

  /* Our History Ends */

  /* certifications */
  .certifications {
    margin: 2rem 0;
  }
  .certifications ul {
    flex-wrap: wrap;
  }
  .certifications li {
    padding: 12px;
  }
  /* certifications */
}


@media screen and (max-width: 912px) {

  .heading4 {
    font-size: 16px;
  }


  .heading2 {
    font-size: 32px;
  }

  .right_right {
   padding-left: 30px;
  }
  .left_content .para {
   font-size: 14px;
  }
  .appi_diff_grid {
   margin: 4rem 0;
   grid-row-gap: 0
  }
  .appi_diff_card  {
   padding: 40px;
  }
  .cards_grid {
   gap: 10px;
   padding-top: 0;
  }
  .num_card {
   padding: 20px 10px;
  }
  .card_count {
   font-size: 36px
  }
  .num_card span {
   line-height: 1.3;
   font-size: 12px;
 }
 #solution_slider {
   padding-top: 3rem;
 }
 #solution_slider .item {
   width: calc(25% - 20px);
   margin: 5px;
 }
 .solution_slider .item_logo img {
   transform: scale(.8);
 }
 .badge_item .heading4 {
   font-size: 14px;
 }
 .badge_item span {
   font-size: 12px;
 }
 .badge_item {
   padding: 0 20px;
 }
 .tab_img_wrap img {
   max-width: 100%;
 }
 .tab-link-wrapper span {
   font-size: 18px;
 }
 .tab__head_panel ul li:not(:last-child) {
   padding-bottom: 25px;
 }
 .appi_img_grid .app__subhead {
   padding: 20px 4rem 4rem;
 }
 .col-50+.col-50 {
   width: 100%;
 }


}

@media screen and (max-width: 820px) {
  .heading2 {
    font-size: 30px;
  }
  .client-logo-slider.owl-carousel .owl-item img {
   width: 80px;
   height: 70px;
 }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .bg_lines {
    display: none;
  }

  .heading1 br {
    display: inherit;
  }

  .heading2 br,.top_content_wrap br {
    display: none;
  }

  .heading3 {
    font-size: 20px;
  }

  .heading2 {
    font-size: 26px;
  }

  /* Top banner css */

  .pin_spacers {
    display: none;
  }
  .case_full_banner {
   padding: 0;
 }

  .top_head_wrap.bg_wrapper {
    padding-top: 8rem;
  }

  .top_content_wrap .common__btn {
    margin: 35px auto;
  }
 
  .top_head_wrap.bg_wrapper::before {
   content: none;
  }
  .top_head_wrap.bg_wrapper {
   background-color: #000;
   padding: 8rem 0 0;
 }
 .solution_slider {
   padding: 4rem 0;
 }
 .item_logo figure {
   height: 120px;
 }
 
 .solution_slider .item_logo img {
   transform: scale(.6);
   -webkit-transform: scale(.6);
 }

 .badges_grid {
   grid-template-columns: repeat(1, 1fr);
   padding-top: 2rem;
 }
 .badge_item:not(:nth-child(3n)):after {
   content: none;
 }
 .badge_item figure {
   min-height: auto;
 }
 .badge_item:not(:last-child)::before {
   position: absolute;
   content: "";
   background-color: #ddd;
   left: 50%;
   bottom: -40px;
   width: 250px;
   height: 1px;
   transform: translate(-50%, -50%);
}
.badge_item .heading4 br {
 display: block;
}
  /* Top banner css ends */

  #solution_slider {
   justify-content: center;
   margin: -10px;
   padding-top: 2rem
  }

 #solution_slider .item {
   width: calc(50% - 20px);
   margin: 10px;
 }

 .our_impact {
   padding: 0;
 }
 .cards_grid {
   grid-template-columns: repeat(2,1fr);
   gap: 8px; 
   padding-top: 2rem;
 }
 .num_card {
   padding: 15px 10px;
 }
 .card_count {
   font-size: 28px;
   padding-bottom: 8px;
   margin-bottom: 8px;
 }
 .card_count:before {
   width: 107px;
}
.num_card span {
 font-size: 12px;
}

.client_logos {
 padding: 30px 0 0;
}
.left_content .para {
 font-size: 14px;
}
.passionate_driven .ds_flex,.parter_tab_panel .ds_flex {
   flex-direction: column;
 }
.left_content, .right_right,.tab__head_panel {
   width: 100%;
 }
 .tab-link-wrapper span {
   font-size: 18px;
 }
 .tab-link-wrapper .para {
   font-size: 14px;
   margin: 15px 0 0;
 }
 .parter_tab_panel {
   padding-top: 3rem;
 }
 .part_rght_panel {
   display: none;
 }
 .tab__head_panel ul li:not(:last-child) {
   padding-bottom: 30px;
 }
 .cl_serv_part {
   padding-bottom: 0;
 }
 .appi_img_grid {
   padding: 4rem 0;
 }
 .appi_img_grid .app__subhead {
   font-size: 14px;
   padding: 20px 0;
 }
 .appi_diff_grid {
   grid-template-columns: repeat(1 , 1fr);
   grid-column-gap: 0;
   grid-row-gap: 0px;
   margin: 3rem 0 0;
 }
.appi_diff_card {
 padding: 30px 20px;
}
.appi_diff_card .para {
 font-size: 14px;
}
.appi_lg_img img, .appi_sm_img img {
 border-radius: 5px;
}
.appi_diff {
 padding: 4rem 0 0;
}
.appi_badges {
 padding: 2rem 0 4rem;
}
.badge_item .heading4 {
 font-size: 16px;
}
.badge_item span {
 font-size: 12px;
}
.rating_grid {
 grid-template-columns: repeat(1, 1fr);
 grid-column-gap: 0;
 grid-row-gap: 30px;
 padding-top: 3rem;
}
.clutch_rating_img {
 margin-right:20px
}
.clutch-rating-panel>div>span {
 font-size: 18px;
 padding-right: 20px;
}
.based_on {
 font-size: 12px;
}
.nm {
 font-size: 16px;
}
.rating_grid .rating_sec:nth-child(2n) {
 border-left: 0;
 padding-left: 0;
}
.rating_grid .rating_sec {
 border-top: 1px solid rgba(184, 184, 184,.5);
 border-left: none;
 padding: 30px 0 0;
}
.rating_grid .rating_sec:nth-child(n+3)::before {
 content: none;
}
.col-50+.col-50 {
 width: 100%;
}
.form_hm_panel {
 padding: 15px 20px 30px;
}
.app_form_panel {
 padding: 4rem 0;
}

/* Our History */

.right_right {
  padding-left: 0;
}
.tab-slider-body .flex-panel {
  flex-direction: column;
}
.our_history {
  padding: 3rem 15px;
  margin: 4rem 0 2rem;
}
.tab-slider-body {
  width: 100%;
}
.tab-inner-tab ul {
  margin: 80px auto 0px;
  width: 100%;
}
.tab-inner-tab ul li {
  margin-right: 110px;
}
.p-left .para {
  font-size: 12px;
}
.p-left span {
  font-size: 14px;
}
.p-left {
  padding: 30px 0 0 0;
}
.p-left,.p-right {
  width: 100%;
}
.p-right figure {
  padding: 0px 0 25px 0;
}
.history {
  font-size: 80px;
  right: -23px;
}
.tab-inner-tab span {
  padding: 58px 0px 5px;
  font-size: 14px;
}
.tab-inner-tab ul li {
  margin-right: 30px;
}
.p-right figure:after {
  right: -20px;
  bottom: 5px;
  width: 65px;
  height: 70px;
}
.p-right figure span {
  width: 150px;
  bottom: 17px;
  right: 60px;
}
.tab-inner-tab .ai-logo {
  left: -5px;
}
.tab-inner-tab .multi_year .ai-logo {
  left: 2px;
}
.repeat_grid {
  right: -25px;
  top: auto;
  left: auto;
  bottom: 0px;
  z-index: 3;
}
.dropshadow .p-right figure:after {
  width: 65px;
  height: 68px;
}

/* History Ends */

.certifications li {
  padding: 15px 8px;
}

}

@media screen and (max-width: 650px) {

  .horizontal_line::before {
    display: none;
  }

  .top_content_wrap .app__subhead {
    font-size: 14px;
    margin-top: 10px;
  }

  .top_head_wrap .heading1 {
    font-size: 24px;
  }

  .common__btn .btn-effect {
    font-size: 12px;
    padding: 10px 40px 10px 20px;
  }

  .bg_wrapper {
    padding: 3rem 0;
  }
  .app__subhead {
    padding-top: 5px;
  }

  .common__btn {
    margin-top: 20px;
  }

  
.mob {
 display: block;
}

.desk {
 display: none;
}
.campaign_row span {
 padding: 10px 0;
}

.appi_img_grid .ds_flex {
   flex-wrap: wrap;
   justify-content: center;
   margin: -5px;
 }
.appi_lg_img {
 width: 66.333%;
 margin: 0 5px;
}
.appi_sm_img {
 width: 30.33%;
}
.captchtext {
 font-size: 12px;
}
.form-captcha .type_text {
 font-size: 14px;
 width: 40px;
 height: 30px;
}
.form-row {
 margin-bottom: 8px;
}


}



@media screen and (max-width: 650px) {

.trusted_brands {
 font-size: 10px;
 padding-bottom: 22px;
}
 #sync2 .cl_logo {
   width: 55px;
 }

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

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

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

 .client-logo-slider.owl-carousel .owl-item img.kfc {
   width: 50px;
 } */
}