html {
  scroll-behavior: smooth;
}

:root {

  --gradint_new:linear-gradient(121deg, rgba(79,38,136,1) 0%, rgba(44,31,100,1) 70%);
}



@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
h1,h2,h3,h4,h5 {  font-family: "Jost", sans-serif;}

.c-faq-q { padding: 50px 0;background:#fbfbfb;}
.c-heading-1 { font-size: 30px; color:#000000; margin-bottom: 30px; }
.c-faq-q .accordion .card { border-left: none; border-right: 0px; background: transparent; }
.c-faq-q .accordion .card:first-child {  border-top: 0px; }
.c-faq-q .accordion .card:last-child {  border-bottom:  0px; }
.c-faq-q .btn { color: #000;font-weight: bold; padding: 12px 0;
padding-right: 18px;position: relative; }
.c-faq-q .card-body { padding: 10px 0 20px; font-size: 15px; line-height: 24px; }
.c-faq-q .accordion .btn[aria-expanded="false"]:after { content:"+";
font-size: 24px; color:#422282; position: absolute; right: 0; top: 4px;
 }

 .c-faq-q .accordion .btn[aria-expanded="true"]:after { content:"-";
font-size: 26px; color:#422282; position: absolute; right: 0; top: 3px;
 }

 /*testmonial*/
 .c-testi-w .container-fluid { padding: 0px; }
 .c-testi-w .row { margin: 0; }
 .c-testi-w .row >* { padding: 0px; }

.c-testi-loop-box-in {transition: 0.5s ;  background: #fff;padding:15px;border-radius: 12px;
box-shadow: 0 0 30px rgba(0,0,0,0.1)}
.c-testi-w .slick-active  .c-testi-loop-box-in { padding: 30px; }
.c-testi-main-box {transition: 0.5s;padding:20px;background: #33227d;padding-top: 100px;}
.c-testi-w  { overflow: hidden;position: relative; }
.c-testi-w .slick-list { overflow: inherit; }
.c-testi-w  .c-testi-loop-box { transform: scale(0.90); transform-origin: right center ; transition: 0.5s; }
.c-testi-w .slick-active {  transform: scale(1); }
.c-testi-w .slick-active  .c-testi-loop-box-in { position: relative; }
.c-testi-loop-header-w {align-items: center; position: relative;display: flex;flex-wrap: wrap; }
.c-testi-loop-header-w .c-testi-loop-img {  padding-right: 15px; }
.c-testi-loop-header-w .c-testi-loop-img img {width: 90px; height: 90px;
border-radius: 50%;}
.c-testi-heading-con h3 { font-size: 20px; margin-bottom: 10px;
font-weight: bold; }
.c-testi-loop-header-w { margin-bottom: 20px; }
.c-placed-w {position: absolute;right: -3px;top: -2px;}
.c-testi-loop-box-in p { font-size: 16px; line-height: 26px; }
.c-testi-loop-q { display: flex; justify-content: flex-end; }
.c-testi-loop-q img {width: 50px;}
.c-palystore-rw {margin-top: 6px;padding: 0 50px;}
.c-palystore-rw img { max-width: 100%; height: auto; }

.c-testi-w { background: url("../img/testi-bg.png"); background-repeat: no-repeat;
background-size: cover; }

.c-testi-loop { min-height: 315px; }
.c-testi-hw { position: absolute; top: 10px; left: 0;width: 100%; }
.c-testi-hw h3 {padding-left: 20px;display: flex;align-items: center;text-align: center;font-size: 30px;color:#000000;/* margin-bottom: 20px; */}
.c-testi-hw h3 span { width: 75px;  } 

.c-slide-siwp-w {position: absolute;right: 20px;bottom: 20px;width: 49px;
animation: 2s mymove infinite;}



/*drag slider*/

.scene {

  margin: 40px 0;
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0px auto;
  perspective: 1000px;
  transform: scale(1.2);
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-288px);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel__cell {
  position: absolute;
  width: 190px;
  height: 210px;
  left: 10px;
  top: 10px;
  
  line-height: 116px;
  font-size: 80px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.carousel__cell:after { background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(2,3,3,1) 1%,rgba(69,72,77,0.42) 28%,rgba(57,59,63,0) 41%,rgba(0,0,0,1) 100%);  opacity: 0.7;
width: 100%; height: 100%; display: block; content:""; position: absolute;
left: 0; top: 0; }
.c-carusal-face-w { position: absolute;  bottom: 0; left: 50%;
transform: translateX(-50%);width: 160px;height: 160px; }
.c-carusal-face-w img {width: 100%;height: 160px;object-fit: contain;
object-position: bottom center;}
.carousel__cell:nth-child(9n+1) { background: hsla(  0, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+2) { background: hsla( 40, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+3) { background: hsla( 80, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+4) { background: hsla(120, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+5) { background: hsla(160, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+6) { background: hsla(200, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+7) { background: hsla(240, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+8) { background: hsla(280, 100%, 50%, 0.8); }
.carousel__cell:nth-child(9n+0) { background: hsla(320, 100%, 50%, 0.8); }

.carousel__cell:nth-child(1) { transform: rotateY(  0deg) translateZ(288px); }
.carousel__cell:nth-child(2) { transform: rotateY( 40deg) translateZ(288px); }
.carousel__cell:nth-child(3) { transform: rotateY( 80deg) translateZ(288px); }
.carousel__cell:nth-child(4) { transform: rotateY(120deg) translateZ(288px); }
.carousel__cell:nth-child(5) { transform: rotateY(160deg) translateZ(288px); }
.carousel__cell:nth-child(6) { transform: rotateY(200deg) translateZ(288px); }
.carousel__cell:nth-child(7) { transform: rotateY(240deg) translateZ(288px); }
.carousel__cell:nth-child(8) { transform: rotateY(280deg) translateZ(288px); }
.carousel__cell:nth-child(9) { transform: rotateY(320deg) translateZ(288px); }

.c-3d-slioder { padding: 45px 0 100px; }
.c-3d-slioder .c-scence-btn {
width: 100%; text-align: center; position: absolute; left: 0;  bottom: -40px;
 }
 .c-scence-btn button { background: transparent;border: none;outline: none;
 cursor: pointer;padding: 0 3px; }

 .c-3d-slioder h3 { font-size: 14px; color: #fff; display: block;width: 180px;
 left: 10px; color: #fff; position: absolute;z-index: 99;line-height: 100%;
 text-align: left; top: 10px; }

 .c-video-btn-w  {
 width: 100%;
 position: absolute;
 z-index: 99;
 line-height: 100%;
 text-align: center;
 bottom:10px;
 left: 0;
 padding: 0 10px;
 display: flex;
 /* top: inherit; */
 flex-direction: column;
 }
  .c-video-btn-w  h4 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  }
.c-video-btn { display: inline-flex;padding: 8px 10px;line-height: 100%;
    border-radius: 8px; color:#4F2685; font-size: 11px;background: #fff;}
.c-video-btn-min { display: flex;justify-content: center; }

.c-3d-slider-left h2 { line-height: 36px;font-size: 26px;font-family: "Jost", sans-serif; }
.c-3d-slider-left h2 span { color: #7C40CB; }



.c-btn-new-1 {border: none;  color:#000;
padding: 15px 30px; font-weight: bold;border-radius: 8px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 16px;color: #fff;
    background: rgb(79,38,136) !important;
    background: linear-gradient(121deg, rgba(79,38,136,1) 0%, rgba(44,31,100,1) 70%)!important;
}
.c-btn-new-1 span {position: relative; z-index:2;}
.c-btn-new-1:before {content:""; display: block;position: absolute; left:-100%; top: 0;width: 100%; height: 100%;
background: rgb(250,146,12);
background: linear-gradient(90deg, rgba(250,146,12,1) 0%, rgba(217,164,8,1) 74%);transition: 0.5s;} 
.c-btn-new-1:hover:before {left: 0;}
.c-btn-new-1:hover {color:#fff;}
 
.c-verified-con h2 {margin-bottom: 20px; line-height:42px;font-size:30px;font-family: "Jost", sans-serif; }
.c-verified-con h2 span { color: #7C40CB; }

.c-bg-1 { background: url("../img/bg-1.webp") no-repeat; background-size: 100% 100%; }

.c-about-pw h2 { font-size: 26px; margin-bottom: 10px; }
.c-about-pw p {font-size: 18px;line-height: 30px;margin-bottom: 25px;}

.c-process-mav { background: #F7F1FF;;overflow: hidden; }
.c-process-mav ul { display: block;border: 1px solid #B882FF; }
.c-process-mav ul a {padding: 10px;display: flex;background: transparent !important;align-items: center;border-bottom: 1px solid #B882FF;border-radius: 0 !important;}
.c-process-mav ul a svg { margin-left: auto;
fill: #6C2EBD; width: 31px;height:31px; }
.c-process-mav ul a span {width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; }
.c-process-mav ul a dfn { font-size: 19px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; }

.c-process-w { padding: 40px 0; }
.c-process-mav ul a.active { background: var(--gradint_new) !important; color: #fff; }
.c-process-mav ul a.active svg { fill: #fff; }
.c-process-mav ul a.active span {background:#FFAE00;}
.c-process-mav ul a.active dfn {color: #fff;}

.c-process-hw h2 {color: #000;text-align: center;margin-bottom: 10px;font-size:30px;font-family: "Jost", sans-serif;}
.c-process-hw h2 span { color:#6C2EBD; }


.c-process-w { background: url("../img/bg-1.webp") no-repeat; background-size: 100% 100%; }
.c-process-in { padding: 40px 0; }

/*.c-process-img { padding: 50px 0; }*/
.c-process-mav { margin-top: 30px; } 

.c-company-list { padding: 50px 0; background: url("../img/company-img-1.jpg") no-repeat;
background-size: cover; }

.c-company-list-in h3{font-weight: bold;font-size: 22px; color:#4900A9;
line-height: 100%; margin-bottom: 20px; }
.c-company-list-in li { padding-right:8px; }
.c-company-list-in li .c-company-box { background: #fff; padding: 8px 15px;
border:1px solid #989494; border-radius: 8px; min-width: 125px; text-align: center; }
.c-company-box-1 { display: flex;align-items: center; }
.c-company-list-in li .c-company-box img { height: 60px;object-fit: contain;
width: 120px; }

.marquee-1 {overflow: hidden;}
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}

.js-marquee { display: flex;}
.c-company-list .container { max-width: 1350px; }
.c-feature-job .col-lg-3  { margin-bottom: 30px; }
.c-feature-job {padding: 45px 0 25px;background: url("../img/bg-job.webp") no-repeat;background-size: 100% 100%;}
.c-feature-job h2 { text-align: center;}

.c-feature-job-box {transition: 0.5s; text-align: center;padding: 20px;border-radius: 12px;background: #fff;border: 1px solid #D0D0D0;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.c-feature-job-box span img { height: 60px; object-fit: contain;
width: 150px; }
.c-feature-job-box:hover { transform: scale(1.05); }
.c-feature-job-top {background: #F4EBFF;margin: 20px 0 20px;padding: 18px 10px;border-radius: 8px;}
.c-feature-job-top h3{ font-size: 18px; font-weight: bold;color: #000; margin-bottom:12px; }
.c-feature-job-top h4 {margin: 0; color: #7C40CB;font-weight: bold;font-size: 19px; }
.c-job-location {justify-content: center; display: flex;flex-wrap: wrap; align-items: center;}
.c-job-location span {width: 34px; margin-right: 10px;}
.c-job-location {font-size: 16px;font-weight: 600;color: #000;padding-right: 11px;}
.c-feature-job-box .c-btn-new-1 {margin-top: 20px;font-size: 15px;padding: 10px 20px;}
.c-feature-job-box { height: 100%; }

.c-feature-job .col-lg-3:nth-child(4n+2) .c-feature-job-top { background:#EBFFED; }
.c-feature-job .col-lg-3:nth-child(4n+3) .c-feature-job-top { background:#FFF5E0; }
.c-feature-job .col-lg-3:nth-child(4n+4) .c-feature-job-top { background:#EDF2FF; }


.c-banner-w { padding: 40px 0; background: url("../img/testi-bg.png"); background-repeat: no-repeat;
background-size: cover; margin-bottom: 40px; }

.c-banner-con h1 { font-size: 30px; margin-bottom: 20px; line-height: 43px;color: #000; }
 .c-banner-con h1  strong	 { color:#6C2EBD; }
  .c-banner-con p { font-size: 18px; margin-bottom: 30px; }

  .c-banner-img-w { position: relative; }

 .btn_ripple{margin:auto;outline:none;width:60px;height:60px;border-radius:50%;

    background-color:rgb(171, 48, 52) ;color:rgb(255, 255, 255);

    display:grid;place-items:center;font-size:18px;cursor:pointer;border:2px solid rgb(255, 255, 255);  -webkit-animation: ripple 1s linear infinite;

    animation: ripple 1s linear infinite;position: absolute;
    left: 50%; top: 50%; transform: translate(-50%,-50%); outline: none; border: none;}

    @-webkit-keyframes ripple {

    0% {

      -webkit-box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.4), 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4);

              box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.4), 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4);

    }

    100% {

      -webkit-box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4), 0 0 0 90px rgba(189, 142, 210, 0);

              box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4), 0 0 0 90px rgba(189, 142, 210, 0);

    }

    

  }

  @keyframes ripple {

    0% {

      -webkit-box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.4), 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4);

              box-shadow: 0 0 0 0 rgba(189, 142, 210, 0.4), 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4);

    }

    100% {

      -webkit-box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4), 0 0 0 90px rgba(189, 142, 210, 0);

              box-shadow: 0 0 0 10px rgba(189, 142, 210, 0.4), 0 0 0 30px rgba(189, 142, 210, 0.4), 0 0 0 60px rgba(189, 142, 210, 0.4), 0 0 0 90px rgba(189, 142, 210, 0);

    }

  }
 .c-heading-w { margin-bottom: 30px; }
 .c-heading-w h2 { margin-bottom: 10px; }

 .c-job-category { padding: 40px 0;background: url("../img/bg-job.webp") no-repeat;background-size: 100% 100%; }
 .c-job-category-box  {transition: 0.5s; position: relative; padding:30px 20px; border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1); background: #fff; text-align: center; }
.c-job-category-box span img {width: 70px;}
.c-job-category-box h3 { color: #000; font-size: 20px;font-weight: bold;
margin-top: 20px; }
.c-job-category-bottom { padding-top: 40px; text-align: left; }
.c-job-category-bottom h4{ color: #5B5959; font-size: 18px; font-weight: 600;  margin-bottom: 10px; }
.c-job-category-bottom h5{ color: #000; font-size: 19px; font-weight: 600;  margin-bottom:20px; }



.c-btn-new-2 {border: none;  color:#000;
padding: 12px 30px; font-weight: bold;border-radius: 8px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 14px; color: rgb(79,38,136);
border:1px solid rgb(79,38,136); 
}
.c-btn-new-2 span {position: relative; z-index:2;}
.c-btn-new-2:before {content:""; display: block;position: absolute; left:-100%; top: 0;width: 100%; height: 100%;
background: rgb(79,38,136) !important;
    background: linear-gradient(121deg, rgba(79,38,136,1) 0%, rgba(44,31,100,1) 70%)!important;transition: 0.5s;} 
.c-btn-new-2:hover:before {left: 0;}
.c-btn-new-2:hover {color:#fff;}
 
.c-job-category-bottom img {width: 180px;position: absolute;right: 0;bottom: 0;height: 165px;object-fit: contain;object-position: bottom 95%;}

 .c-job-category-box:hover { transform: scale(1.05); }
 .c-job-category-box { margin-bottom: 30px; }

 .c-resum-sw { background: url("../img/bg-job.webp") no-repeat; background-size: 100% 100%; padding: 40px 0;position: relative;width: 100%;overflow: hidden; }
 .c-resum-box { transform: scale(0.95); padding:10px;opacity: 0.4;transition: 0.5s; }
.c-resum-box img{box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);}
.c-resum-box h3 {transition: 0.5s; opacity: 0; color:#4F2685; font-size: 17px; margin-top: 15px;
text-align: center; }
.c-resum-sw .slick-list { overflow: inherit; }
.slick-active.c-resum-box { opacity: 1; transform: scale(1); }
.slick-active.c-resum-box h3 { opacity: 1; }
 .c-resum-sw .slick-arrow {z-index: 9; position: absolute; left: -60px; top: 45%;
 background: transparent; border: none;outline: none;
 transform: translateY(-45%);width: 60px; }
  .c-resum-sw .slick-next { left: inherit; right:  -60px;}

.c-testi-main-box  { position: relative; }
.c-testi-main-box:after { content:""; display: block; position: absolute;
left: 0; top: 0; height: 100%;background:#33227d;width: 20px;  }
.navbar-expand-lg .navbar-nav .nav-link { padding-top: 8px; }
 .navbar-nav>li>a.c-btn-new-1 { padding:12px 15px; }
  .navbar-nav>li>a.c-btn-new-2 { padding:12px 15px; border: 1px solid rgb(79,38,136); }
    .navbar-nav>li.nav-item:last-child { padding: 0; }

@keyframes mymove {
  0% { right: 20px; transform: rotate(0deg);}
  50% {right: 5px;transform: rotate(9deg);}
  100% { right: 20px;transform: rotate(0deg);}
}

.c-mini-banner-w img {width: 100%;}

.footerWrap { background: url("../img/testi-bg.png") no-repeat;
background-size: cover; }

.footerWrap h5 { padding-bottom: 20px;color: #000; font-size:20px;font-weight: bold;
margin-bottom: 25px;position: relative; }
.footerWrap h5:after { content:""; display: block;position: absolute; left: 0; bottom: 0; 
width: 40px;border-radius: 8px; height: 3px;background: var(--gradint_new); }

.footerWrap ul.quicklinks li a {padding-left: 15px;position: relative;color: #000;}
.footerWrap ul.quicklinks li a:after {content:"";display: block;position: absolute;left: 0;top: 0;width: 4px;height: 4px;border-radius: 50%;background:var(--gradint_new);position: absolute;left: 0;top: 13px;}
.footerWrap ul.quicklinks li:last-child a { margin:0; }

.copyright { background: var(--gradint_new); color: #fff;position: relative; }
.copyright .bttxt { color: #fff;text-align: center; }

.copyright:after { position: absolute;width: 129px; height: 80px;
background: url("../img/hil;l-bg.png"); background-repeat: no-repeat;
background-size: 100% 100%; display: block;
position: absolute; top: -80px; right:  20px; content: "";}
.c-process-img  img { height: 320px;object-fit: contain; }
.c-mini-banner-m { display: none; }
.c-process-img   { height: 450px; display: flex;flex-direction: column; align-items: center; justify-content: center; }
.c-process-img h3 { color: #000;font-size: 18px;margin-top: 8px;opacity: 0; }
.c-process-in .splide__pagination { position: absolute; left: 0; top: 0; right: inherit; }
.c-process-in .splide__pagination ul { padding: 0; margin: 0; }
.c-process-in .splide__pagination__page { background: transparent; border: none !important; outline: none !important;
display: flex;align-items: center; box-shadow: none !important; 
width: auto; transform: scale(1) !important; opacity: 1;
padding:8px 10px; border: 1px solid #B882FF  !important; border-radius: 0px;
height: auto;width:300px; background: #F7F1FF; border-top: 0px !important;
margin: 0; line-height: 100%;height: auto;}

.splide__pagination li:nth-child(1) .splide__pagination__page  {border: 1px solid #B882FF  !important;}
.splide__pagination li:nth-child(1) .splide__pagination__page:before {
  content:"01";
  width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; 
} 

.splide__pagination li:nth-child(1) .splide__pagination__page:after {
  content:"Preverified CV";
 font-size: 16px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; 
 padding-left: 6px;
} 


.splide__pagination li:nth-child(2) .splide__pagination__page:before {
  content:"02";
  width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; 
} 

.splide__pagination li:nth-child(2) .splide__pagination__page:after {
  content:"ATS Friendly resumes";
 font-size: 16px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; 
 padding-left: 6px;
} 


.splide__pagination li:nth-child(3) .splide__pagination__page:before {
  content:"03";
  width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; 
} 

.splide__pagination li:nth-child(3) .splide__pagination__page:after {
  content:"API integrations for BGV";
 font-size: 16px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; 
 padding-left: 6px;
} 

.splide__pagination li:nth-child(4) .splide__pagination__page:before {
  content:"04";
  width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; 
} 

.splide__pagination li:nth-child(4) .splide__pagination__page:after {
  content:"AI HR Avatar interview";
 font-size: 16px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; 
 padding-left: 6px;
} 

.splide__pagination li:nth-child(5) .splide__pagination__page:before {
  content:"05";
  width: 41px; height: 41px;
background: #6C2EBD; color: #fff;
display: inline-flex;align-items: center;justify-content: center;
margin-right: 10px;font-size: 16px;font-weight: bold;
border-radius: 50%; 
} 

.splide__pagination li:nth-child(5) .splide__pagination__page:after {
  content:"Custom Hiring plans";
 font-size: 16px; font-weight: bold;color: #000; 
 font-family: "Jost", sans-serif; 
 padding-left: 6px;
} 


@import url("responsive.css");