@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');


html {
  font-size: 16px;
  /* cursor: none; */
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #f7f9f8;
   overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #ED1F24;
  --primary-color: #0c5088;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 12px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}


/* header/slider-css */

/* header css */

.header_new_contact [class*=col-]:first-child .header_contact_itms {
  justify-content: flex-start;
}

.header_contact_itm a span {
  display: inline-flex;
  white-space: nowrap;
  position: relative;
}

.header_new_contact {
  background: #000;
}

.location_header_itm::after {
  content: "|";
  color: #636060;
  width: .5px;
  margin: 0 20px 0 15px;
}

.header_contact_itm p {
  font-size: 15px;
  color: #79bbeb;
  margin: 0px;

}

.header_ai_itms_cls .itms_cls_ai_btn span {
  background: linear-gradient(135deg, #8cffe2 0%, #1b95db 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff0;
  color: #fff0;
  font-weight: 700;
  font-size: 16px;
}

.header_contact_itm a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}

.header_new_contact [class*=col-]:first-child .header_contact_itm:first-child .drp_img,
.header_new_contact [class*=col-]:first-child .header_contact_itm:nth-child(2) .drp_img {
  margin-right: 8px;
}

.header_contact_itms {
  display: flex;
  align-items: center;
  padding: 6px 0;
  justify-content: flex-end;
}

.location_header_itm {
  position: relative;
  display: flex;
}

.header_new_contact [class*=col-]:first-child .header_contact_itms .header_contact_itm a img {
  filter: brightness(0) invert(1);
}

.header_ai_itms_cls .itms_cls_ai_btn {
  display: flex;
  background-color: #fff0;
  border: 0;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  margin-right: 20px;
}

.header_contact_itm {
  position: relative;
  display: flex;
  align-items: center;
}

.header_contact_itm a .drp_img {
  flex: 0 0 auto;
  margin-right: 8px;
}

.header_contact_itm::after {
  content: "|";
  color: #636060;
  width: .5px;
  margin: 0 20px 0 15px;
}

.header_contact_itm:last-child::after {
  content: "";
  margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 17px;
}

.header_menu_itms {
  padding: 30px;
}

.about_mn_itm {
  margin-bottom: 30px;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 30px;
}

.header_menu_cn .row {
  margin: 0 -10px;
  align-items: normal !important;
}

.hd_mn_lft {
  height: 100%;
  padding: 30px;
  background: #feeded;
}

.hd_mn_ft_img {
  border-radius: 15px;
  overflow: hidden;
}

.heading_h3 {
  font-size: 24px !important;
}

.about_mn_itm a {
  color: #000;
}

.hd_mn_ft_con .btn-sec {
  text-align: left;
  margin-top: 20px !important;
  display: flex;
  gap: 15px;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
  }
}

.navbar .dropdown-menu {
  border-radius: 0 0 15px 15px;
  background: #FFF;
  box-shadow: 0 50px 50px 0 rgb(0 0 0 / .25);
  padding: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 100%;
    right: 0;
    top: 69.5px;
    left: -59px;
    cursor: auto;
    z-index: 999999;
    /* max-height: calc(100vh - 67px); */
    overflow: auto;
    padding: 10px 20px;
    background: #223039;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 20px 20px rgb(0 0 0 / .16);
  }
}

@media (min-width: 1200px) {
  .header-new .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 3px rgb(0 0 0 / .3);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    display: block !important;
    pointer-events: none;
  }
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.dropdown-menu {
  border-radius: 0 0 15px 15px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / .15);
  border-radius: .25rem;
}

.dropdown-menu,
.nav,
.navbar-nav {
  list-style: none;
}

.header-new {
  width: 100%;
  margin: auto;
  z-index: 11111;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header_menu_tab_ic {
  border-radius: 8px;
  background: linear-gradient(180deg, #CEDFDE 0%, #F0F4F3 100%), #D9D9D9;
  flex: 0 0 45px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header_menu_tab_con {
  font-size: 18px;
}

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

@media screen and (min-width: 992px) {
  .navbar .dropdown {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .navbar .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    transition: all 4s;
    cursor: pointer;
  }
}

.navbar-nav li {
  position: relative;
}

.dropdown {
  position: relative;
  background: 0 0 !important;
}

.dropdown,
.indts-logo ul li,
.port-title {
  display: inline-block;
}

.carousel,
.collapsing,
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

#examples .example .hover {
  transition: .5s ease-in-out;
  position: relative;
}

@media screen and (min-width: 992px) {

  .collapse .navbar-nav .nav-item>.nav-link,
  button span {
    white-space: nowrap;
  }
}

.navbar-dark .navbar-nav .nav-link {
  outline: 0 !important;
  box-shadow: unset !important;
}

@media screen and (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 22.8px 9px;
  }
}


@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

.navbar .dropdown-menu {
  border-radius: 0 0 15px 15px;
  background: #FFF;
  box-shadow: 0 50px 50px 0 rgb(0 0 0 / .25);
  padding: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: 100%;
    right: 0;
    top: 69.5px;
    left: 0;
    cursor: auto;
    z-index: 999999;
    /* max-height: calc(100vh - 67px); */
    overflow: auto;
    /* padding: 10px 20px; */
    background: #223039;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 20px 20px rgb(0 0 0 / .16);
  }
}

@media screen and (min-width: 992px) {

  .navbar,
  .navbar .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .header-new .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 3px rgb(0 0 0 / .3);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    display: block !important;
    pointer-events: none;
  }
}

.navbar .dropdown-menu {
  border: none;
  background-color: #fff;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.dropdown-menu {
  border-radius: 0 0 15px 15px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / .15);
  border-radius: .25rem;
}

.dropdown-menu,
.nav,
.navbar-nav {
  list-style: none;
}

.hd_mn_lft {
  height: 100%;
  padding: 30px;
  background: #feeded;
}

.hd_mn_ft_img {
  border-radius: 15px;
  overflow: hidden;
}

.hd_mn_ft_con {
  margin-top: 20px;
}

.heading_h3 {
  font-size: 24px !important;
}

.btn-sec .btn-primary {
  padding: 11.5px 30px !important;
  border-radius: 40px;
  border: 1px solid #ed1f24;
}

.about_mn_itm {
  margin-bottom: 30px;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 30px;
}

.about_mn_itm a {
  color: #000;
}

.about_mn_itm h4 {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.about_mn_itm p {
  font-size: 15px;
}

.dropdown-toggle::after {
  display: none;
}

.mr-auto,
.mx-auto {
  margin-left: auto;
  margin-right: 0px !important;
}

.btn-primary {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  background-color: var(--theme-color);
  border-radius: 33px;
  border: none;
  transition: all .3s;
}

.navbar .nav-item:last-child {
  margin-right: 0;
  padding-right: 0;
  margin-left: 10px;
}

.verticalbaseLine {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .header-new li.nav-item.dropdown.example:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: inherit;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    pointer-events: all;
  }
}

@media (min-width: 1200px) {

  .navbar .dropdown .dropdown-menu:hover,
  .navbar .dropdown:hover .dropdown-menu {
    display: block !important;
  }
}

.service_hd_menu_left {
  flex: 0 0 350px;
}

.header_menu_tabs {
  padding: 30px 0 30px 30px;
}

.header_menu_tabs .nav-tabs {
  border: 0;
  border-right: 1px solid #DDD;
}

.navbar .dropdown-menu .header_menu_tabs li.nav-item {
  margin-bottom: 20px;
}

.navbar .dropdown-menu .header_menu_tabs .nav-item {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 20px;
  }
}

.navbar .dropdown-menu .header_menu_tabs li a.active,
.navbar .dropdown-menu .header_menu_tabs li a:hover {
  color: #ED1F24 !important;
  font-weight: 500;
  background: #F9F9F9;
}

@media screen and (min-width: 992px) {

  .collapse .navbar-nav .nav-item>.nav-link,
  button span {
    white-space: nowrap;
  }
}

.header_menu_tab_ic {
  border-radius: 8px;
  background: linear-gradient(180deg, #CEDFDE 0%, #F0F4F3 100%), #D9D9D9;
  flex: 0 0 45px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar .dropdown-menu .header_menu_tabs li a.active img,
.navbar .dropdown-menu .header_menu_tabs li a:hover img {
  filter: unset;
}

.dropdown-menu .nav-item .nav-link img {
  vertical-align: middle;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.header_menu_tab_con {
  font-size: 18px;
}

.navbar .dropdown-menu .header_menu_tabs li a.active::after,
.navbar .dropdown-menu .header_menu_tabs li a:hover::after {
  right: 8px;
  transition: all .5s;
}

.navbar .dropdown-menu .header_menu_tabs li a::after {
  content: "";
  background-image: url(img/right_arrow_menu.svg);
  width: 8px;
  height: 13px;
  right: -8px;
  position: absolute;
  background-size: 8px;
  transition: all .5s;
}

.tab-content>.active {
  display: block;
}

.service_hd_menu_con {
  flex: 0 0 calc(100% - 350px);
}

.header_menu_itms.services_menu {
  padding: 25px;
  max-height: 525px;
  overflow: auto;
}

.service_menu_heading {
  display: none;
}

    .service_menu_heading {
        padding-left: 10px;
        font-size: 16px;
        margin-bottom: 11px;
        margin-top: 15px;
        text-transform: uppercase;
    }

.tab_menu_con_body_itm a {
  padding: 7px 10px;
  font-size: 17px;
  color: #000;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.header_menu_tabs .nav-item .nav-link {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 5px 12px;
}

.header_menu_tab_ic img {
  filter: grayscale(1);
}

@media only screen and (max-width: 1199.98px) {
  .navbar .nav-item {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .navbar .dropdown {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .navbar .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  #examples .example .hover {
    border-bottom: 1px solid #d0d0d0;
  }
}

#examples .example .hover {
  transition: .1s ease-in-out;
  position: relative;
}

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

  .navbar .nav-item a.nav-link.hover.hover-1,
  .navbar-dark .navbar-nav .nav-link.dropdown-toggle .button,
  .navbar-nav li {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.98px) {
  .navbar-dark .navbar-nav .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {

  .collapse .navbar-nav .nav-item>.nav-link,
  button span {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199.98px) {
  .d_none_mobile {
    display: none;
  }
}

.hd_mn_ft_con .btn-sec p {
  font-size: 15px;
}

.header_menu_itms.industry_mn {
  padding-bottom: 15px;
}

.scrl_industry_mn {
  height: 500px;
  overflow-y: auto;
}

.header_menu_itms {
  padding: 30px;
}

.btn-primary:hover {
  border: none;
  background-color: #000;
}

.industry_mn_itm a {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
  font-size: 17px;
  color: #000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.industry_mn_itm_ic {
  border-radius: 8px;
  background: linear-gradient(180deg, #CEDFDE 0%, #F0F4F3 100%), #D9D9D9;
  flex: 0 0 45px;
  height: 45px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.industry_mn_itm_ic img {
  filter: grayscale(1);
}

.industry_mn_itm a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  background: #FEEDED;
  transition: all .5s;
  z-index: -1;
}

.industry_mn_itm a:hover {
  color: #ed1f24;
}

.industry_mn_itm a:hover .industry_mn_itm_ic img {
  filter: unset;
}

.headermnu_fll {
  padding: 30px;
}

.headermnu_fll .row {
  height: 100%;
}

.header_menu_cn .row [class*=col-] {
  padding: 0 10px;
}

.headermnu_fll_6:first-child .headermnu_fll_itm {
  background-image: url(../images/fortfolio_bg_1.webp);
}

.headermnu_fll_6 .headermnu_fll_itm {
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.headermnu_fll_itm_con {
  padding: 25px 0 25px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.headermnu_fll_itm_con_in h4 {
  margin-bottom: 8px;
}

.headermnu_fll_6:nth-child(2) .headermnu_fll_itm {
  background-image: url(../images/fortfolio_bg_2.webp);
}

.headermnu_fll_itm_img img {
  margin: 0 auto;
}

.headermnu_fll_itm_img {
  text-align: center;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
  padding: 15px 0 0 0;
  width: 100%;
}

.headermnu_fll_6:nth-child(3) .headermnu_fll_itm {
  background-image: url(../images/fortfolio_bg_5.webp);
}

@media (min-width: 1200px) {
  .dropdown-menu.dropdown_contact {
    width: 500px !important;
    right: 0 !important;
    left: auto !important;
    padding: 11px;
    overflow-x: hidden;
  }
}

.dropdown-menu.dropdown_contact .hovr-pop-hdng {
  color: #000;
}

.emailcontainer .hovr-pop-hdng {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}

.emailcontainer .hovr-pop-hdng {
  color: #fff;
}

.emailcontainer .hovr-pop-hdng {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}

.emailcontainer p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 10px;
}

.contact_out_usa .dropdown-content ul li p {
  font-size: 12px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-weight: 500;
  margin: 10px 0 4px;
  line-height: 1;
}

.dropdown-menu.dropdown_contact li a {
  color: #000 !important;
  padding: 9px 0px;
}

.drp_img {
  justify-content: center;
}

.drp_img {
  flex: 0 0 45px;
  display: flex;
}

.emailcontainer .drp_img img {
  height: 20px;
}

.emailcontainer .dropdown-content img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.dropdown_contact li a img {
  margin-right: 10px;
}

.emailcontainer a span {
  position: relative;
}

.dropdown_contact li a {
  display: flex !important;
  align-items: center;
}

section {
  padding: 3.5rem 0
}

/* home page banner section */

.banner_btns {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.banner_btns .btn {
  margin-right: 0 !important;
}

.clutch-wrld-btn {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 10px 15px;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
  backdrop-filter: blur(7.5px);
}

.clutch-wrld-btn span {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(169deg, #FFF 8.08%, #FFD300 128.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}



.clutch-wrld-btn {
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
}

.clutch-wrld-btn span {
  font-size: 12px;
  background: linear-gradient(169deg, #FFF 8.08%, #FFF 128.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slider-section {
  position: relative;
  height: 100%;
  z-index: 1;
}

.slider-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(15 13 28 / 80%);
}

.mobl-bn-hro {
  display: none;
}

.vdo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.vdo-bg video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}

.hom-new .slider-heading {
  text-align: left;
  display: flex;
  gap: 20px;
  align-items: center;
}

.home_page .slider-heading h1 {
  text-align: left;
  width: 100%;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.home_page {
  padding: 7rem 0 9rem 0;
}

.slider-heading {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
  justify-content:center;

}

@media (min-width: 1200px) {
  .slider-heading h1 {
    font-size: 40px !important;
  }
}

.hom-new .slider-heading {
  text-align: left;
  display: flex;
  gap: 20px;
  align-items: center;

}

.home-page-trust {
  flex: 0 0 330px;
  border: 1px solid #767373;
  border-radius: 15px;
  padding: 25px 25px 7px 25px;
  text-align: center;
  background: rgb(0 0 0 / .3);
}

.slider-heading p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: 80%;
  line-height: 1.4;
}

.banner_btns {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.banner_btns .btn {
  background: var(--theme-color);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
}

.banner_btns .btn.myButt10 img {
  margin-left: 0;
  margin-top: 0;
}

.banner_btns .btn.myButt10 img {
  width: 20px;
  margin-left: 10px;
  margin-top: -3px;
}

.banner_btns .icon img {
  width: 20px;
  height: 20px;
  margin: 0;
}

.banner_btns .btn-primary.btn-primary-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.banner_btns .btn+.btn {
  text-transform: uppercase;
  background: #fff !important;
  color: #212529;
  border: 1px solid #ED1F24;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1200px) {
  .slider-heading-con.homepage_contentSld .banner_btns {
    margin-top: 39px !important;
  }
}

@media (min-width: 1200px) {
  .slider-heading-con.homepage_contentSld .home_banner_clients {
    margin-top: 39px;
  }
}

.homepage_contentSld {
  flex: 0 0 1041px;
}

.home_banner_clients h4 {
  color: #fff;
  font-size: 24px;
}

.home_banner_client_itms {
  display: flex;
  gap: 30px;
  margin-top: 26px;
}

.home_banner_client_itm img {
  max-height: 39px;
}

.home-page-trust-itm {
  margin: 0 0 25px;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 25px;
}

.home-page-trust-itm a {
  color: #fff;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
}

.trust-itm-h h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}

.trust-itm-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
}

.trust-itm-rating span {
  margin-bottom: -5px;
}

.trust-itm {
  display: flex;
  gap: 3px;
}

.trust-itm-h h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  color: #fff;
}

/* home page banner section */

/* home_page_about */

.home_page_about {
  padding: 60px 0 15px;
  background: #000;
  position: relative;
}

.home_page_about iframe {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 30px;
}

.heading_h1 {
  font-size: 50px;
  color: var(--white);
}

.xyz_hme_con h2 span,
.span_red {
  color: #ed1f24;
}

.we-re-jp p {
  color: #fff;
}

.counter_card_cls::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px 30px 0 0;
  height: 100%;
  width: 100%;
  padding: 1px;
  background: linear-gradient(180deg, #9E9E9E 0%, #000 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.counter_card_cls {
  padding: 30px 10px;
  position: relative;
  background-color: rgb(0 0 0 / 80%);
  z-index: 9;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: baseline;
  text-align: center;
}

.counter_card_cls h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.counter_card_cls p {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}

/* home_page_about */

/* dev service sec */

.dev_service_sec {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 70px;
  position: relative;
  z-index: 9;
}

.dev_service_sec .heading_h2 {
  color: var(--white);
}

.dev_service_sec .section-heading p {
  font-weight: 400;
  font-size: 18px;
  color: var(--white);
}

.dev_service_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}

.dev_service_list .dev_service_item {
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  text-align: center;
}

.dev_service_list .dev_service_item a {
  display: block;
}

.dev_service_list .dev_service_item .dev_service_item_card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 30px;
  background: linear-gradient(109deg, rgb(255 255 255 / .24) 1.57%, rgb(196 196 196 / .03) 100%);
  z-index: 1;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.dev_service_list .dev_service_item .dev_service_item_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(109deg, rgb(201 201 201 / .24) 1.57%, rgb(196 196 196 / .03) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border: 1.8px solid rgb(255 255 255 / 50%);
  border-right: 0;
}

.dev_service_list .dev_service_item .dev_service_item_card img.app_dev_img {
  right: -25px;
  bottom: -40px;
}

.dev_service_list .dev_service_item .dev_service_item_card img {
  position: absolute;
  transition: 0.4s;
}

.dev_service_list .dev_service_item a:hover img {
  transform: translateY(-10px);
  scale: 1.2;
}

.dev_service_list .dev_service_item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.4s ease-out;
  border-radius: 60px;
  background: #000;
  box-shadow: 0 8px 10px 0 rgb(255 255 255 / .2);
  padding: 10px 30px;
  display: inline-block;
}

.dev_service_item_card img {
  width: 100%;
}

.dev_service_list .dev_service_item a:hover h6 {
  background: linear-gradient(to left, #00DBDE, #FC00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}

.home_experts_bottom_con_us h3 {
  line-height: normal;
}

.home_experts_bottom {
  align-items: end;
}

.home_experts_con .btn-sec {
  margin-bottom: -6px !important;
}

.dev_service_sec::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/dev-bg-shape.png);
  height: 100%;
  width: 100%;
  background-position: bottom center;
  z-index: -9;
}

.home_experts_in {
  margin-top: 80px;
}

.dev_service_sec .section-heading .heading_h2 span {
  font-weight: 300;
}

.span_light {
  font-weight: lighter;
  display: block;
  margin-bottom: 10px;
}

.home_experts_con .heading_h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 40px;
}

.home_experts_con_phone {
  display: inline;
  position: relative;
}


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

.home_experts_bottom_con {
  display: flex;
  gap: 15px;
  color: #fff;
  align-items: center;
  text-align: left;
  position: relative;
}

.home_experts_bottom_con_us h3 {
  line-height: normal;
}

.home_experts_bottom_con_us h3 {
  display: flex;
  gap: 12px;
  color: #0092FF;
  font-size: 19px;
  margin-bottom: 0px;
  align-items: center;
}

.home_experts_bottom_con.home_experts_bottom_con_us::after {
  height: 100%;
}

.home_experts_bottom_con::after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  background: #a1a0a0;
  position: absolute;
  right: -50px;
}

.home_experts_bottom_con_us h3 img {
  height: 24px !important;
  width: auto;
}

/* dev service sec */

/* AI SEC */

.gre-bg-lit {
  background: #f5f9ff;
}

.ai_sec_tabs {
  margin: 30px 0;
}

.services_sec {
  background: #e6e9ed;
}


.ai_sec_tabs .nav-tabs {
  border-bottom: 1px solid #aabcbb;
  justify-content: space-between;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.ai_sec_tabs .nav-tabs .nav-item .nav-link:hover,
.ai_sec_tabs .nav-tabs .nav-item.show .nav-link,
.ai_sec_tabs .nav-tabs .nav-link.active {
  color: #000;
  background: linear-gradient(180deg, #cedfde 0, #dbece8 100%), #cedfde;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.ai_sec_tabs .nav-link {
  display: flex;
  gap: 10px;
  color: #000;
  border: 0 !important;
  border-radius: 7px;
  padding: 10px 13px;
  position: relative;
  align-items: center;
}

.ai_sec_tabs .nav-tabs .nav-item.show .nav-link::after,
.ai_sec_tabs .nav-tabs .nav-link.active::after {
  content: "";
  background: #ed1f24;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
}

.ai_sec_tabs_body {
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  position: relative;
  background: #000;
  color: #fff;
}

.heading_h2 {
  font-size: 40px;
}

.ai_sec_tabs .nav-tabs .nav-item,
.bespoke_solution_con h3 {
  margin-bottom: 10px;
}

#artificialintelligence .ai-future-section {
  background: linear-gradient(360deg, #000000 0%, #000000 40%, #070B17 100%);
}

#artificialintelligence .ai-future-section {
  background: linear-gradient(360deg, #000000 0%, #000000 40%, #070B17 100%);
}

.ai-future-section {
  color: #fff;
  padding: 30px 20px;
  position: relative;
  background: linear-gradient(3deg, #070B17 0%, #070B17 75%, #01204e 100%);
  border-radius: 0 0 30px 30px;
}

.ai_sec_tabs_body_img {
  position: relative;
  padding-bottom: 35%;
  overflow: hidden;
}

.ai_sec_tabs_body_img img {
  position: absolute;
  top: 50%;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform: translateY(-50%);
}

.desktop_hide {
  display: none;
}

.ai_sec_tabs_body_con {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 30px;
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 40px;
}

.ai_sec_tabs_body_con h3 {
  margin-bottom: 15px;
  color: var(--white);
}

.ai_sec_tabs_list li {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.ai_sec_tabs_list {
  margin-top: 15px;
}

.ai_sec_tabs_list li::before {
  content: "";
  display: inline-flex;
  background-image: url(../images/ai_check.svg);
  flex: 0 0 23px;
  height: 23px;
}

.ai_sec_tabs_body_con p {
  color: var(--white);
}

.abt-srvc,
.btn-sec {
  margin-top: 25px;
}

.expert_insights_cls h2 {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  margin-bottom: 25px;
}

.expert_insights_cls h2 span {
  display: inline-block;
  background-color: var(--theme-color);
  padding: 5px 10px;
  border-radius: 50px;
  margin-top: 8px;
}

.expert_insights_cls p {
  color: #fff;
}

.drew_vido-sec iframe {
  width: 100% !important;
  height: 390px;
  border: 1px solid #fff;
  border-radius: 30px;
}

/* AI SEC */

/* portfolio sec */
.bg-white {
  background-color: #fff !important;
}

.port-secs .btn-outline {
  background-color: #fff !important;
  color: #ED1F24;
  border: 1px solid #ED1F24 !important;
  border-radius: 0px;
}

.port-secs .mobile-btn .btn-primary-icon {
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 9px 21px;
  margin-left: 12px;
}

.heading-section {
  margin-bottom: 36px;
}

.mobile-btn {
  display: flex;
  align-items: center;
}

.ppttjp.redbl.port-bnr-cvr img:first-child {
  max-height: 66px;
}

.flip_box_img {
  position: relative;
  padding-bottom: 79%;
  overflow: hidden;
}

.flip_box_img img:first-child,
.flip_box_img:hover img:nth-child(2),
.port-secs .port-bnr-cvr:hover .flip_box_img img:first-child,
.port-secs .port-bnr-cvr:hover .flip_box_img:hover img:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}

.flip_box_img img {
  border-radius: 30px;
}

.flip_box_img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-height: unset !important;
  transition: opacity .6s, transform .6s !important;
  -webkit-transition: opacity .6s, transform .6s !important;
}

.flip_box_img img:nth-child(2),
.flip_box_img:hover img:first-child,
.port-secs .port-bnr-cvr:hover .flip_box_img img:nth-child(2),
.port-secs .port-bnr-cvr:hover .flip_box_img:hover img:first-child {
  opacity: 0;
  transform: scale(.95);
}

.flip_box_img img:first-child,
.flip_box_img:hover img:nth-child(2),
.port-secs .port-bnr-cvr:hover .flip_box_img img:first-child,
.port-secs .port-bnr-cvr:hover .flip_box_img:hover img:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}

.ppttjp.nike-prt-2.mt-5.pt-5.port-bnr-cvr {
  margin-top: 43px !important;
  padding-top: 0 !important;
}

.port-desc {
  width: 90%;
  margin: -40px auto 30px auto;
  padding: 30px 30px 30px 30px;
  transition: 0.3s;
  border-radius: 26px;
  background: rgb(255 255 255 / .3);
  box-shadow: 0 6px 20px 0 rgb(0 0 0 / .08);
  backdrop-filter: blur(7.5px);
}

/* portfolio sec */

/* .gre-bg-lit */
.consultation_btn {
  background-image: url(../images/btndemo_bg.svg);
  padding: 0px 0px;
  background-color: #fff;
}


/* .gre-bg-lit */

/* dev_industries_sec */

.dev_industries_sec {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 9;
}

.dev_industries_sec::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-image: url(../images/rd-shape.svg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 100%;
  width: 100%;
  z-index: -9;
}

.dev_industries_bx_cards img {
  transition: 0.4s;
  width: 100%;
}

.dev_industries_bx_cards {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  height: 100%;
  position: relative;
}

.dev_industries_bx_cards h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rainbow .4s ease-in-out infinite;
  transition: all 0.4s ease-out;
  border-radius: 0 0 15px 15px;
  background: #000;
  box-shadow: 0 8px 10px 0 rgb(255 255 255 / .2);
  padding-bottom: 7px;
}

.dev_industries_bx_cards:hover img {
  transform: translateY(-10px);
  scale: 1.2;
}

.dev_industries_bx_cards:hover h6 {
  background: linear-gradient(to left, #00DBDE, #FC00FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
}

.technologies_sec {
  background: #000;
  padding-top: 0;
}

.service_restimonial_head h2 {
  color: var(--white);
}

.service_restimonial_head p {
  color: var(--white);
}

.service_restimonial_head {
  text-align: center;
}

.techno-log-tabs {
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
}

.techno-log-tabs .nav-item {
  margin-bottom: 7px;
}

.techno-log-tabs button.active,
.techno-log-tabs button:hover {
  background: linear-gradient(156deg, #D1181C 21.92%, #610608 77.49%);
  box-shadow: 0 1px 1px 0 rgb(255 255 255 / .25) inset;
  color: #fff;
}

.techno-log-tabs button {
  border: 0 !important;
  text-transform: capitalize;
  font-weight: 400;
  outline: 0 !important;
  position: relative;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 50px !important;
  background: linear-gradient(156deg, #18191C 21.92%, #212225 77.49%);
  box-shadow: 0 1px 1px 0 rgb(255 255 255 / .25) inset;
}

.techno-log-itms {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.techno-log-itm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  gap: 0;
  width: 140px;
  height: 140px;
  background-image: url(../images/hexagon-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.techno-log-itm img {
  transition: .5s;
  transform: scale(1);
  max-height: 50px;
}

.techno-log-itm:hover img {
  transition: .5s;
  transform: scale(.7);
}

.funded_sec_home {
  position: relative;
}

.funded_sec {
  background: #000;
  color: #fff;
  padding: 42px 0 50px;
}

.rnk-bsns-header-left {
  text-align: center;
}

.rnk-bsns-header-left h2 {
  color: var(--white);
}

.rnk-bsns-header-left p {
  color: var(--white);
}

.funded_sec_in {
  position: relative;
}

.funded_sec_itm {
  text-align: center;
  padding: 50px 20px;
}

.funded_sec_itm img {
  transition: 1s;
  transform: scale(1);
  margin: 0 auto;
  width: 100%;
}

.border_line {
  background-color: rgb(255 255 255 / .3);
  width: .0625rem;
  height: 100%;
  transition: .6s;
  position: absolute;
  left: calc(25% - 8px);
  top: 0;
}

.boder_type5 {
  top: 64%;
  left: 0;
}

.boder_type4,
.boder_type5 {
  height: .0625rem;
  width: 100%;
}

.boder_type4 {
  top: 32%;
  left: 0;
}

.boder_type4,
.boder_type5 {
  height: .0625rem;
  width: 100%;
}

.boder_type2 {
  left: 50%;
}

.boder_type3 {
  left: calc(75% + 8px);
}

.funded_sec_itm:hover img {
  transition: 1s;
  transform: scale(1.5);
}

.expert_insights_cls h2 span {
  display: inline-block;
  background-color: #ED1F24;
  padding: 5px 10px;
  border-radius: 50px;
  margin-top: 8px;
}

.concept_capital_cls {
  margin-bottom: -150px;
  margin-top: 50px;
}

.concept_capital_cls iframe {
  width: 100% !important;
  height: 390px;
  border: 1px solid #fff;
  border-radius: 30px;
}

/* dev_industries_sec */

/* .rvw_sec */

.rvw_sec {
  padding: 52px 0 0;
}

.rvw_sec .heading_h2 {
  color: #000 !important;
  font-size: 40px;
}

.rvw_sec .rnk-bsns-header-left {
  text-align: start;
}

.rvw_sec .rnk-bsns-header-left p {
  color: #000;
}

.rvw_sec_sld .slider-activation .slick-next.slick-arrow,
.rvw_sec_sld .slider-activation .slick-prev.slick-arrow,
.slick-next.slick-arrow,
.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow,
.slick-prev.slick-arrow:hover {
  background-size: 35px !important;
  background-position: center !important;
  background-color: transparent !important;
  width: 35px !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
}

.rvw_sec_sld .slider-activation .slick-prev.slick-arrow,
.slick-prev.slick-arrow,
.slick-prev.slick-arrow:hover {
  background-image: url(../images/left_arrow_sld.svg) !important;
  box-shadow: unset !important;
  border-radius: 50%;
  border: 1px solid #ed1f24 !important;
}

.rvw_sec_sld .slider-activation .slick-next.slick-arrow,
.slick-next.slick-arrow,
.slick-next.slick-arrow:hover {
  background-image: url(../images/right_arrow_sld.svg) !important;
  box-shadow: unset !important;
  border-radius: 50%;
  border: 1px solid #ed1f24 !important;
  background-color: #fff;
}

.rvw_sec_sld .slick-next {
  right: calc(50% - 61px);
}

.rvw_sec_sld .testimonials-item-img {
  display: inline-block;
  background: #505083;
  margin: 45px 0 0 10px;
  position: relative;
  padding: 5px;
  border-radius: 20px;
}

.testimonials-item-img img {
  border-radius: 16px;
}

.rvw_sec_sld .slick-prev {
  left: calc(50% - 244px);
  right: auto;
  z-index: 999;
}

.testimonials-info .clutch_sec_sld_head .clutch_sec_sld_itm_rt span {
  color: #000;
  font-size: 38px;
  padding: 0;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 2px solid #ffc107;
}

.clutch_sec_sld_itm_stars {
  margin-top: -5px;
  display: flex;
}

.testimonials-info .clutch_sec_sld_itm_stars img {
  width: 20px;
  height: 20px;
}

.clutch_sec_sld_head {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.clutch_sec_head_rating,
.clutch_sec_sld_itm_rt,
.clutch_stars,
.hr-pr-dtl,
.resume-mdl-snd,
.rnk-bsns_img,
.srce-icon {
  align-items: center;
  display: flex;
}

.clutch_sec_sld_itm_stars img {
  margin-left: 9px;
}

.clutch_sec_sld_head {
  margin-bottom: 30px;
}

.testimonials-info h4,
.testimonials-info-wrap h4 {
  padding-bottom: 5px;
  color: #f80;
  font-size: 18px;
  margin-bottom: 0;
}

.testimonials-info p {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonials-name h3 {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}

.testimonials-name p {
  padding-bottom: 0;
  color: dimgray;
  font-size: 16px;
  margin-bottom: 0;
}

.testimonials-info .clutch_sec_source_ic img {
  height: 30px;
  max-width: unset;
}

.rvw_sec_btn .btn-primary {
  display: flex;
  align-items: center;
  border-radius: 0px;
  padding: 9px 21px;
  margin-left: auto;
  width: 235px;
}

.rvw_sec_sld .testimonials-abt {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.testimonials-label {
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  background: #49adf41a;
  border: 1px solid #49adf4;
}

.clutch_para_verify {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #49adf4;
}

.testimonials-info-wrap .testimonials-name {
  padding: 25px 0 20px;
}

.testimonials-info-wrap p {
  padding-bottom: 0;
  color: dimgray;
  font-size: 16px;
  margin: 0px 0px;
}

.project_overview_sum p,
.testimonials-info-wrap h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}

.service_page_why+.homeblk_btn_section,
.testimonials-info {
  padding-top: 50px;
}

.project-price,
.request-form-header {
  padding-top: 15px;
}

/* .rvw_sec */

/* dev_abt_wth-spae */

.dev_abt_wth-spae {
  padding: 82px 0 50px;
}

.dev_abt_jplft {
  padding: 40px;
  border-radius: 40px;
  background: rgb(255 255 255 / .2);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / .04), 0 5px 18px 0 rgb(0 0 0 / .06), 0 24px 83px 0 rgb(0 0 0 / .1);
  backdrop-filter: blur(7.5px);
}

.abt-jplft ul {
  margin-top: 45px;
}

.abt-jplft ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 50px;
  background: url(../images/li-tick.svg) 0 0 / contain no-repeat;
}

.abt-jplft .slider-activation .slick-prev {
  right: auto;
  z-index: 99;
}

.abt-jplft .bg-trpt .slick-slide {
  position: relative;
  overflow: hidden;
}

.abt-jplft .slider-activation .slick-next {
  z-index: 99;
}

.vd-mdl,
.vido-sec a,
.vido-sec button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: transparent;
  border: none;
}

.dev_abt_wth-spae .slick-slide img {
  display: block;
  width: 100%;
}

/* dev_abt_wth-spae */

.map_footer {
  padding: 14px 0 0 0;
  background: #fff0;
}

.map_footer_in_us {
  background-image: url(../images/denver_location_5.jpeg);
}

.map_footer_in {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 366px;
  border-radius: 25px 25px 0 0;
  position: relative;
}

.map_footer_con {
  border-radius: 25px 0 0 0;
  background: linear-gradient(270deg, #fff0 0, rgb(255 255 255 / .51) 31.91%, #fff 61.95%);
  padding: 40px 190px 40px 40px;
  width: 570px;
  height: 100%;
  max-width: 100%;
}

.map_footer_con .btn-sec {
  text-align: left;
}

.map_footer_con .btn-sec {
  margin-top: 25px !important;
}

.blog_sec {
  background: #0a0916;
  color: #fff;
  padding: 80px 0;
}

.blog_sec .btn-primary.btn-primary-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  gap: 11px;
}

.blog_sec p {
  color: var(--white)
}

.busn-txt h5 {
  color: var(--white)
}

.blogcover .busn-txt h5 {
 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   /* kitni lines dikhani hain */
    overflow: hidden;

    margin-bottom: 10px;
    line-height: 1.3;
}

.blogcover .busn-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    margin-bottom: 15px;
}

.rvw_sec .slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 57%;
}

.blogcover .learn_more_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ed1f24;
  display: inline-flex;
  transition: .5s;
  background: 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.busn-txt,
.port-desc {
  padding: 25px;
}

.blogcover:hover .learn_more_btn {
  gap: 15px;
  color: #ed1f24;
}

.blogcover_in img,
.industries_section_itm:hover .industries_section_btn {
  transition: 1s;
  transform: scale(1);
}

.blogcover_in {
  border-radius: 15px;
  overflow: hidden;
}

.blogcover:hover .blogcover_in img {
  transition: 1s;
  transform: scale(1.2);
}

.fiiter_contry_in {
  padding: 40px;
  border-radius: 0 0 25px 25px;
  background: rgb(255 255 255 / .3);
  box-shadow: -2px 18px 20px 0 rgb(0 0 0 / .08);
  backdrop-filter: blur(7.5px);
  margin-top: 0;
  position: relative;
  margin-bottom: 30px;
}

.fiiter_contry_s {
  padding-top: 0px;
  padding-bottom: 1.5rem;
}

.fiiter_contry_s a {
  color: #000;
  text-decoration-line: underline !important;
}


/* footer */

footer .ftr-section {
  margin-top: 0;
  padding-top: 20px;
}

footer .ftr-section .ftr-bg {
  background: url(../images/footer-map.svg) right 68px no-repeat;
}

footer .ftr-section .ftr-form .ftr-form-in {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgb(0 0 0 / .2);
  padding: 25px;
}

#grocery-banner .gro-form .bodysec .addfile:after,
.ftr-section .addfile:after {
  content: " ";
  position: absolute;
  width: 117px;
  height: 100%;
  background-image: url(../images/addfiles.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: -2px;
  z-index: 1;
}

.ftr-section .addfile {
  border: none !important;
  position: relative;
  padding-top: 4px;
  display: inline-block;
  padding-left: 8px;
}

.ftr-form-in h3 {
  font-size: 24px;
}

footer .ftr-section .form-group .form-control {
  border: none;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
  font-size: 14px;
  padding: .375rem 0;
}

footer .ftr-section .ftr-adrs {
  padding: 25px 10px 0 30px;
}

footer .ftr-section .ftr-adrs .ftr-cont {
  font-size: 16px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 20px;
  display: block;
}

footer .ftr-section .ftr-adrs .cnt-adrs {
  border-left: 0;
  padding-left: 0;
  margin-top: 25px;
}

.footer_address_wic {
  display: flex;
  gap: 15px;
}

.footer_address_ic {
  flex: 0 0 149px;
}

.footer_address_ic img {
  width: 100%;
}

footer .ftr-section .ftr-adrs .cnt-adrs .cnt-name {
  font-size: 15px;
  font-weight: 500;
  color: #f80;
  text-transform: uppercase;
}

footer .ftr-section .ftr-adrs .cnt-adrs .cnt-ad {
  padding: 8px 0;
}

footer .ftr-section .ftr-adrs .cnt-adrs .cnt-phn {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.cnt-phn a {
  color: #000;
  font-weight: 600;
}

.footer_tech_in {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.footer_tech {
  margin-top: 20px;
}

.footer_tech_itm {
  flex: 0 0 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .5s;
  background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / 14%) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #fafafa;
}


.footer_tech_img img,
.page_portfolio_itm_logo img {
  max-height: 50px;
  max-width: 200px;
  border-radius: 10px;
}

.footer_tech_itm h5 {
  font-weight: 500;
  font-size: 16.5px;
  margin-top: 10px;
}

.footer_lgs {
  margin-top: 15px;
}

.footer_lgs_in {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer_lgs_itm img {
  width: 100%;
}

.footer_lgs .ovr-rting {
  display: inline-block;
  width: 100%;
  border-left: 2px solid #fedb4d;
  padding-left: 30px;
  margin-top: 10px;
  ;
}

.ftr-clth-btn {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 0 8px;
}

.ftr-clth-btn img {
  width: 80px;
}

.ftr-clth-btn span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

footer .ftr-nav {
  text-align: left;
  border-left: 1px solid #b8b8b8;
  padding: 15px 0 0 30px;
}


footer .ftr-nav ul li a {
  font-size: 13px !important;
}

footer .ftr-nav ul li a {
  font-weight: 500;
  color: #363636;
  font-size: 14px;
  text-decoration: none;
}

footer .ftr-nav ul li.example:after {
  content: "|";
  margin: 0 8px;
  color: #beb9b9;
  font-size: 11px;
}

footer .ftr-nav ul li.example:last-child::after {
  display: none;
}


footer .ftr-nav .copyrgt {
  margin-top: 10px !important;
  font-size: 15px;
}

footer .ftr-nav ul li {
  display: inline-block;
  border-right: 0;
}

footer .ftr-nav .copyrgt a {
  color: #ED1F24;
}

footer .ftr-social-media {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

footer .ftr-social-media li {
  display: inline-block;
  margin: 0;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
}

.dmca_sec {
  margin-top: 10px;
  text-align: right;
}

.footer_tech_itm:hover {
  box-shadow: 0 0 30px #b9c7da;
  transition: .5s;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.1);
  transition: .5s;
}

/* footer */

/* inner pages */

.too-form .error {
  position: absolute;
  font-size: 11px;
}

@media(max-width: 767px) {
  .clutch-wrld-btn {
    width: 100%;
  }
}

@media(max-width: 490px) {
  .clutch-wrld-btn img {
    width: 50px;
  }
}

.rnk-bsns-header-right .row .col,
.slider_s#grocery-banner {
  background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / .2) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #f5f5fc;
  background-blend-mode: normal, normal, darken, normal;
}

#grocery-banner {
  position: relative;
  padding: 90px 0px 90px 0px;
}

#grocery-banner h1 {
  font-size: 56px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}

#grocery-banner p {
  font-size: 22px;
}

.home_banner_clients {
  margin-top: 30px;
}

#grocery-banner .home_banner_clients h4 {
  color: #000 !important;
  font-size: 24px;
}

#grocery-banner .gro-form .request-form {
  border-radius: 0 30px 30px;
}

#grocery-banner .gro-form .request-form {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
}

.project-price,
.request-form-header {
  padding-top: 15px;
  text-align: center;
}

#grocery-banner .gro-form .bodysec,
.career-accordian-section .panel-collapse {
  padding: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#grocery-banner .gro-form .bodysec .addfile {
  border: none !important;
  position: relative;
  padding-top: 4px;
  width: 250px !important;
  display: inline-block;
}

.protect_nda_s input {
  width: 19px;
  height: 19px;
}

.footer_lgs .ovr-rting p,
.protect_nda_s label {
  font-size: 16px;
  margin-bottom: 0px;
}

.protect_nda_s {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}

#grocery-banner .gro-form .bodysec .frm-btn {
  width: 100%;
  background-color: #ED1F24;
  border: none;
  border-radius: 0px;
  padding: 15px 0;
}

.request-form-header::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #ed1f24;
  display: block;
  margin: 10px auto 5px;
}

.swipe_slider.partner_sec {
  z-index: 1;
  background: #161616;
  padding: 15px 0px;
}

.right_partner_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(109deg, rgba(201, 201, 201, 0.24) 1.57%, rgba(196, 196, 196, 0.03) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border: 1.8px solid rgb(255 255 255 / 50%);
  border-right: 0;
  border-radius: 50px;
}

.right_partner_sec {
  position: relative;
  width: 100%;
  background: linear-gradient(109deg, rgba(255, 255, 255, 0.24) 1.57%, rgba(196, 196, 196, 0.03) 100%);
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  padding: 24px;
  border-radius: 50px;
}

.about-eocmers.about-solutionpage {
  background-color: #f5f9ff;
  padding: 50px 0px;
}

.section-img img {
  max-height: 620px;
  width: auto;
  max-width: 100%;
  border-radius: 20px 0px 0px 20px;
  margin: 0 auto;
}

/* delp-srvce */

.delp-srvce {
  padding: 40px 0px;
}

.white_bg {
  background: #fff !important;
}

.srvcs_itm {
  border-radius: 20px;
  border: 1px solid #cedfde;
  background: linear-gradient(180deg, #fff 0, #f0f4f3 100%);
  padding: 25px;
  height: 100%;
}

.delp-srvce .section-heading {
  margin-bottom: 25px;
}

.delp-srvce [class*="col-"] {
  margin-bottom: 1.5rem;
}

.ai_background,
.srvcs_itm:hover {
  background: #0079fe;
}

.srvcs_itm:hover {
  border-radius: 20px;
  border: 1px solid #cedfde;
  box-shadow: 0 10px 55px 0 rgb(0 0 0 / 53%);
  color: #fff;
  transition: box-shadow .2s linear;
}

.srvcs_itm:hover h3 {
  color: #fff;
}

.srvcs_itm:hover p {
  color: #fff;
}

.srvcs_itm_meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.srvcs_itm_ic {
  border-radius: 10px;
  background: linear-gradient(180deg, #cedfde 0, #f0f4f3 100%);
  display: inline-flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
  transition: 1s;
  position: relative;
  bottom: 0;
}

.srvcs_itm_ic img {
  width: 100%;
}

/* delp-srvce */

.technology_tools {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0px 70px 0px;
  background-image: url(../images/ai_banner_img1_new.webp);
}

.casestudy_heading {
  color: #fff;
  font-size: 40px;
  text-align: center;
}


.technology_tools_itm {
  border-radius: 15px;
  padding: 20px;
  margin-top: 25px;
  border: 1px solid #3a3d76;
  background: rgba(27, 30, 80, .7);
}

.technology_tools_itm_ic {
  text-align: center;
}

.technology_tools_itm_con {
  line-height: 1;
  margin-top: 15px;
  color: var(--white);
  text-align: center;
}

.page_portfolio_itm {
  padding: 30px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page_portfolio_rating_cn {
  background: #ffffff4f;
  padding: 11px 10px 10px;
  font-weight: 700;
  font-size: 23px;
  color: #000;
  border-radius: 5px;
  line-height: 1;
}

.page_portfolio_rating {
  display: flex;
  margin-top: 20px;
  gap: 10px;
  align-items: center;
}

.page_portfolio_rating_info ul {
  display: flex;
  gap: 5px;
  background: rgb(255 255 255 / 50%);
  border-radius: 10px;
  padding: 5px 10px;
}

.page_portfolio_itm_img {
  max-width: 370px;
  margin: 0 auto;
}

.page_portfolio_rating_info p {
  line-height: 1;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.aps-scrn-links {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.aps-scrn-link {
  margin: 15px 10px 0 0;
}

.portfolio_screens {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px #0000002e;
}

.portfolio_screens img {
  width: 100%;
}


.footer_tech_img img,
.page_portfolio_itm_logo img {
  max-height: 50px;
  max-width: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.truublue_app_portfolio {
  margin-top: 30px;
  background-image: url(../images/tuublue-portfolio-bg_new.webp);
  padding: 30px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio_screens img {
  width: 100%;
}

.page_portfolio_itm_img img {
  width: 100%;
}

.page_portfolio_itm:nth-child(2) .row,
.serviceNew_s_itm:nth-child(2n+2) .row {
  flex-direction: row-reverse;
}

.delp-srvce .section-heading span,
.line-red {
  display: block;
  background: #ff8285;
  height: 2px;
  width: 150px;
  margin: 20px auto;
}

.apps-develop-met {
  padding-bottom: 80px;
}

.btn_full {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5);
  background-size: 400% 400%;
  animation: 15s infinite gradient1;
  padding: 20px 0;
}

@keyframes gradient1 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.btn_full_img img {
  max-height: 350px;
  margin: 0 auto;
}

.text_white {
  color: var(--white)
}

.pg_solutions_itm img {
  width: 100%;
}

.pg_solutions_con {
  padding: 25px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 0 10px #0000002e;
}

.pg_solutions_img img {
  border-radius: 20px 20px 0px 0px;
}

.pg_solutions .col-lg-4 {
  margin-bottom: 30px;
}

.pg_solutions {
  padding: 3rem 0;
}


.timeline {
  position: relative;
  margin: 50px auto;
  padding: 20px 0;
  width: 90%;
  max-width: 600px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #ff2126;
}

.timeline-step {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}



.timeline-step::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #f76997;
  border: 4px solid white;
  border-radius: 50%;
  z-index: 10;
}

.step-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.ag-timeline-card_info {
  padding: 20px;
  display: flex;
  gap: 15px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 0 15px #ddd;
  text-align: left;
}

.time_Sec {
  padding: 2rem 0;
  background-color: #fff;
}

.home_btn_section .home_btn_right .buss-dtl-sct-img img {
  max-height: 356px;
}

.home_btn_section .buss-dtl-sct-img img,
.homeblk_btn_section .buss-dtl-sct-img img {
  max-width: 100%;
  margin-top: -60px;
}

.home_btn_right .col-md-4 {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}

.home_btn_section .home_btn_right.buss-dtl-sct .new_button_con {
  padding: 35px 45px 35px 0;
}

.new_button_con .heading_h2 {
  text-transform: initial;
}

.buss-dtl-sct-con h2 {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.home_btn_section .new_button_con p {
  font-size: 20px;
  color: #fff;
}

.buss-dtl-sct {
  background: #ee7752;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5);
  background-size: 400% 400%;
  animation: 15s infinite gradient1;
  border-radius: 30px;
}

.ex_tech {
  padding: 3rem 0;
}

.ai_videos_cls {
  padding-top: 50px;
  background-color: #000;
  position: relative;
  z-index: 9;
}

.fram_video iframe {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #fff;
  height: 400px;
}

.ai_videos_cls::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  background-image: url(../images/ai-vdo-bttm-shape.png);
  width: 546px;
  height: 411px;
  z-index: -9;
  background-position: bottom right;
}

.ai_videos_cls_tpbar {
  margin-bottom: 60px;
}

.flip-card-front-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.flip-card {
  background-color: #fff0;
  width: 100%;
  perspective: 1000px;
  height: 460px;
  border-radius: 20px;
  margin-top: 20px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2);
}

.flip-card-inner,
.ftr_sec .admin-img {
  text-align: center;
  border-radius: 20px;
}

.flip-card-front {
  background-color: #bbb;
  color: #000;
  overflow: hidden;
}

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
  top: 0;
}

.flip-card-front-img {
  padding-bottom: 460px;
  position: relative;
  overflow: hidden;
}

.flip-card-front-meta {
  position: absolute;
  bottom: 0;
  padding: 25px;
  color: #fff;
  z-index: 1;
  text-align: left;
  width: 100%;
}

.flip-card-front::after {
  content: "";
  background: linear-gradient(180deg, #fff0 0, #000 100%);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flip-card-front-ic {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flip-card-front-meta h3 {
  margin-top: 15px;
}

.ai_background,
.srvcs_itm:hover {
  background: #0079fe;
}

.flip-card-back {
  background-color: #0079fe;
  color: #fff;
  padding: 25px;
  z-index: 1;
}

.flip-card-back,
.flip-card-back .btn-sec {
  text-align: left;
}

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
  top: 0;
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip_list {
  margin: 20px 0 0;
  font-size: 16px;
}

.flip_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.flip-card-back,
.flip-card-back .btn-sec {
  text-align: left;
}

.flip-card-front h3 {
  color: var(--white)
}

.flip-card-back p {
  color: var(--white);
}

.flip_list li::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 15px;
  height: 16px;
  background-image: url(../images/check_pink.png);
  background-size: 15px;
  top: 2px;
}

.flip_list li::before {
  filter: brightness(0) invert(1);
}

.solution-main.srvces-main.service_page_benefits {
  margin: 0;
  padding: 42px 0 50px;
}

.benefits_s_items,
.benefits_s_item_con {
  margin-top: 20px;
}

.benefits_s_item {
  background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / .2) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #f5f5fc;
  padding: 20px;
  border-radius: 18px;
  height: calc(100% - 25px);
  margin-top: 25px;
}

.fntech_ic {
  border-radius: 10px;
  background: linear-gradient(180deg, #cedfde 0, #f0f4f3 100%);
  align-items: center;
  justify-content: center;
}

.blockchain_pl_ic,
.fntech_ic {
  display: inline-flex;
  width: 70px;
  height: 70px;
}

.needs_sec {
  padding: 50px 0;
  background: #f2f2f3;
}


.needs_sec_heading {
  position: sticky;
  top: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.needs_sec_info {
  padding-left: 50px;

}

.needs_sec_itm {
  gap: 25px;
  position: relative;
  display: flex;
  gap: 30px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, #fff0 52.87%, #fff 100%);
  margin-bottom: 30px;
  padding-right: 15px;
}

.needs_sec_ic {
  flex: 0 0 55px;
  position: relative;
}

.needs_sec_ic::before {
  content: "";
  position: absolute;
  right: -37.5px;
  width: 16px;
  height: 16px;
  background: #ffcebf;
  border: 2px solid #ff826e;
  border-radius: 40px;
  z-index: 1;
  top: 8px;
  animation: 1.5s infinite down1;
  -webkit-animation: 1.5s infinite down1;
}

.needs_sec_ic img {
  width: 100%;
}

.needs_sec_ic::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 0;
  width: 3px;
  border-radius: 10px;
  height: 55px;
  background: linear-gradient(180deg, #f77dad 0, #fc5d3d 100%);
}

.needs_sec_con {
  padding-left: 30px;
}

@keyframes down1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

.cta_S {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 0 80px;
  color: #fff;
  text-align: center;
  background-position: center;
  position: relative;
  background-image: url(../images/ai_back_new.webp);
}

.cta_S::before {
  content: "";
  background: rgb(0 0 0 / .8);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.cta_Simg_con {
  position: relative;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.accrodn-section-faq {
  padding: 30px 0px 50px 0px;
}

.accrodn-section-faq .btn-header-link {
  padding: 20px 80px 20px 30px;
  font-size: 22px;
}

.accrodn-section-faq .btn-header-link {
  display: block;
  text-align: left;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  margin: 0;
  background: #f5f9ff;
  border-radius: 30px;
  position: relative;
}

.accrodn-section-faq .card,
.blockchain_plateform_sld_con h3,
.blockchain_plateform_sld_ic,
.content_resources_ic,
.delp-srvce .dvlp-img,
.page_portfolio_itm_logo,
.rang_sec_img,
.service_ssss_itm_con h4 {
  margin-bottom: 15px;
}

.card-header {
  border: 1px solid #ccc;
  background-color: #f5f9ff;
  margin-bottom: 0px !important;
}

.accrodn-section-faq .card .card-body {
  border-radius: 30px;
  margin-top: 1px;
  font-size: 18px;
  padding: 30px;
}

.accrodn-section-faq .card .card-body {
  background: #f5f9ff;
  line-height: 30px;
  border-radius: 0;
  margin-top: 1px;
}

.accrodn-section-faq .btn-header-link:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.ckwq {
  background: #000;
}

.clutch_sec {
  background: #fff;
  padding: 25px 25px 20px;
}

.creer-hero.about_page:before {
  background: rgb(0 0 0 / 80%);
  content: "";
}

.creer-hero:before,
.dvp-tst button,
.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_page {
  position: relative;
}

.cr-hd p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.about_page .cr-hd h1 {
  color: #fff;
  font-size: 56px;
}

.cr-hd {
  text-align: center;
}

.about_page .home_banner_clients {
  text-align: center;
}


.creer-hero.about_page {
  background-image: url(../images/about_page_background.webp);
  padding: 50px 0;
}

.about_page .home_banner_client_itms {
  display: flex;
  gap: 30px;
  margin-top: 26px;
  justify-content: center;
}

.home_abt_img img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 15px #0000002e;
}

.home_abt_bg {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.home_abt_cnt {
  padding: 10px 0 10px 10px;
}

.help_list,
.help_service_itms .row [class*=col-],
.home_abt_col,
.inds_sec_itms .row [class*=col-],
.portfolio_slidersec {
  margin-top: 30px;
}

.home_abt_btn {
  animation: 15s infinite gradient1;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5);
  background-size: 400% 400%;
  height: 100%;
  padding: 10px;
  color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home_abt_cnt h3 {
  background: linear-gradient(90deg, #a85d99 .04%, #5680c4 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-size: 35px;
}

.home_abt_bg .row {
  align-items: flex-end;
}

.home_abt_cnt p {
  margin-top: 0px;
}

.home_abt {
  padding: 3rem 0;
}

.about_new_itm_hd {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.about_new_mv .row {
  align-items: center;
}

.about_new_itm_hd h3 {
  margin-bottom: 0px;
  font-weight: 600;
}

.about_values_in {
  border-top: 1px solid #c1cbdf;
  padding: 35px 0 50px;
}

.about_values {
  background-color: #fff;
  padding-bottom: 32px;
}

.about_new_s {
  background-color: #fff;
  padding-bottom: 0rem;
}

.about_values .section-heading {
  text-align: center;
}

.about_values_con,
.jploft_awards_s_itm {
  margin-top: 15px;
}

.about_values_itm {
  border-radius: 20px;
  border: 1px solid #cedfde;
  background: linear-gradient(0deg, #fff 0, #f0f4f3 100%);
  padding: 30px;
  height: 100%;
  transition: .5s;
}

.about_values_con h3 {
  font-size: 24px;
  font-weight: 600;
}

.about_new_itm:last-child,
.about_values_itms [class*=col-],
.thanks_procerss_its {
  margin-top: 30px;
}

.about_values_itm:hover {
  box-shadow: 0 0 50px #ddd;
}

.ofc-tem-sec.ofc-tem {
  padding: 32px 0 50px;
  position: relative;
}

.ofc-tem:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}

.prfe-img {
  text-align: center;
}

.prfe-img {
  max-width: 300px;
  margin: 0 auto;
}

.prfe-img img {
  border: 0;
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}


.ofc-tem-sec .team_itm .prfle-dtl {
  margin-top: 32px;
  padding-bottom: 0;
  text-align: center;
}

/* .ofc-tem-sec .team_itm a {
    position: relative;
    margin: -24px auto 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
} */

.prfle-dtl {
  padding: 12px 0;
}

.team_itm a {
  position: absolute;
  background-image: url(../images/linkedin-pr.svg);
  height: 56px;
  width: 56px;
  z-index: 99;
  background-repeat: no-repeat;
  bottom: 89px;
  left: 0;
  right: 0;
  margin: auto;
}

.about_page .cr-hd h1,
.team_itm h3 {
  color: #fff;
}

.ofc-tem-sec .prfle-dtl p {
  margin-bottom: 0;
  color: #fff;
}

.team_itm {
  margin-top: 20px;
}

.prfe-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.team_itm:hover .prfe-img-content {
  visibility: visible;
  opacity: 1;
}

.prfe-img-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  transition: .8s;
  visibility: hidden;
  opacity: 0;
  font-size: 17px;
  background-color: #000;
  height: 100%;
}

.our_locations_img img,
.thanks_procerss_img img {
  max-width: 100%;
  margin: 0 auto;
}

.jploft_awards_itms {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: 25px 0 15px;
}

.jploft_awards_s_itm a {
  width: 100%;
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 15px;
  display: block;
}

.jploft_awards_s_itm_rating_ic {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin: 25px 0 10px;
}

.jploft_awards_s_itm_rating_con {
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.our_client {
  background: linear-gradient(270deg, #D2E0FC 0%, #DAE5FB 50%, #EFF1FC 75%, #E7F4EE 100%);
  padding: 50px 0;
  text-align: center;
  min-height: calc(100vh - 113px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.oc_tag {
  border-radius: 26.5px;
  border: 1px solid #ED1F24;
  background: #FFF;
  display: inline-flex;
  color: #ED1F24;
  padding: 8px 25px 7px;
  font-size: 15px;
  line-height: 1;
}

.our_client_heading h1 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.our_client_heading h5 {
  font-weight: normal;
}

.our_client_itms {
  margin-top: 50px;
  position: relative;
  text-align: center;
}

.our_client_itms .row::before {
  content: "";
  border-radius: 40px;
  background: linear-gradient(180deg, #E0E9FB 0%, #5680C4 50%, #E0E9FB 100%);
  height: 100%;
  position: absolute;
  left: 33.33%;
  display: inline-flex;
  width: 2px;
}

.our_client_itm h3 {
  background: linear-gradient(90deg, #A85D99 0.04%, #5680C4 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  margin-bottom: 10px;
}

.our_client_itm h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

.our_client_itms .row::after {
  content: "";
  border-radius: 40px;
  background: linear-gradient(180deg, #E0E9FB 0%, #5680C4 50%, #E0E9FB 100%);
  height: 100%;
  position: absolute;
  right: 32.33%;
  display: inline-flex;
  width: 2px;
}

.our_global_clients {
  background: #000000;
  padding: 42px 0 50px;
}

.our_global_clients .heading_h2 {
  color: #fff;
}

.our_global_itm {
  background: #1D1D30;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  border-radius: 15px;
}

.our_global_itms [class*="col-"] {
  margin-top: 20px;
}

.our_global_itms [class*="col-"]:nth-child(2),
.our_global_itms [class*="col-"]:nth-child(4) {
  margin-top: 70px;
}

.our_clts {
  padding: 42px 0 50px;
  background-color: #fff;
}

.our_clt {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all .5s;
}

.our_clt img {
  max-width: 70%;
  max-height: 60px;
}

.our_clts .row [class*="col-"] {
  border: 1px solid #d8e1e1;
  border-top: 0;
  border-left: 0;
}

.our_clts .row [class*="col-"] {
  padding: 15px;
}

.creer-hero {
  padding: 35px 0;
  color: #fff;
  background-image: url(../images/reviews_banner_image.webp);
  position: relative;
}

.creer-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
}

.review_banner_s .hire_counters {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.home_page .hire_counters,
.review_banner_s .hire_counters {
  border: 1px solid #767373;
  border-radius: 15px;
  padding: 20px;
  justify-content: center;
  text-align: center;
  background: rgb(0 0 0 / .3);
  gap: 40px;
}

.review_banner_s .hire_counters .hire_counter_itm {
  flex: 0 0 calc(50% - 30px);
}

.hire_counter_nm span {
  font-size: 24px;
  display: inline-flex;
  color: #aaa;
  line-height: 3;
}



.hire_counter_nm {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.hire_counter_cn {
  text-transform: uppercase;
  font-size: 14px;
  color: #ccc;
  margin-top: 7px;
}

.clt-revw-testi {
  padding: 40px 0;
  background: #000;
}


.slide-item {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.review_verify+.clutch_metas .clutch_metas_itm:first-child {
  background: unset;
  flex: 0 0 auto;
  color: #84919e;
  padding: 0;
}

.load-more__item .slide-item {
  background-color: #1b1b1b;
}

.clt-revw-testi .btn-sec {
  margin-top: 59px;
  text-align: center;
}

.clutch_metas_itm:first-child {
  background: #313539;
  padding: 6px 15px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.clutch_metas {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.clutch_metas_itm {
  align-items: center;
  gap: 7px;
}

.clutch_metas_itm,
.clutch_sec_source {
  font-size: 15px;
  color: #84919e;
  display: flex;
}

.clutch_para p {
  -webkit-line-clamp: 5;
  line-height: 1.6;
  font-size: 15px;
  color: #fff;
}

.clutch_r_user {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  border-top: 1px solid #393535;
  padding-top: 25px;
  align-items: center;
}

.clutch_r_user_designation {
  margin: 8px 0 0 !important;
  font-size: 14px !important;
  color: #84919e !important;
  line-height: 1 !important;
}

.clutch_r_user_nm {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.load-more__item {
  margin-top: 20px;
}

.srvcs_itm_meta .heading_h3 a {
  color: #000;
  text-decoration: underline;
}

.srvcs_itm_con a {
  color: skyblue;
}

.similar-secs .srvcs_itm:hover,
.ewallet_background {
  background: #6184B9;
  background: linear-gradient(283deg, #6184B9 0.75%, #AA5C98 97.07%);
}

.similar-secs .srvcs_itm:hover .srvcs_itm_meta .heading_h3 a {
  color: #fff;
}

.bespoke_solution_itm {
  border-radius: 20px;
  border: 1px solid #cedfde;
  background: linear-gradient(0deg, #fff 0, #f0f4f3 100%);
  padding: 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.bespoke_solution_itm::before {
  content: "";
  background: #ed1f24;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  transition: .5s;
}

.bespoke_solution_itm:hover .bespoke_solution_ic img {
  filter: brightness(0) invert(1);
}

.bespoke_solution_con,
.bespoke_solution_ic {
  position: relative;
}

.bespoke_solution_ic {
  margin-bottom: 20px;
}

.bespoke_solution_itm:hover::before {
  width: 100%;
  height: 100%;
  transition: .5s;
}

.bespoke_solution_itm:hover .bespoke_solution_con h3,
.bespoke_solution_itm:hover .bespoke_solution_con p {
  color: #fff;
}


.bespoke_solution_shape img {
  max-width: 140px;
}

.bespoke_solution_shape {
  margin-bottom: -40px;
  position: relative;
  margin-top: 40px;
  display: inline-block;
}

.bespoke_solution [class*=col-] {
  margin-top: 30px;
}

.blockchain_plateform {
  background-color: #000;
}

.blockchain_plateform .slick-prev {
  left: -44px;
}

.blockchain_plateform .slide-item {
  padding: 4px;
}

.blockchain_plateform_sld_in {
  background: #1b233d;
  padding: 14px;
  border-radius: 15px;
  overflow: hidden;
  height: 369px;
}

.blockchain_plateform .slick-next {
  right: -45px;
}

.blockchain_plateform_sld_in h3 {
  color: #fff;
  font-size: 23px;
}

.blockchain_plateform_sld_in p {
  color: #fff;
}

.blockchain_plateform_sld_in a {
  color: #fff;
  text-decoration-line: underline !important;
}

.blockchain_pl_ic {
  background: #fff;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.extra-delp .srvcs_itm img {
  width: 64%;
}

.sta_process_itms {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.sta_process_itm {
  flex: 0 0 20%;
  padding: 0 15px;
  text-align: center;
  margin-top: 30px;
}

.sta_process_itm_ic {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 34px 0 rgba(0, 0, 0, .08);
  padding: 15px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
}

.sta_process_itm .sta_process_itm_hrf .sta_process_itm_ic img {
  transform: scale(1);
  transition: .5s;
  max-width: unset;
}

.sta_process_itm_con {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.sta_process_itm .sta_process_itm_hrf:hover .sta_process_itm_ic img {
  transform: scale(.8);
  transition: .5s;
}

.two-delp .srvcs_itm:hover {
  background: linear-gradient(118deg, #8066FF 1.15%, #A490FF 97.66%);
}

.support_modals {
  background: #000;
  color: #fff;
  padding: 32px 0 50px;
}

.support_modal_itm {
  border-radius: 25px;
  border: 1px solid #394053;
  background: #161623;
  padding: 30px;
  height: 100%;
  display: flex;
  gap: 20px;
}

.support_modal_cnt {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #485167;
  font-size: 130px;
  font-weight: 800;
  color: #161623;
  line-height: 1;
  flex: 0 0 83px;
  max-width: 83px;
  text-align: right;
  font-family: sans-serif;
}

.support_modal_con {
  padding-top: 20px;
}

.support_modal_con h3 {
  margin-bottom: 15px;
  margin-left: -46px;
  color: #fff;
}

.support_modal_con p {
  color: #fff;
}

.support_modals [class*="col-"] {
  margin-top: 25px;
}

.pdng-cntnr .row {
  align-items: center;
}

.header_logo_sld {
  background: #24465e;
  padding: 10px;
  display: inline-flex;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.snd-banner {
  background-image: url(../images/banner-bg.webp) !important;
  padding: 160px 0px !important;
  background-repeat: no-repeat !important;
}

.ss2 {
  color: #fff !important;
}

.benifts ul li.blu-shpe {
  background: url(../images/blue-shape.svg) no-repeat;
  width: 315px;
  height: 156px;
  padding: 35px 30px 30px;
  text-align: right;
}

.benifts [class*="col-"]:first-child ul li.blu-shpe h3 {
  padding-left: 40px;
}

.benifts ul li.blu-shpe h3 {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  width: 180px;
  margin-right: 10px;
  font-weight: 500;
}

.benifts ul li.blu-shpe img {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
}

.benifts [class*="col-"]:first-child ul li:first-child {
  margin-left: 20%;
}

.benifts ul li.gren-shape {
  background: url(../images/gren-shape.svg) no-repeat;
}

.benifts ul li.prpl-shape {
  background: url(../images/prpl-shape.svg) no-repeat;
}

.benifts [class*="col-"]:first-child ul li:last-child {
  margin-left: 20%;
}

.benifts ul li.orange-shape {
  background: url(../images/orange-shape.svg) no-repeat;
}

.bnftt img {
  margin: 0 auto;
  width: 100%;
}

.benifts [class*="col-"]:last-child ul li:first-child {
  margin-right: 20%;
}


.benifts [class*="col-"]:last-child ul li.blu-shpe h3 {
  padding-right: 35px;
}

.benifts ul li.blu-rht {
  width: 322px;
  height: 156px;
  padding: 35px 30px 30px 45px;
  text-align: right;
  float: right;
}

.benifts ul li.blu-rht h3 {
  text-align: left;
  width: 150px;
  margin-left: 10px;
}

.benifts ul li.pink-shape {
  background: url(../images/pink-shape.svg) no-repeat;
}

.benifts ul li.yelow-shape {
  background: url(../images/yelow-shape.svg) no-repeat;
  margin-left: 70px;
}

.benifts ul li.blued-shape {
  background: url(../images/blued-shape.svg) no-repeat;
  margin-left: 70px;
}

.benifts [class*="col-"]:last-child ul li:last-child {
  margin-right: 20%;
}

.benifts ul li.red-shape {
  background: url(../images/red-shape.svg) no-repeat;
}

.abt-srvc h3 {
  font-size: 34px;
  color: #000;
  line-height: 48px;
  font-weight: 700;
}

.col-md-6.text-left p {
  border-left: 2px solid #e0e0e0;
  padding-left: 25px;
}

.solution-main {
  overflow: hidden;
  padding-top: 50px;
}

.srvc-weare .col p {
  margin-top: -10px;
}

.srvc-weare {
  padding: 2rem 0;
  background-color: #fff;
}

.different_industries {
  padding: 40px 0px;
}

.different_industries_itm {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  color: #000;
  transition: 1s;
  margin-top: 26px !important;
  min-height: 180px;
}

.different_industries_itm_ic {
  margin-bottom: 20px;
}

.different_industries_itm h4 {
  font-size: 22px;
  font-weight: 500;
}

.different_industries_itm .different_industries_itm_ic img,
.different_industries_itm h4 {
  transform: scale(1);
  transition: 1s;
}

.different_industries_itm:hover .different_industries_itm_ic img {
  transform: scale(.7);
  transition: 1s;
}

.different_industries_itm:hover h4 {
  transform: scale(.9);
  transition: 1s;
  color: #ed1f24;
}

.different_industries_itm:hover {
  box-shadow: 0 31px 42px 0 rgb(0 0 0 / .5);
  transition: 1s;
}

.why_cake {
  background-color: #fff;
}

.why-process-bx img {
  border-radius: 8px 8px 0 0;
  max-width: 100%;
  width: 100%;
}

.why-process-bx {
  height: calc(100% - 40px);
}

.why-process-bx {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / .1) !important;
  margin-bottom: 40px;
}

.why-process-bx h3 {
  font-size: 20px;
  padding: 0 20px;
  margin-top: 20px;
}

.why-process-bx p {
  padding: 0 20px;
  line-height: 25px;
  padding-bottom: 20px;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: none !important;
}

.want-to {
  padding: 0px 0px;
  background: #fff;
  margin-bottom: 0px;
}

.want-to .container {
  background: #f7f9f8;
  border-radius: 14px;
}

.faq-sec {
  background-color: #fff;
}

.fa-angle-down:before {
  content: "";
  background: url(../images/down-arrow1.svg) no-repeat;
  width: 22px;
  height: 12px;
  display: block;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.md-accordion .card .fa-angle-down,
.site-header-number .site-right {
  float: right;
}

.mistake_sec_itms .row [class*=col-],
.pg_solutions_in .row [class*=col-] {
  margin-top: 30px;
}


.pg-extra-two .pg_solutions_con {
  height: 261px;
}

.snapkart_app_portfolio {
  background: #328278;
}

.page_portfolio_itm_info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.page_portfolio_itm_info p {
  color: #fff;
}

.page_portfolio_itm_img img {
  max-height: 390px;
  margin: 0 auto;
  transform-style: preserve-3d;
  transition: .5s ease-in-out;
}

.glassesfly_app_portfolio {
  background: #e2e6e9;
}

.page_portfolio_itm {
  margin-top: 30px;
}

.page_portfolio_itm_img img:hover {
  background-position: 80% 20%;
  transform: rotate3d(.5, 1, 0, 30deg);
}

.padding-one {
  padding: 150px 0px !important;
}

.gg-banner {
  padding: 80px 0px 110px 0px !important;
}

.ourbrandsslider img {
  width: auto !important;
  height: 35px;
}

.ourbrandsslider.slick-slider {
  width: 100%;
}

.ourbrandsslider {
  display: flex;
  overflow: hidden;
}

.pplr-logos {
  position: relative;
  bottom: 10px;
  width: 100%;
  margin: auto;
  z-index: 1;
  left: 0%;
  background: #1a1b1d;
}

.bespoke_solution_itm_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  background: #ed1f24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bespoke_solution_itm_btn a {
  padding: 25px;
}

.dvlp-dtl:before,
.proc-step:before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(124deg, #ebecf000 0, #ffffff00 100%);
  box-shadow: inset 3px 2px 8px #00000026;
  border-radius: 27px;
}

.dvlp-dtl {
  padding: 40px;
  background: #fff;
  margin-bottom: 20px;
  min-height: 300px;
  position: relative;
  box-shadow: inset -6px -5px 9px #fdfdfd;
  min-height: unset;
  border-radius: 26px;
}

.delp-srvce .dvlp-dtl h2 {
  margin-bottom: 15px !important;
  font-size: 24px;
}

.delp-srvce .dvlp-dtl{
  height: 100%;
  min-height: unset;
}


.count-up h6 {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

sup {
  top: -.5em;
}

.stat-vid.counter_s {
  padding: 50px 0;
  background: #0a0916;
  margin: 0;
  margin-top: -8px;
}

.count-up p {
  color: #8a8aa4;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.count-up h3 {
  font-size: 62px;
  font-weight: 800;
  color: #fff;
}

.abc-sec {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #474759;
}

.dev-process-bx {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / .1) !important;
  padding: 15px;
  position: relative;
  margin-top: 70px;
  height: calc(100% - 70px);
}

.dev-process-bx span {
  text-align: left;
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #b6b6b6;
  height: 41px;
}

.dev-process-bx img {
  position: absolute;
  top: -72px;
  left: calc(50% - 72.5px);
}

.dev-process-bx h3 {
  margin-top: 15px;
  font-size: 24px;
}

.second-buss-dlt {
  padding: 40px;
  text-align: center;
  color: var(--white);
}

.second-buss-dlt h2 {
  font-size: 44px;
  line-height: 1.2;
  width: 75%;
  margin: 0 auto 20px;
}

.second-buss-dlt p {
  font-size: 24px;
}

.app-like-urbanclap .features_sec_tabs ul.nav-pills .nav-link .features_sec_tabs_ic img,
.app_works_itm_ic img,
.gre-bg-lit .buss-dtl-sct button.myButt img,
.shopify_app_portfolio2 .page_portfolio_itm_logo img {
  filter: brightness(0) invert(1);
}

.buss-dtl-sct button img,
.colne-title h3 {
  margin-left: 10px;
}

.consulting_itm {
  margin-top: 30px;
}

.consulting_itm_con h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.a-btn {
  color: #fff !important;
}

.serviceNew_s {
  padding: 0 0 50px;
  background: #0b1634;
  color: #fff;
}

/* serviceNew_s */


.serviceNew_s .section-heading h2 {
  color: #fff;
}

.serviceNew_s .row {
  align-items: center;
}

.serviceNew_s p {
  color: #fff;
}

.serviceNew_s h3 {
  color: #fff;
}

.serviceNew_s img {
  max-width: 100%;
}

.serviceNew_s_itm {
  border-top: 1px solid #2b3b66;
  margin-top: 50px;
  padding-top: 50px;
}

/* serviceNew_s */

.rnk-bsns-header-right .row .col {
  padding: 15px 25px !important;
  border-radius: 20px;
  flex: 0 0 calc(25% - 11px);
}

.rnk-bsns-header-right .row .col,
.slider_s#grocery-banner {
  background: radial-gradient(75.99% 262.53% at 95.73% 108.2%, rgb(0 102 255 / .2) 0, #fff0 100%), radial-gradient(30.61% 75.99% at 3.39% 9.41%, #e6f4ed 0, #fff0 100%), #f5f5fc;
  background-blend-mode: normal, normal, darken, normal;
}

.rnk-bsns_itm_ic {
  flex: 0 0 50px;
  margin-left: auto;
}

.rnk-bsns_itm {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rnk-bsns_itm_ic img {
  width: 100%;
}

.rnk-bsns .row {
  margin: 0 -8px !important;
}

.rnk-bsns-header-right .row {
  gap: 14px;
}

.rnk-bsns-header-right h3 {
  font-size: 32px;
  color: #000 !important;
}

.rnk-bsns-header-right p {
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}

.rnk-bsns_img {
  background: #fff;
  border-radius: 10px;
  height: 190px;
  margin-bottom: 20px;
}

.rnk-cover {
  margin-top: 30px;
}

.pplr-logos .row,
.rnk-bsns_img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rnk-bsns-bg {
  padding: 0;
  background: #fff0;
  text-align: center;
}

.rnk-bsns-bg h3:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px auto;
  background: #fcaa00;
}

.rnk-bsns_img img {
  max-width: 58%;
  transition: 0.3s ease-in-out;
}

.rnk-bsns_img img:hover {
  transform: scale(1.1);
}

.different_sec {
  background: #0b1634;
  padding: 42px 0 50px;
  margin-bottom: 0;
}

.different_sec_itm {
  background: #182548;
  border-radius: 15px;
  padding: 20px 25px;
  color: #fff;
}

.different_sec_itms_in {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.different_sec_itm h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #fff;
}

.different_sec_itm p {
  color: #ccc;
  margin-bottom: 0;
}

.different_middle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.different_middle_image:first-child {
  left: -34px;
  top: 10px;
}

.different_middle_image {
  position: absolute;
  z-index: 1;
}

.different_middle_image:nth-child(3) {
  right: -34px;
  top: 10px;
}

.different_middle_image:nth-child(2) {
  bottom: 10px;
  left: -34px;
}

.different_middle_image:nth-child(4) {
  right: -34px;
  bottom: 10px;
}

.delp-srvce.block_services {
  padding-top: 40px;
}

.block_sec_itm {
  margin-top: 16px;
}

.block_sec_itm {
  position: relative;
  padding-left: 45px;
}

.block_sec_itm::before {
  content: "";
  background-image: url(../images/check-arrow-blk.svg);
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0;
}

.delp-srvce [class*="col-"] {
  margin-bottom: 1.5rem;
}

.block_sec_itm h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.howappwork .how-it-wokrs-list li .how-left figcaption,
.howappwork .how-it-wokrs-list li .how-right figcaption {
  width: 100%;
  transition: 1s;
}

.howappwork .how-it-wokrs-list li .how-left figcaption,
.howappwork .how-it-wokrs-list li .how-right figcaption {
  padding: 30px;
  background: #fff;
  margin-left: auto;
  box-shadow: 0 7px 30px #e4f3f8;
  border-radius: 10px;
}

.howappwork .how-it-wokrs-list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.howappwork .how-it-wokrs-list li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.different_industries .home_btn_section,
.howappwork .how-it-wokrs-list li:last-child {
  padding-bottom: 0;
}

.howappwork .how-it-wokrs-list li figure {
  transform: translateY(-50%) scale(1);
  transition: 1s;
}

.how-it-wokrs-list li:nth-child(2n) figure {
  left: -33px;
}

.howappwork .how-it-wokrs-list li figure {
  position: absolute;
  top: 50%;
  right: -33px;
  width: 65px;
  height: 65px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ED1F24;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.howappwork .how-it-wokrs-list li .how-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 80px;
  position: relative;
  z-index: 1;
}

.howappwork .how-it-wokrs-list .how-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 80px 0 0;
  position: relative;
}

.howappwork .how-it-wokrs-list li::after {
  bottom: 0;
}

.howappwork .how-it-wokrs-list li::after,
.howappwork .how-it-wokrs-list li::before {
  content: "";
  height: 50%;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.app-like-netflix .app_works_itm_ic,
.app-like-netflix .features_sec_tabs ul.nav-pills .nav-link.active,
.app-like-netflix .features_sec_tabs ul.nav-pills .nav-link:hover,
.howappwork .how-it-wokrs-list li::after,
.howappwork .how-it-wokrs-list li::before,
.modal8 a.close {
  background: #ed1f24;
}

.howappwork .how-it-wokrs-list li::after,
.howappwork .how-it-wokrs-list li::before {
  content: "";
  height: 50%;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.card:hover .content .from-bottom,
.howappwork .how-it-wokrs-list li::before,
header {
  top: 0;
}

.howappwork .how-it-wokrs-list li:hover figure {
  transform: translateY(-50%) scale(.5);
  transition: 1s;
}

.different_industries_itm:hover,
.howappwork .how-it-wokrs-list li:hover .how-left figcaption,
.howappwork .how-it-wokrs-list li:hover .how-right figcaption {
  box-shadow: 0 31px 42px 0 rgb(0 0 0 / .5);
  transition: 1s;
}

.ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: repeating-radial-gradient(#fff0 0, rgb(237 31 36 / .15) 50%, rgb(237 31 36 / .5) 75%, rgb(237 31 36 / .05) 100%);
  -webkit-animation: 2s ease-in-out infinite pulse_shadow;
  animation: 2s ease-in-out infinite pulse_shadow;
}

@keyframes pulse_shadow {
  0% {
    box-shadow: 0 0 0 0 rgb(237 31 36 / .25);
  }

  100% {
    box-shadow: 0 0 3px 30px #fff0;
  }
}

.srvces-main.range_sec .row [class*=col-]:first-child .rang_sec_in {
  border-color: #1c71b8;
}

.rang_sec_in {
  height: calc(100% - 30px);
  margin-top: 30px;
  background: #fff;
  border: 1px solid #ED1F24;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 0 10px #ececec;
  position: relative;
}

.srvces-main.range_sec .row [class*=col-]:first-child .rang_sec_in::after {
  background: #1c71b8;
}

.rang_sec_in::after {
  content: "";
  width: 60%;
  height: 15px;
  background: #ED1F24;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-radius: 0 0 20px 20px;
  right: 0;
  margin: 0 auto;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(2) .rang_sec_in::after {
  background: #95c11c;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(2) .rang_sec_in {
  border-color: #95c11c;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(3) .rang_sec_in {
  border-color: #662283;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(3) .rang_sec_in::after {
  background: #662283;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(4) .rang_sec_in {
  border-color: #e94d1c;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(4) .rang_sec_in::after {
  background: #e94d1c;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(5) .rang_sec_in {
  border-color: #e71c73;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(5) .rang_sec_in::after {
  background: #e71c73;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(6) .rang_sec_in {
  border-color: #f9b232;
}

.srvces-main.range_sec .row [class*=col-]:nth-child(6) .rang_sec_in::after {
  background: #f9b232;
}

.shopify_app_portfolio1 {
  background: #fcaa07;
}

.shopify_app_portfolio2 {
  background: #169dff;
}

.consulting_itm_nw {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 20px;
  height: calc(100% - 30px);
}

.consulting_itm_nw .consulting_itm_ic {
  background: #ff8285;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin: 0 auto;
}

.consulting_itm_ic img {
  max-width: 100%;
}

.why-join-us.why-tech {
  padding: 42px 0 30px;
}

.why-join-us {
  background: #000;
}

.ofc-joim h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.ofc-joim p {
  text-align: left;
  color: #f1f1f1;
}

.why-tech .ofc-joim {
  min-height: unset;
}

.ofc-joim {
  background: #161623;
  padding: 30px;
  min-height: 470px;
  height: calc(100% - 20px);
}

.ofc-joim img {
  margin-bottom: 20px;
}

.section-padding.howappwork {
  background: #eef;
  padding: 42px 0 50px;
}

.header_logo_sld_w img {
  filter: invert(1);
}

.left_right_sec {
  padding: 70px 0;
  background: #f6f9fb;
}

.left_right_sec_itm_head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.left_right_sec_itm_head h4{
  margin: 0;
  font-size: 24px;
  color: #000;
}

.left_right_sec .col-6:first-child {
    border-right: 1px solid #bfbfbf;
}

.left_right_sec .col-6:nth-child(2) .left_right_sec_itm .left_right_sec_itm_head {
    flex-direction: row-reverse;
}

.left_right_sec .col-6:nth-child(2) .left_right_sec_itm {
    text-align: right;
}

.header_logo_sld img{
  height: auto;
}
.home_experts_img img {
  max-width: 100%;
}
.consultation_btn{
  padding: 20px 0px;
}

.partner_secitm img{
  width: 100%;
}

.home_banner_client_itm img{
  width: 100%;
}

.accordion{
  margin-top: 15px;
}

.ppttjp a{
  display: none;
}