#servicesBanner .inner-banner {
  height: 70vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#servicesBanner .inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5647058824);
}
#servicesBanner .inner-banner .inner-banner-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#servicesBanner .inner-banner .inner-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100%;
  z-index: 1;
  position: relative;
  width: 50%;
  padding-top: 50px;
}
#servicesBanner .inner-banner .inner-banner-content .inner-banner-head {
  font-size: 75px;
  font-weight: 700;
  line-height: 79px;
  color: #fff;
}
#servicesBanner .inner-banner .inner-banner-content .inner-banner-para {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 34px;
}

.learn-more {
  color: #fff;
}

.learn-more svg path {
  stroke: #fff;
}

.learn-more {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.learn-more:hover {
  text-decoration: underline;
}
.learn-more svg path {
  stroke: #000;
}

#serviceDescription .main-head {
  width: 100%;
}
#serviceDescription .service-description-slider {
  position: relative;
}
#serviceDescription .service-description-slider .inner-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#serviceDescription .service-description-slider .inner-service-grid .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;
}
#serviceDescription .service-description-slider .inner-service-grid .inner-service-item:hover {
  border-color: var(--primaryColor);
  background: #f1f5f8;
}
#serviceDescription .service-description-slider .inner-service-grid .inner-service-item:hover .service-icon-div {
  background: #fff;
}
#serviceDescription .service-description-slider .inner-service-grid .inner-service-item:hover .service-icon-div img {
  scale: 1.1;
}
#serviceDescription .service-description-slider .inner-service-grid .inner-service-item .service-icon-div {
  padding: 20px;
  border-radius: 40px;
  background: #f1f5f8;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
}
#serviceDescription .service-description-slider .inner-service-grid .inner-service-item .service-icon-div img {
  transition: 0.3s ease;
}
#serviceDescription .service-description-slider .inner-service-grid .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;
}
#serviceDescription .service-description-slider .inner-service-grid .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;
}
#serviceDescription .service-description-slider .inner-service-grid .owl-nav {
  position: absolute;
  right: 0%;
  top: -18%;
  display: flex;
  gap: 10px;
  margin: 0;
}
#serviceDescription .service-description-slider .inner-service-grid .owl-nav button {
  background: transparent;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#serviceDescription .service-description-slider .inner-service-grid .owl-nav .owl-prev {
  position: relative;
}
#serviceDescription .service-description-slider .inner-service-grid .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
#serviceDescription .service-description-slider .inner-service-grid .owl-dots .owl-dot span {
  margin: 0;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid var(--primaryColor);
}
#serviceDescription .service-description-slider .inner-service-grid .owl-dots .owl-dot.active span {
  background: var(--primaryColor) !important;
}

#overViewSection .overview-img-section {
  padding: 20px;
}
#overViewSection .overview-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
}
#overViewSection .overview-content .main-head {
  width: 80%;
}

#clientSection {
  background: #f1f5f8;
  padding: 5% 0;
}
#clientSection .clients-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 80px;
}
#clientSection .clients-content .main-head {
  width: 100%;
}
#clientSection .client-img-div {
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 20px;
  background: #fff;
}

@media (max-width: 1536px) {
  #servicesBanner .inner-banner .inner-banner-content {
    width: 45%;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 55px;
    line-height: 59px;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
}
@media (max-width: 1380px) {
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  #servicesBanner .inner-banner {
    height: 40vh;
  }
  #servicesBanner .inner-banner .inner-banner-content {
    width: 80%;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 45px;
    line-height: 49px;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 20px;
    line-height: 34px;
  }
  #serviceDescription .main-head {
    width: 75%;
  }
  #serviceDescription .service-description-slider .inner-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  #serviceDescription .service-description-slider .inner-service-grid .inner-service-item .inner-service-name {
    font-size: 22px;
    width: 100%;
    line-height: 24px;
  }
  #overViewSection .overview-img-section img {
    padding: 20px 40px 0 40px;
  }
  #overViewSection .overview-content .main-head {
    width: 70%;
  }
  #clientSection {
    background: #f1f5f8;
    padding: 5% 0;
  }
  #clientSection .clients-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 80px;
  }
  #clientSection .clients-content .main-head {
    width: 80%;
  }
  #clientSection .client-img-div {
    border-radius: 10px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  #servicesBanner .inner-banner {
    height: 45vh;
  }
  #servicesBanner .inner-banner .inner-banner-content {
    width: 100%;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-head {
    font-size: 30px;
    line-height: 36px;
  }
  #servicesBanner .inner-banner .inner-banner-content .inner-banner-para {
    font-size: 20px;
    line-height: 34px;
  }
  #serviceDescription .main-head {
    width: 100%;
  }
  #serviceDescription .service-description-slider .inner-service-grid {
    grid-template-columns: 1fr;
  }
  #serviceDescription .service-description-slider .inner-service-grid .inner-service-item .inner-service-name {
    font-size: 22px;
    width: 100%;
    line-height: 24px;
  }
  #overViewSection .overview-img-section img {
    padding: 0;
  }
  #overViewSection .overview-content .main-head {
    width: 100%;
  }
  #clientSection {
    padding: 10% 0;
  }
  #clientSection .clients-content {
    width: 100%;
    gap: 10px;
  }
  #clientSection .clients-content .main-head {
    width: 80%;
  }
}
