@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .service-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner {
    height: 60vh;
  }
}
.service-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%);
}
@media only screen and (max-width: 768px) {
  .service-banner::before {
    background: linear-gradient(196deg, rgba(0, 0, 0, 0) 29.04%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(10deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%);
  }
}
@media only screen and (max-width: 540px) {
  .service-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%), linear-gradient(10deg, rgba(0, 0, 0, 0) 49.04%, rgba(0, 0, 0, 0.98) 100%);
  }
}
.service-banner .banner-wrapper {
  width: 100%;
}
.service-banner .banner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.service-banner .banner-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container {
    padding: 0;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 35%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .service-banner .banner-wrapper .container .bg-wrapper {
    bottom: 20%;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper {
    bottom: 15%;
    margin-left: 0px;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 528px;
}
@media only screen and (max-width: 991px) {
  .service-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 8px;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--white);
  max-width: 40%;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .service-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    max-width: 100%;
    margin: auto;
  }
}

.service-secA {
  padding: 50px 0;
}
.service-secA .flex-box {
  display: flex;
  justify-content: space-between;
}
.service-secA .flex-box .flex-box-item:first-child {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .flex-box-item:first-child {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box .flex-box-item:first-child {
    width: 100%;
  }
}
.service-secA .flex-box .flex-box-item:first-child .content p {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 25px;
  color: var(--text);
}
.service-secA .flex-box .flex-box-item:first-child .content h2 {
  font-weight: 600;
  font-size: 25px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h3 {
  font-weight: 600;
  font-size: 18px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h4 {
  font-weight: 600;
  font-size: 16px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h5 {
  font-weight: 600;
  font-size: 14px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.service-secA .flex-box .flex-box-item:first-child .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--text);
}
.service-secA .flex-box .flex-box-item:first-child .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5393C5;
  transform: translateY(-50%);
}
.service-secA .flex-box .flex-box-item:last-child {
  width: 380px;
  height: 422px;
  opacity: 1;
  border-radius: 10px;
  background: linear-gradient(0deg, #3154AE 0%, #1A1D5B 100%);
  position: Sticky;
  top: 125px;
  padding: 25px;
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box .flex-box-item:last-child {
    display: none;
  }
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar {
  width: 2px;
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #3154AE 0%, #1A1D5B 100%);
}
.service-secA .flex-box .flex-box-item:last-child .heading {
  border-bottom: 1px solid #FFFFFF;
}
.service-secA .flex-box .flex-box-item:last-child .heading h2 {
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  padding: 15px 0;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading {
  padding: 40px 0;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li a {
  color: var(--white);
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li .active {
  color: #5EB9FF;
  position: relative;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li .active::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -18px;
  width: 25px;
  background: url(../../../assets/icon/right-primary.svg);
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.service-secB .banner .bg {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .service-secB .banner .bg {
    height: 70vh;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg {
    height: 100vh;
  }
}
@media only screen and (max-width: 360px) {
  .service-secB .banner .bg {
    height: 130vh;
  }
}
.service-secB .banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6509803922);
}
.service-secB .banner .bg .banner-wrapper {
  top: 15%;
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg .banner-wrapper {
    top: 8%;
  }
}
.service-secB .banner .bg .heading {
  text-align: center;
}
.service-secB .banner .bg .heading h2 {
  font-weight: 500;
  font-size: 36px;
  color: var(--white);
  line-height: 1.9;
  text-align: center;
}
.service-secB .banner .bg .heading p {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
}
.service-secB .banner .bg .grid-box {
  margin: 100px 0 70px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg .grid-box {
    grid-template-columns: repeat(1, 1fr);
    margin: 60px 0 30px 0;
  }
}
.service-secB .banner .bg .grid-box .grid-box-item img {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg .grid-box .grid-box-item img {
    width: 30px;
    height: 30px;
  }
}
.service-secB .banner .bg .grid-box .grid-box-item svg {
  width: 70px;
  height: 70px;
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg .grid-box .grid-box-item svg {
    width: 35px;
    aspect-ratio: 1;
  }
}
.service-secB .banner .bg .grid-box .grid-box-item h3 {
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  margin: 25px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .service-secB .banner .bg .grid-box .grid-box-item h3 {
    margin: 10px 0 10px 0px;
  }
}
.service-secB .banner .bg .grid-box .grid-box-item p {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  line-height: 1.4;
}
.service-secB .banner .bg .view-btn {
  margin: 30px 0;
  text-align: center;
}
.service-secB .banner .bg .view-btn a {
  opacity: 1;
  border-radius: 5px;
  padding: 8px 15px;
  color: var(--white);
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: auto;
}
.service-secB .banner .bg .view-btn a svg {
  padding-left: 10px;
  transition: 0.3s ease;
  width: 35px;
  height: 35px;
}
.service-secB .banner .bg .view-btn a:hover {
  background: var(--primary);
}
.service-secB .banner .bg .view-btn a:hover svg {
  padding-left: 14px;
}

.service-secC {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.service-secC .container {
  text-align: center;
}
.service-secC .container .heading {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .service-secC .container .heading {
    max-width: 100%;
  }
}
.service-secC .container .heading h2 {
  color: #03052E;
}
.service-secC .container .heading p {
  font-weight: 500;
  font-size: 16px;
}
.service-secC .container .services-slider {
  padding: 70px 0 50px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .service-secC .container .services-slider {
    padding: 30px 0;
  }
}
.service-secC .container .services-slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 104%;
  position: absolute;
  top: 50%;
  left: -2%;
  translate: 0% -50%;
  z-index: 2;
  max-width: 110%;
}
@media only screen and (max-width: 540px) {
  .service-secC .container .services-slider .swiper-nav {
    display: none;
  }
}
.service-secC .container .services-slider .swiper-nav button {
  width: 45px;
  height: 45px;
  background-color: var(--white);
  border-radius: 50%;
  border: none;
}
.service-secC .container .services-slider .swiper-nav button.swiper-prev {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-secC .container .services-slider .swiper-nav button.swiper-prev:hover svg {
  translate: -5px 0;
}
.service-secC .container .services-slider .swiper-nav button.swiper-next {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-secC .container .services-slider .swiper-nav button.swiper-next:hover svg {
  translate: 5px 0;
}
.service-secC .container .services-slider .swiper-nav button svg {
  transition: 0.3s ease;
  vertical-align: middle;
}
.service-secC .container .services-slider .swiper-nav button svg path {
  fill: var(--black);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 50px 40px;
  transition: 0.5s ease;
  border: 1px solid #3E69AC;
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide svg {
  width: 50px;
  height: 50px;
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide svg path {
  fill: #43ADFF;
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide h5 {
  font-weight: 500;
  font-size: 20px;
  padding: 20px 0;
  color: var(--black);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6980392157);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide:hover {
  background: #3E69AC;
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide:hover svg path {
  fill: var(--white);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide:hover h5, .service-secC .container .services-slider .services-slider-slider .swiper-slide:hover p {
  color: var(--white);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide-active {
  background: #3E69AC;
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide-active svg path {
  fill: var(--white);
}
.service-secC .container .services-slider .services-slider-slider .swiper-slide-active h5, .service-secC .container .services-slider .services-slider-slider .swiper-slide-active p {
  color: var(--white);
}/*# sourceMappingURL=service.css.map */