.Marquee-tag img {
  width: 200px;
  height: auto;
}

.client-slids {
  background: #fff;
}

.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 30s linear infinite running;
  -moz-animation: marquee 30s linear infinite running;
  -o-animation: marquee 30s linear infinite running;
  -ms-animation: marquee 30s linear infinite running;
  animation: marquee 30s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 220px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  /* background: rgba(255,255,255,0.5);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer; */
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.wc-btn-a {
  padding-bottom: 10px;
  color: #ffffff;
}

.comman_btn.banner_cta .lgs-btn {
  padding-bottom: 8px;
}
.dropdown-item {
  font-weight: 500 !important;
  font-size: 15px !important;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
i.fa-solid.fa-phone {
  font-style: normal;
  font-weight: 600;
  font-size: 0px;
}

a {
  color: rgb(2, 39, 65);
  /* font-weight: 600 !important; */
}
span {
  color: inherit;
  /* font-weight: 700 !important; */
}
div.col-md-6 > div.comman_btn > a > ::after,
div.offset-xl-4 > div.comman_btn > a > ::after,
div.content-btn-block > div.comman_btn > a > ::after,
div.our-work-desc > div.comman_btn > a > ::after,
div.comman_btn > a > span > ::after,
div.comman_btn > a > span > ::after,
div.comman_btn > a > span > ::after,
div.comman_btn > a > span > ::after,
div.comman_btn > a > span > ::after,
div.comman_btn > a > span > ::after {
  font-weight: 600 !important;
  color: inherit;
}

/* *{
      font-family: system-ui,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  } */
p {
  color: #878787;
  line-height: 26px;
}

.bg-grey {
  background: #f9f9f9;
}

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

.to_srl_dv.backTotop {
  display: none;
}

.home-pg {
  padding: 40px 0;
}

.home-pg-wrp {
  align-items: center;
}

ul.client_logo_new {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 70%;
}

ul.client_logo_new li > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

/* Section 3 Css */
.our-work {
  padding: 60px 0;
}

.our-work-desc {
  padding-left: 60px;
}

.counter-block {
  padding-right: 40px;
  display: flex;
  align-items: flex-end;
}

.counter-wrp {
  padding-top: 50px;
}

/* End */
/* Section 4 CSS */
.img-listing {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

.img-listing li > img {
  width: 200px;
  height: 80px;
}

.img-listing li:nth-child(2) img {
  margin-left: 50px;
}

.content-btn-block {
  padding: 0 60px;
}

.br-top {
  padding-top: 80px;
  border-top: 1px solid #c5c5c5;
}

.auto-journey {
  padding-bottom: 60px;
}

.contact_redirect {
  margin: 80px 0;
}

.our-industry {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .content-btn-block {
    padding: 20px 0;
  }

  .client-logo {
    display: block !important;
  }
}

/* End */

/* Client Listing */
.client-logo-list {
  padding: 0 0 60px;
}

.client-listing {
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.client-logo img {
  max-width: 120px;
  height: 100%;
}

.client-logo-list .description-16 {
  width: 60%;
  text-align: center;
  margin: auto;
}

@media (max-width: 991px) {
  .client-logo-list .description-16 {
    width: 100%;
  }

  .client-listing {
    justify-content: center;
  }

  .img-listing li:nth-child(2) img {
    margin-left: 0px;
  }
}

@media (min-width: 481px) and (max-width: 560px) {
  .client-listing {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .client-listing {
    justify-content: space-around;
  }
}

/* Client Slider Module */
.cli_partner_slider_new.slick-initialized .slick-slide {
  text-align: center !important;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cli_partner_slider_new.slick-initialized .slick-slide img {
  display: block;
  width: 100px;
  height: auto;
}

.cli-client-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  height: 72px;
}

.cli-client-logo li > img {
  width: 100px;
  height: 100%;
  object-fit: contain;
}

.cli_partner_slider_new .slick-dots {
  display: none !important;
}

.client-slid {
  /* background: transparent linear-gradient(99deg, #242424F2 0%, #FFFFFF26 100%) 0% 0% no-repeat padding-box; */
  border: 1px solid #ffffff30;
  border-radius: 5px;
  opacity: 1;
  backdrop-filter: blur(12px);
  padding: 50px 30px 30px;
  /* margin-bottom: 90px; */
}

/* End */

/* End */

/* Our Industries */
.our-achieve ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 30px;
  margin-top: 30px;
}

.our-achieve ul > li > h4 {
  font-size: 28px;
  font-weight: 600;
}

.industries-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding-left: 100px;
  margin-top: 50px;
  gap: 20px;
}

.industries-ul li {
  flex: 0 0 38%;
  max-width: 38%;
  font-weight: 600;
  position: relative;
}

.industries-ul li:after {
  position: absolute;
  content: "";
  top: 4px;
  left: -40px;
  background: url(/images/list-icon.webp);
  background-size: cover;
  width: 24px;
  height: 24px;
}

.resource-center-section {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home-pg {
  }
  .industries-ul {
    padding-left: 0px;
    justify-content: space-between;
    padding-left: 40px;
  }

  .home_slider_img_new img {
    height: 100%;
    width: 100%;
  }

  .cli-client-logo {
    justify-content: center;
    gap: 40px;
  }

  .home_slider_img_new {
    margin-top: 30px;
  }

  .resource-center-section {
    padding: 40px 0 40px;
  }
}

/* End */

.sticky-icon {
  z-index: 99;
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sticky-icon a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 220px;
  justify-content: end;
}

.sticky-icon a > span.i-txt {
  display: none;
}

.sticky-icon a:hover span.i-txt {
  display: block;
  margin-right: 8px;
  background: #e9e9e9;
  padding: 3px 10px;
  color: #000;
}

.sticky-icon a > i {
  box-shadow: 0px 3px 16px #00000029;
}

.sticky-icon a i {
  background-color: #fff;
  height: 46px;
  width: 46px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.fa-phone:before {
  content: "\f095";
  font-size: 20px;
  position: relative;
  top: 4px;
}

.fa-envelope:before {
  content: "\f0e0";
  font-size: 20px;
  position: relative;
  top: 4px;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

@media (max-width: 767px) {
  .home-pg-wrp {
    flex-direction: column-reverse;
  }
}

.count.percent {
  font-size: 40px;
  font-weight: 700;
  color: #012840;
  text-align: center;
}

.counter-block-img img {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.counter-block-img-2 img {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.counter-block-img {
  position: relative;
}

.counter-block-img:before {
  position: absolute;
  content: "Lead Conversion";
  left: 0;
  top: 85%;
  text-align: center;
  color: #000000;
  z-index: 1;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.counter-block-img-2 {
  position: relative;
}

.counter-block-img-2 img {
  height: 100%;
  width: 100%;
}

.counter-block-img-2:before {
  position: absolute;
  content: "Overall Form Fill";
  left: 0;
  top: 75%;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

h5.percent:after {
  content: "%";
  display: inline-block;
}

@media (max-width: 1199px) {
  .counter-block-img:before {
    padding: 0;
  }

  .counter-block-img-2:before {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .counter-block-img-2:before {
    font-size: 14px;
  }

  .counter-block-img:before {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .our-work-desc {
    padding-left: 0;
    padding-top: 20px;
  }
}

.tf_home_aboutus_wrp .counter-loaded {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 24px;
  color: #000;
}

.tf_home_aboutus_wrp .counter-loaded:after {
  content: "+";
  display: inline-block;
}

.tf_home_aboutus_wrp .count-block-m {
  justify-content: end;
  width: 80%;
  margin-left: auto;
}

.tf_home_aboutus_wrp .count-area-content-1 {
  background-color: #ffde1d;
  padding: 30px;
  min-height: 180px;
}

.tf_home_aboutus_wrp .count-area-content-2 {
  background-color: #ffffff;
  padding: 30px;
  min-height: 180px;
}

.tf_home_aboutus_wrp .count-box {
  padding: 0;
}

.tf_home_aboutus_wrp .count-title {
  font-size: 16px;
  color: #6d6e71;
}

@media (max-width: 991px) {
  .tf_home_aboutus_wrp .count-block-m {
    width: 100%;
    margin: 0;
  }

  .tf_home_aboutus_wrp .count-box {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .tf_home_aboutus_wrp .count-area-content-1 {
    margin-bottom: 20px;
  }
}

.quote-left-icn-img img {
  width: 100%;
  max-width: 50px;
  height: 100%;
}

.testimonial-content-bx {
  padding: 40px;
}

.testimonial-content-bx {
  border: 1px solid #878787;
  border-radius: 10px;
  height: 100%;
}

.testimonial-content p {
  height: 320px;
  font-weight: 500;
}

.testimonial-row {
  max-width: 950px;
  margin: auto;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .testimonial-content p {
    height: 440px;
  }
}

@media (max-width: 767px) {
  .testimonial-row {
    gap: 30px;
  }
}

@media (max-width: 439px) {
  .testimonial-content p {
    height: inherit;
  }
}
.type_resource_bx a:after {
  min-height: 300px;
  display: block;
  background: rgb(0 0 0 / 78%);
  content: "";
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.resource_cnt {
  background: none !important;
  background: none !important;
  z-index: 9 !important;
}
.type_resource_bx a:hover h5.text-white,
.type_resource_bx a:hover h3 {
  color: #000 !important;
}
.type_resource_bx a:hover:after {
  background: rgb(48 207 242 / 90%);
}

.sl01 .type_resource_bx {
  margin-right: 0px;
}
.sl01 .type_resource_bx:nth-child(1) {
  margin-right: 0px;
  min-height: 300px;
  border-radius: 10px;
}
.sl01 .type_resource_bx:nth-child(2) {
  width: 48%;
  margin: 20px 0 0;
  float: left;
  border-radius: 10px;
  min-height: 350px;
}
.sl01 .type_resource_bx:nth-child(3) {
  float: right;
  width: 48%;
  margin: 20px 0 0;
  border-radius: 10px;
  min-height: 350px;
}

.sl02 .type_resource_bx:nth-child(1) {
  width: 48%;
  margin: 0px 0 20px;
  float: left;
  min-height: 350px;
  border-radius: 10px;
}
.sl02 .type_resource_bx:nth-child(2) {
  float: right;
  width: 48%;
  margin: 0px 0 20px;
  min-height: 350px;
  border-radius: 10px;
}
.sl02 .type_resource_bx:nth-child(3) {
  margin-right: 0px;
  min-height: 300px;
  border-radius: 10px;
  clear: both;
}

/* resouce box */
.resource_cnt h3 {
  font-size: 20px;
  line-height: 28px;
}
h5.font-regular {
  font-size: 14px;
}

img {
  width: 100%;
}

.hm_awrd_bx img {
  height: 100%;
}

.home_slider_img img {
  height: 100%;
  width: 100%;
}

.vdio_pnl_bx img {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .prod_img img {
    height: 100%;
  }

  .tf_home_product-img.visible::before {
    z-index: -1;
  }

  .hm_slide_patch_logo img {
    height: 100%;
  }
  .sl02 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mr_tch {
    margin-bottom: 12px;
  }
  .home-pg-wrp .heading-50 {
    font-size: 32px;
    line-height: 42px;
  }
  ul.client_logo_new {
    margin-top: 20px;
    width: 100%;
  }
}
