nav#navbar {
  background: #000 !important;
}

section#servicesBanner {
  margin-top: 94px;
}

.position-sticky {
  position: sticky;
  top: 60px;
}

.inner-banner-content {
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.inner-banner-content h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.inner-banner-content .main-btn {
  margin: 15px auto;
}

.item {
  padding: 1px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

.description-section h3 {
  font-size: 24px;
  font-weight: 700;
}
.description-section .grey {
  color: #5F5E5E;
}
.description-section .line-contr {
  background: #F1F5F8;
  height: 1px;
  width: 100%;
  margin-top: 30px;
}
.description-section h4 {
  font-weight: 700;
}
.description-section .solution-list {
  background: #F1F5F8;
  margin-top: 20px;
  border-radius: 15px;
  padding: 15px;
  padding-left: 330px;
  min-height: 190px;
}
.description-section .solution-list img {
  position: absolute;
  left: 15px;
  width: 300px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.description-section .solution-list.right-section {
  padding-left: 15px;
  padding-right: 330px;
}
.description-section .solution-list.right-section img {
  left: auto;
  right: 15px;
}
.description-section .business-advice img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.description-section .business-advice .advice-content {
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 400px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  max-height: 260px;
}
.description-section .business-advice .advice-content .content {
  max-height: 125px;
  overflow-y: auto;
  padding-right: 5px;
}
.description-section .business-advice .advice-content h5 {
  font-weight: 600;
}
.description-section .business-advice .advice-content .talk-team {
  background: #000000;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  padding: 8px 20px;
}
.description-section .insights-section {
  background: #DBF4FF;
  border-radius: 10px;
  padding: 25px 15px;
}
.description-section .insights-section .content {
  color: #5F5E5E;
  font-weight: 600;
}
.description-section .insights-section .insights-btn {
  color: #189CD8;
  border: 1px solid #189CD8;
  padding: 8px 25px;
  border-radius: 16px;
  background: #fff;
  float: right;
}
.description-section .faq-section div#accordionExample {
  background: #F1F5F8;
  padding: 30px 20px;
  border-radius: 15px;
}
.description-section .faq-section div#accordionExample .accordion-item {
  border: none;
}
.description-section .faq-section button.accordion-button.collapsed {
  background: #F4FCFF !important;
}
.description-section .faq-section button.accordion-button {
  box-shadow: none !important;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  padding: 25px 15px;
  border-bottom: 1px solid #e5e8ea;
  background-color: #DBF4FF;
}
.description-section .faq-section button.accordion-button span {
  color: #9D96A8;
  min-width: 40px;
  font-size: 21px;
}
.description-section .faq-section .accordion-body {
  background: #DBF4FF !important;
}

.services .inner-service-item {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3137254902);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: 0.3s ease;
  height: 270px;
}
.services .inner-service-item:hover {
  border-color: var(--primaryColor);
  background: #f1f5f8;
}
.services .inner-service-item:hover .service-icon-div {
  background: #fff;
}
.services .inner-service-item:hover .service-icon-div img {
  scale: 1.1;
}
.services .inner-service-item .service-icon-div {
  padding: 20px;
  border-radius: 40px;
  background: #f1f5f8;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
.services .inner-service-item .service-icon-div img {
  transition: 0.3s ease;
}
.services .inner-service-item .inner-service-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .inner-service-item .content {
  color: #5f5e5e;
  font-weight: 400;
  max-height: 72px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .inner-service-item .learn-more svg path {
  stroke: #fff;
}
.services .inner-service-item .learn-more {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.services .inner-service-item .learn-more:hover {
  text-decoration: underline;
}
.services .inner-service-item .learn-more svg path {
  stroke: #000;
}
.services .owl-nav {
  position: absolute;
  right: 0;
  top: -53px;
  display: flex;
  margin: 0;
}
.services .owl-nav span {
  font-size: 26px;
  position: relative;
  top: -7px;
}
.services .owl-nav button {
  background: transparent;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.services .owl-nav .owl-prev {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000 !important;
  border-radius: 100%;
}
.services .owl-nav .owl-next {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #000 !important;
  border-radius: 100%;
}
.services .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.services .owl-dots .owl-dot span {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid var(--primaryColor);
}
.services .owl-dots .owl-dot.active span {
  background: var(--primaryColor) !important;
}

.transaction-section {
  background: #F1F5F8;
  border-radius: 5px;
  padding: 30px 20px;
}
.transaction-section ul li {
  list-style-type: none;
}
.transaction-section ul li a {
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
  color: #000;
  position: relative;
}
.transaction-section ul li a svg {
  position: absolute;
  right: 0;
}
.transaction-section ul li a:hover {
  color: #189CD8;
  font-weight: bold;
}
.transaction-section ul li a:hover svg path {
  fill: #189CD8;
}

.advice-section {
  background: #F1F5F8;
  border-radius: 15px;
  padding: 30px 20px;
}
.advice-section .talk-team {
  background: #189CD8;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
  padding: 8px 20px;
}
.advice-section h5 {
  font-weight: 600;
}

.solution-list.position-relative.no-image {
  padding-left: 15px;
}

.solution-list.position-relative.right-section.no-image {
  padding-right: 15px;
}

@media (max-width: 991px) {
  h3,
  h4,
  h5 {
    font-size: 18px;
  }
  h2 {
    font-size: 21px;
  }
  .description-section .solution-list {
    padding-left: 15px;
  }
  .description-section .solution-list img {
    position: initial;
    margin-bottom: 15px;
  }
  .description-section .solution-list.right-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#servicesBanner {
    margin-top: 91px;
  }
  .services .inner-service-item .inner-service-name {
    font-size: 22px;
    width: 100%;
    line-height: 24px;
  }
  .inner-banner img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-banner-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .services .inner-service-item .inner-service-name {
    font-size: 22px;
    width: 100%;
    line-height: 24px;
  }
  section#servicesBanner {
    margin-top: 86px;
  }
}
@media (max-width: 767px) {
  .description-section .business-advice .advice-content {
    left: 20px;
    right: 20px;
    margin: auto;
  }
  .description-section .insights-section .insights-btn {
    float: left;
    margin-top: 10px;
  }
  .description-section .faq-section button.accordion-button {
    font-size: 16px;
  }
  .description-section .business-advice .advice-content .talk-team {
    padding: 8px 10px;
  }
}
