/* teams slider start here */
  .stickySliderSection .swiper {
    width: 100%;
    height: 100vh;
    padding: 0 0;
  }
  .stickySliderSection .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    background: #f5f5f5;
  }
  .stickySliderSection .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    left: 0;
    width: 140px !important;
    left: 90px;
    right: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .stickySliderSection .swiper-pagination-bullet {
    border-radius: 0;
    width: 100px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    transition: 0.5s;
    opacity: 0.3;
  }
  .stickySliderSection .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination-bullet .imgsrc {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 8.89px 0px #E4E4E440;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination-bullet .imgsrc img {
    width: 27px;
  }
  .stickySliderSection {
    position: relative;
    background: #f5f5f5;
  }
  .stickySliderSection .stepSli-container {
    position: relative;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;
    gap: 10px;
    margin-bottom: 50px;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet:last-child{margin-bottom: 0;}
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    left: 19px;
    top: 40px;
    border: 1px dashed #b6b6b6;
    transition: 0.5s;
  }
  .stickySliderSection
    .swiper-pagination
    .swiper-pagination-bullet:last-child::before {
    display: none;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet.completed {
    opacity: 1;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    opacity: 0;
    left: 19px;
    top: 40px;
    border: 1px solid #444444;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet.completed::after {
    height: 50px;
    opacity: 1;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    opacity: 1;
    height: 12px;
    transition: 0.5s;
  }
  .stickySliderSection .swiper-pagination .swiper-pagination-bullet:last-child::after {
    display: none;
  }
  .stickySliderSection .stepTitle-text{
    font-family: 'ProximaNova-Bold';
    font-size: 12px;
    line-height: 14px;
    color: #666;
    opacity: 1;
    text-align: left;
    transition: all .5s ease-in-out;
    width: 98px;
  }
  .stickySliderSection .swiper-pagination-bullet-active .stepTitle-text{
    opacity: 1;
  }
  .teamsStickSliderIn{
    width: 1350px;
    margin: 0 0 0 auto;
  }
  .teamsStickSliderIn .teamsStickySlider-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 168px; 
  }
  .teamsStickSliderIn .imageboxwrap{
    width: 540px;
    position: relative;
  }
  .headingwrapper h3{
    font-family: 'Proxima-Nova-Light';
    font-size: 70px;
    line-height: 72px;
    letter-spacing: -1px;
    color: #111111;
    margin-bottom: 22px;
  }
  .headingwrapper .strongsemibold{
    display: flex;
    font-family: 'Proxima-Nova-Semibold';
  }
  .headingwrapper p{
    font-family: 'Proxima-Nova-Light';
    font-size: 18px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 45px;
  }
  .swiper-slide-active .fadeTopAnimation {
    animation: 1.5s fadeTopAnimation;
  }
  @keyframes fadeTopAnimation {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
  }
  .fadeTopAnimation[data-aos=fade-up]{
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  .fadeTopAnimation[data-aos^=fade][data-aos^=fade].aos-animate{
    transform: translateZ(0);
    opacity: 1;
  }
  .swiper-slide-active .fadeLeftAnimation {
    animation: 1.5s fadeLeftAnimation;
  }
  @keyframes fadeLeftAnimation {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
  }
  .fadeLeftAnimation[data-aos=fade-left]{
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  .fadeLeftAnimation[data-aos^=fade][data-aos^=fade].aos-animate{
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .boxSecondimage{
    position: absolute;
    top: -53px;
    right: -57px;
    opacity: 0;
  }
  .swiper-slide-active .fadeLeftAnimationDelay {
    animation: fadeLeftAnimationDelay 1.2s forwards;
    animation-delay: 0.8s;
  }
  @keyframes fadeLeftAnimationDelay {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
  }
  .boxSecondimageRight{
    position: absolute;
    left: -14px;
    top: -42px;
    width: 296px;
    opacity: 0;
  }
  .swiper-slide-active .fadeRightAnimationDelay {
    animation: fadeRightAnimationDelay 1.2s forwards;
    animation-delay: 0.8s;
  }
  @keyframes fadeRightAnimationDelay {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
  }
.stickySliderSection .teamsSlideInner{padding: 100px 100px;width: 100%;height: 100%;    display: flex;align-items: center;}
.swiper-slide-active .lastChildAnimation {
    /* background: #324AD3; */
    background-image: url(../images/team/teamsbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: lastChildAnimation 1.8s forwards;
}
@keyframes lastChildAnimation {
    from {
        transform: translateY(400px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.stickySliderSection.slideDesignChange .stepTitle-text{color: #fff;transition: .5s;}
.stickySliderSection.slideDesignChange .swiper-pagination .swiper-pagination-bullet::after{border: 1px solid #fff;}
.teamsStickSliderIn .teamsStickySlider-flex.slideInStyleV2{
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
}
.slideInStyleV2 .headingwrapper{
    display: grid;
    width: 100%;
    gap: 0;
    grid-template-columns: 44% 50%;
    justify-content: space-between;
    align-items: center;
}
.slideInStyleV2 .headingwrapper h3, .slideInStyleV2 .headingwrapper p{margin-bottom: 0;color: #fff;}
.slideInStyleV2 .stepprslider-content-item{width: 100%;}
.teamsSlideimgesboxes{    
    border-radius: 30px;
    display: block;
    position: relative;
    z-index: 0;
}
.teamsSlideimgesboxes::before{
    content: "";
    background-color: hsl(230.89deg 77.78% 28.24% / 94.9%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
    display: none;
}
.slideInStyleV2 .animateImagesBox{
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    display: none;
}
.animateImagesBox .img--one{width: 198px;opacity: 0;}
.animateImagesBox .img--two{width: 541px;opacity: 0;}

.swiper-slide-active .fadeLeftAnimationDelay-img1 {
    animation: fadeLeftAnimationDelay-img1 1.2s forwards;
    animation-delay: 0.1s;
}
@keyframes fadeLeftAnimationDelay-img1 {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.swiper-slide-active .fadeLeftAnimationDelay-img2 {
    animation: fadeLeftAnimationDelay-img2 1.2s forwards;
    animation-delay: 0.8s;
}
@keyframes fadeLeftAnimationDelay-img2 {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.animateImagesBox .img--three{
    width: 225px;
    height: auto;
    position: absolute;
    top: 29px;
    right: 107px;
    opacity: 0;
}
.swiper-slide-active .fadeLeftAnimationDelay-img3 {
    animation: fadeLeftAnimationDelay-img3 1.2s forwards;
    animation-delay: 1.2s;
}
@keyframes fadeLeftAnimationDelay-img3 {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.teamsStickySlider-flex img.mobileview-image{display: none;}
@media (max-width: 1600px){
    .teamsStickSliderIn .teamsStickySlider-flex{gap:110px;}
    .teamsStickSliderIn{width: 1110px;}
    .teamsStickSliderIn .imageboxwrap{width: 440px;}
    .headingwrapper h3{font-size: 56px;line-height: 58px;margin-bottom: 14px;}
    .headingwrapper p{font-size: 16px;line-height: 20px;margin-bottom: 30px;}
    .boxSecondimage{top: -39px;right: -36px;width: 297px;}
    .boxSecondimageRight{left: -12px;top: -34px;width: 242px;}
    .animateImagesBox .img--one{width: 180px;}
    .animateImagesBox .img--three{right: 50px;width: 192px;top: 50px;}
    .animateImagesBox .img--two{width: 494px;}
}
@media (max-width: 1500px){
    .stickySliderSection .teamsSlideInner{padding: 70px 75px;}
    .stickySliderSection .swiper-pagination{left: 75px;}
    .teamsStickSliderIn{width: 960px;}
    .headingwrapper h3{font-size: 46px;line-height: 48px;margin-bottom: 10px;}
    .headingwrapper p {font-size: 14px;line-height: 18px;margin-bottom: 26px;}
    .teamsStickSliderIn .imageboxwrap{width: 424px;}
    .boxSecondimage {top: -24px;right: -13px;width: 192px;}
    .boxSecondimageRight {left: 7px;top: -24px;width: 170px;}
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet{margin-bottom: 40px;}
    .stickySliderSection .swiper-pagination{height: 100%;justify-content: center;}
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet::before{height: 40px;}
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet.completed::after{height: 40px;}
    .teamsSlideimgesboxes{padding: 40px;}
    .animateImagesBox .img--two{width: 362px;}
    .animateImagesBox .img--one{width: 132px;}
    .animateImagesBox .img--three {right: 123px;width: 138px;top: 24px;}
    .teamsStickSliderIn .teamsStickySlider-flex.slideInStyleV2{gap: 22px;}
    .teamsStickSliderIn .teamsStickySlider-flex{gap: 60px;}
}
@media (max-width: 1280px){
    .stickySliderSection .teamsSlideInner{padding: 70px 35px;}
    .stickySliderSection .swiper-pagination{left: 35px;}
}
@media (max-width: 1199px){
    .stickySliderSection .teamsSlideInner{padding: 95px 35px;}
    .teamsStickSliderIn .teamsStickySlider-flex{gap: 20px;flex-direction: column-reverse;align-items: center;}
    .teamsStickSliderIn .imageboxwrap{width: 363px;}
    .headingwrapper .strongsemibold{display: contents;}
    .headingwrapper h3{font-size: 38px;line-height: 40px;}
    .boxSecondimage {top: -14px;right: -11px;width: 160px;}
    .boxSecondimageRight {left: 10px;top: -13px;width: 147px;}
    .stickySliderSection .teamsSlideInner{align-items: flex-start;}
    .animateImagesBox .img--one{width: 116px;}
    .animateImagesBox .img--two {width: 318px;}
    .animateImagesBox .img--three {right: 54px;width: 105px;top: 32px;}
    .teamsStickSliderIn{width: 720px;}
}
@media (max-width: 991px){
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet::before{display: none;}
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet::after{display: none;}
    .stickySliderSection .swiper-pagination-bullet .imgsrc{display: none;}
    .stickySliderSection .stepTitle-text{display: none;}
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #111111;
        opacity: 0.4;
        border-radius: 50%;
        margin-bottom: 0;
    }
    .stickySliderSection .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}
    .stickySliderSection .swiper-pagination{    
        height: 10px;
        display: flex;
        flex-direction: row;
        gap: 5px;
        transform: none;
        top: unset;
        justify-content: flex-end;
        width: fit-content !important;
        margin: 0 0 0 auto;
        right: 0;
        left: 0;
        padding: 0 42px 0 0;
        bottom: 45px;
    }
    .stickySliderSection .swiper-pagination .swiper-pagination-bullet.completed{opacity: 0.4;}
    .stickySliderSection .swiper{height: 100%;}
    .stickySliderSection .swiper-slide{flex: 0 0 auto;width: 100%;margin-bottom: 0;opacity: 1;border-radius: 12px;}
    .stickySliderSection .swipernextprevWrapper img.swipperArrow{filter: invert(1);}
    .stickySliderSection .swipernextprevWrapper .swiper-button-next, 
    .stickySliderSection .swipernextprevWrapper .swiper-button-prev{border: 1px solid #000;}
    .fadeLeftAnimation[data-aos=fade-left]{
        transform: none;
        opacity: 1;
      }
      .fadeLeftAnimation[data-aos^=fade][data-aos^=fade].aos-animate{
        transform:  none;
        opacity: 1;
      }
      @keyframes fadeLeftAnimation {
        from {
            transform: none;
            opacity: 0;
        }
        to {
            transform: none;
            opacity: 1;
        }
      }
      .slideInStyleV2 .teamsSlideimgesboxes{display: none;}
      .teamsStickySlider-flex img.mobileview-image{display: block;width: 100%;}
      .slideInStyleV2 .headingwrapper{grid-template-columns: 100%;}
      .stickySliderSection .teamsSlideInner{padding: 20px 15px 20px;}
      .headingwrapper h3 {font-size: 32px;line-height: 33px;}
      @keyframes lastChildAnimation {
        from {
            transform: none;
            opacity: 1;
        }
        to {
            transform: none;
            opacity: 1;
        }
    }
    .swiper-slide-active .fadeTopAnimation{animation: none;}
    .stickySliderSection.slideDesignChange .swipernextprevWrapper .swiper-button-next,
    .stickySliderSection.slideDesignChange .swipernextprevWrapper .swiper-button-prev{border: 1px solid #fff;}
    .stickySliderSection.slideDesignChange .swipernextprevWrapper img.swipperArrow {
      filter: none;
  }
  .stickySliderSection.slideDesignChange .swiper-pagination .swiper-pagination-bullet{background: #fff;}
  .teamsStickSliderIn .onbording-sectn{margin-bottom: 0;}
  .teamsStickSliderIn .teamsStickySlider-flex.slideInStyleV2{flex-direction: column-reverse;}
  .stickySliderSection .teamsSlideInner.lastChildAnimation{display: flex;align-items: center;}
  .stickySliderSection .headingwrapper{text-align: center;}
  .teamsStickSliderIn .onbording-box{text-align: center;}
  .stickySwiper .swiper-wrapper{display: flex;flex-direction: column;gap: 10px;}
  .stickySliderSection{padding: 20px 20px;background: #fff;}
  .slideInStyleV2 .headingwrapper h3, .slideInStyleV2 .headingwrapper p{color: #111111;}
  .slideInStyleV2 .headingwrapper h3{margin-top: 20px;margin-bottom: 10px;}
  .stickySwiper .swipernextprevWrapper{display: none;}
  .onbording-box img{margin: 0 auto 14px;}
}
@media (max-width: 420px){
    .teamsStickSliderIn .imageboxwrap{width: 70%;margin: 0 auto;}
    .teamsStickSliderIn .onbording-sectn{display: grid;grid-template-columns: repeat(2, 1fr);gap: 5px;}
    .teamsStickSliderIn .onbording-box img{margin: 0 auto 20px;}
    .teamsStickSliderIn .onbording-box {border-radius: 8px;padding: 12px;height: 100%;}
    .onbording-box p{line-height: 14px;}
    .fadeTopAnimation[data-aos=fade-up]{transform: none;opacity: 1;}
}