
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
span.header-topbar-logo {
  width: 150px;
  height: 100%;
  display: inline-block;
}
span.header-topbar-logo img.img-fluid-topbar-icon {
  width: 100%;
  height: 100%;
  margin-left: 50px;
}
span.header-topbar-menu {
  width: 30px;
  height: 25px;
  display: inline-block;
}
span.header-topbar-menu img {
  width: 100%;
  height: 100%;
}
ul li.order-listing-navbar-link .header-link {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
ul li.order-listing-navbar-link .header-link-active {
  color: #e86904;
}
header.header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 0px;
}
.navbar-expand-lg .navbar-collapse-man-content {
  justify-content: space-between;
}
.header-center-content {
  flex: 3;
  text-align: center;
margin-left: 190px;
}
.header-right {
  flex: 1;
  text-align: right;
  margin-right: 100px;
}

ul li.order-listing-navbar-link {
  display: inline-block;
  margin: 20px;
}

.home-main-banner-content {
  /* background-image: url(../images/78.webp); */
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.home-main-user-banner-vector {
  background-image: url(../images/banner/left-banner.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 100%;

  /* Animation properties */
  animation-name: slideLeftToRight;
  animation-duration: 50s; /* Adjust the duration as needed */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes slideLeftToRight {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

h1.home-banner-main-heading {
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}
h2.user-sub-heading-banner {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
  color: #e86904;
  margin: 0;
}
h6.user-main-paragraph {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

ul li.user-card-content-container {
  /* background: linear-gradient(to bottom, rgba(72, 207, 75, 0.1), rgba(0, 89, 0, 0.1)); */
  background-color: rgba(122, 119, 117, 0.4);
  border-radius: 10px;
  padding: 10px 2px;
  margin: 4px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  min-width: 113px;
  height: 115px;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

span.home-banner-left-label-main {
  display: inline-block;
}
span.home-banner-left-label-main img {
  width: 60%;
  height: 80%;
}
ul li.user-card-content-container:hover {
  border: 2px solid #e86904;
  transform: scale(1.22); /* Scale up the container on hover */
}
span.user-card-icon-span {
  background-image: url(../images/circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 80%;
  width: 68px !important;
  height: 73px !important;
  padding: 18px;
}
span.user-card-icon-span {
  width: 38px;
  height: 38px;
  display: inline-block;
}
span.user-card-icon-span img {
  width: 100%;
  height: 100%;
}
p.user-card-profile {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin: 12px 0px;
}
.bpo-services-main-section {
  background-color: #f7f7f7;
  padding: 10px;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
h3.services-heading-title {
  /* color:; */
  font-size: 35px;
  font-weight: 600;
}
p.services-user-description {
  color: #778180;
  font-size: 16px;
  font-weight: 400;
}
.efficient-services-left {
  position: relative;
}
.efficient-services-right-content {
  position: relative;
}
.efficient-services-right-content::before {
  position: absolute;
  content: "";
  right: -2.5rem;
  top: -6rem;
  background-image: url(../images/icons/vector-logo.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 100%;
  background-size: contain;
  width: 6rem;
}
.efficient-services-left::before {
  position: absolute;
  content: "";
  left: -2.5rem;
  top: -4rem;
  background-image: url(../images/icons/vector-logo.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 100%;
  background-size: contain;
  width: 6rem;
}
.efficient-services-left-logo {
  background-image: url(../images/bg-vector-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  height: 24rem;
}
.efficient-services-right {
  /* background-image: url(../images/bg-vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  height: 30rem; */
  text-align: center;
}
.efficient-services-right img {
  border: 5px solid #efb07e;
  border-radius: 43px;
}
img.user-card-services-img {
  width: 515px;
  height: 450px;
  display: inline-block;

  /* object-fit: contain; */
  margin-top: 1rem;
}
img.user-card-services-img-bpo {
  height: 100%;
}
img.user-card-services-img-bpo-theme {
  height: 100%;
  border: 5px solid #e86904;
}

#video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h5.customer-title-heading {
  font-size: 20px;
  font-weight: 500;
  color: #e86904;
  text-transform: capitalize;
}
span.customer-title-logo {
  background-color: #e86904;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
span.customer-title-logo::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
  text-align: center;
  left: 24px;
  display: list-item;
  top: -3px;
}
ul li.user-list-item-append {
  font-size: 18px;
  font-weight: 400;
  color: #778180;
  text-transform: capitalize;
  display: list-item;
  list-style: disc;
  margin: 5px 0px;
}

ul li.user-list-item-append::before {
  content: "";
  margin-right: 8px;
}
ul li.user-list-item-append::marker {
  color: #e86904;
}

p.button-view-more-content {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #e86904;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
p.button-view-less-content {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #e86904;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
span.view-more-logo {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
}
span.view-more-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.more-item {
  display: none;
}

img.user-card-services-img-solution {
  width: 440px;
  height: 100%;
  display: inline-block;
  object-fit: contain;
}

.btn-primary-view-more {
  background: linear-gradient(to right, rgba(252, 88, 43, 0.9), rgba(232, 209, 183, 1.9));
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
  color: #000000;
  border: none;
  /* border: 2px solid; */
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 12px !important;
  margin-bottom: 1rem;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.25);
}
.btn-primary-view-more:hover {
  /* box-shadow:
    inset 0.2rem 0.2rem 0.5rem #e86904,
    inset -0.2rem -0.2rem 0.5rem rgb(255 255 255 / 25%); */
  background-position: -100% 0;
  color: #fff;
}
/* .btn-primary-theme-succes {
  color: #fff;
}
.btn-primary-theme-succes:hover {
  background-color: #005900;
} */
.btn-primary-theme-succes {
  color: #000000;
  background: linear-gradient(to right, rgba(252, 88, 43, 0.9), rgba(232, 209, 183, 1.9));
  background-size: 200% 100%;
  transition: background-position 0.3s ease;
}

.btn-primary-theme-succes:hover {
  background-position: -100% 0;
  color: #000000;
}
.btn-primary-view-more-banner {
  min-width: 200px;
  padding: 15px;
  font-weight: 600;
}
/* img.img-gif-circle {
  width: 100%;
  margin-top: 2rem;
} */
.card-bussines-content-container {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.business-card-content-section {
  background-color: #000000;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: 15rem;
}
h6.user-card-content-description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 1rem 0rem;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

h3.user-heading-title-card {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  top: -4rem;
  left: 5rem;
}
img.img-fluid-content-arrow {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  margin-left: -10px;
  margin-top: -2px;
}
.efficient-services-left-outsourcing::before {
  left: 0.5rem;
  top: -2.5rem;
}
.efficient-services-left-feedback::before {
  left: 1rem;
  top: -2.5rem;
  width: 6rem;
  height: 6rem;
}
h4.services-heading-title-feedback {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 0rem 2rem;
}
span.color-theme-heading {
  position: relative;
  color: #e86904;
}
span.color-theme-heading::after {
  position: absolute;
  content: "";
  background-image: url(../images/icons/curve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  width: 100%;
  left: 0;
  top: 6px;
  height: 100%;
}

.card-testimonials-content-container {
  background-color: #fffcfa;
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.025);
  border-radius: 4px;
}
.card-testimonials-content-container:hover {
  background-color: #fdf3eb;
}
.card-testimonials-content-container:hover svg {
  fill: #e86904;
}
span.business-card-image-inverted {
  margin: 1rem;
  display: block;
  text-align: center;
}
p.user-card-content-description {
  color: #778180;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
h6.username-profile-title {
  font-size: 17px;
  font-weight: 500;
  color: #08151f;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 5px;
}
p.username-description-designation {
  font-size: 16px;
  font-weight: 500;
  color: #e86904;
}
.testimonial-content-bottom {
  margin-top: 20px;
}
.testimonial-content-bottom-container {
  position: absolute;
  text-align: center;
  left: 4.2rem;
  top: -0.5rem;
  width: 184px;
}
span.user-profile-testimonial {
  width: 50px;
  height: 50px;
  display: inline-block;
}
span.user-profile-testimonial img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.customer-services-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0rem;
  margin-right: 1rem;
}
img.img-fluid-content-intro {
  width: 450px;
  height: 100%;
  display: inline-block;
  object-fit: contain;
}
h3.customer-user-left-intro {
  font-size: 30px;
  font-weight: 300;
  color: #1e1e1e;
}
span.customer-services-intro-img {
  width: 100px;
  height: 100%;
  display: inline-block;
}
span.customer-services-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.use-customer-bpo-services {
  width: 360px;
  height: 360px;
  display: inline-block;
}
.use-customer-bpo-services img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.font-700 {
  font-weight: 700 !important;
}


/* accordion */
.demo {
  margin: 20px;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}
.accordion > .card {
  overflow: hidden;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
  border: none;
  margin: 1rem 0rem;
  background-color: #fff;
}
.accordion > .card > .card-header {
  background: #fff;
}
.choice-web-app-section .fa-plus {
  text-align: right;
  float: right;
  background: #f7f7ff;
  padding: 6px;
  color: #e86904;
  font-size: 11px;
  border-radius: 4px;
}
.choice-web-app-section .fa-minus {
  text-align: right;
  float: right;
  background: #e86904;
  padding: 6px;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
}
.choice-web-app-section .btn-link {
  width: 100%;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  color: #170f49;
}

p.accordion-collapsed-text {
  font-size: 16px;
  font-weight: 400;
  color: #6f6c90;
}
.input-group-text img {
  width: 25px;
  height: 25px;
  display: inline-block;
} 
.rectangle-div {
  position: relative;

  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(7px);
  height: 450px;
  overflow: hidden;
}

.rectangle-div img {
  width: 100%; /* Set the image width to 100% of its container */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Ensure the image behaves as a block element */
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5);
}

.text-content {
  position: absolute;
  top: 37%;
  left: 39%;
  text-align: left;
  color: white;
  font-size: 36px;
 
  font-weight: 700;
  line-height: 40px;
}

.text-content h2 {
  position: absolute;
  top: 10%;
  left: 20%;
  text-align: left;
  color: white;
  font-size: 36px;
 
  font-weight: 700;
  line-height: 80px;
}

.text-content button {
  border-radius: 62px;
  color: white;
  font-size: 18px;
  background: linear-gradient(94deg, #E86904 7.44%, #C6B1FA 126.52%, #7A69FE 126.53%);
  margin-left: 26%;
  width: 220px;
  height: 70.838px;
  margin-top: 13%;
  
}

.text-content h1{
  font-size: 30px;
 
  font-weight: 700;

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

 
  .text-overlay{
    height: 39%;
  }
  .rectangle-div{
    height: 180px;
  }
  .text-content h1{
    font-size: 13px;
    margin-left: -45%;
  }
  .text-content h2{
    font-size: 16px;
    top: -13%;
    margin-left: -28%;
  }
  .text-content button{
    font-size: 14px;
    margin-left: 1%;
    width: 122px;
    height: 32.83px;
  }

}

/* Responsive adjustments */
@media screen and (min-width: 768px) { /* For tablets and larger devices */
.text-content h2{
  font-size: 19px;
  margin-left: -35%;
}
.text-overlay{
  height: 71%;
}
.rectangle-div{
  height: 323px;
}
.text-content h2{
  font-size: 21px;
  top: -4%;
  margin-left: -27%;
}
.text-content button{
  margin-left: -9%;
}
}
@media screen and (min-width: 1440px) { /* For tablets and larger devices */
 
  .text-overlay{
    height: 100%;
  }
  .text-content h2{
    font-size: 32px;
    top: 25%;
    margin-left: -17%;
  }
  .text-content button{
    margin-left: 6%;
  }
  .text-content h1{
    font-size: 32px;
    margin-left: -25%;
  }
  .rectangle-div{
    height: 430px;
  }
  .text-overlay{
    height: 430px;
  }
  }

@media screen and (min-width: 1024px) { /* For desktops and larger devices */
  .container {
    max-width: 1024px;
  }
  .image{
      margin-top: 2%;
  }
  
 }
