@import url('https://fonts.cdnfonts.com/css/glacial-indifference-2');
@import url('https://fonts.cdnfonts.com/css/amazing-grotesk');
body{
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Glacial Indifference', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
} 
li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 40px;
}

.cont-cent-cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-cent-rgt{
    display: flex;
    justify-content: right;
    align-items: center;
}
.cont-midd{
    display: flex;
    align-items: center;
}


/*....................... default css end ................*/

/* .banner-main-web{
    background-image: url(../img/banner-orbitclicks.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
} */



.navbar-brand img {
    width: 250px;
}

  .banner-main-web {
    position: relative;
    background: linear-gradient(
        to right,
        #0a0a0a,
        #121212
    );
    overflow: hidden;

     border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px;
}

.banner-main-web::after {
    content: "";
    position: absolute;
    inset: 0;

    background-image: repeating-linear-gradient(
        to right,
        rgba(255,255,255,0.06) 0px,
        rgba(255,255,255,0.06) 1px,
        transparent 1px,
        transparent 120px
    );
}

.center-contbann {
    position: relative;
    z-index: 2;
}


/*==================== button animation Type 1 Css start ===================================*/

.u1_cta {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  background-color: #fff;
  font: 500 16px/20px 'Glacial Indifference', sans-serif;
  letter-spacing: .25px;
  color: #000;
  border-radius: 3px;
  padding: 2px 6px 4px 52px;
  margin: 0;
  position: relative;
}

.u1_cta .u1_arrow {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 48px;
  height: 36px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 77.51%), #eae23f;
  transition: width .3s;
}

.u1_cta .u1_arrow .u1_arrow_inner {
  position: absolute;
  width: 100%;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mask-image: linear-gradient(to right, transparent 12px, black 18px, black calc(100% - 18px), transparent calc(100% - 12px));
}

.u1_cta .u1_arrow .u1_arrow_inner:before,
.u1_cta .u1_arrow .u1_arrow_inner:after {
  content: '';
  position: absolute;
  inset: 0;
}

.u1_cta .u1_arrow .u1_arrow_inner:before {
  background:
    linear-gradient(to right,
      rgba(13, 21, 33, 0.02) 0.405%,
      rgba(13, 21, 33, 0.12) 1.61%,
      rgba(32, 38, 50, 0.26) 8.005%,
      rgba(13, 21, 33, 0.33) 9.2%,
      rgba(46, 52, 62, 0.28) 15.61%,
      rgba(13, 21, 33, 0.56) 16.805%,
      rgba(13, 21, 33, 0.84) 23.2%,
      rgba(32, 38, 50, 0.87) 24.4%,
      rgba(13, 21, 33, 0.75) 30.815%,
      rgba(13, 21, 33, 0.69) 31.995%,
      rgba(32, 38, 50, 0.42) 38.39%,
      rgba(13, 21, 33, 0.34) 39.59%,
      rgba(32, 38, 50, 0.29) 46%,
      rgba(32, 38, 50, 0.26) 47.19%,
      rgba(13, 21, 33, 0.02) 50%,
      rgba(13, 21, 33, 0.02) 50.405%,
      rgba(13, 21, 33, 0.12) 51.61%,
      rgba(32, 38, 50, 0.26) 58.005%,
      rgba(13, 21, 33, 0.33) 59.2%,
      rgba(46, 52, 62, 0.28) 65.61%,
      rgba(13, 21, 33, 0.56) 66.805%,
      rgba(13, 21, 33, 0.84) 73.2%,
      rgba(32, 38, 50, 0.87) 74.4%,
      rgba(13, 21, 33, 0.75) 80.815%,
      rgba(13, 21, 33, 0.69) 81.995%,
      rgba(32, 38, 50, 0.42) 88.39%,
      rgba(13, 21, 33, 0.34) 89.59%,
      rgba(32, 38, 50, 0.29) 96%,
      rgba(32, 38, 50, 0.26) 97.19%,
      rgba(13, 21, 33, 0.02) 100%)
    0 1px/200% 2px repeat-x,
    linear-gradient(to right,
      rgba(13, 21, 33, 0.02) 0.405%,
      rgba(13, 21, 33, 0.12) 1.61%,
      rgba(32, 38, 50, 0.26) 8.005%,
      rgba(13, 21, 33, 0.33) 9.2%,
      rgba(46, 52, 62, 0.28) 15.61%,
      rgba(13, 21, 33, 0.56) 16.805%,
      rgba(13, 21, 33, 0.84) 23.2%,
      rgba(32, 38, 50, 0.87) 24.4%,
      rgba(13, 21, 33, 0.75) 30.815%,
      rgba(13, 21, 33, 0.69) 31.995%,
      rgba(32, 38, 50, 0.42) 38.39%,
      rgba(13, 21, 33, 0.34) 39.59%,
      rgba(32, 38, 50, 0.29) 46%,
      rgba(32, 38, 50, 0.26) 47.19%,
      rgba(13, 21, 33, 0.02) 50%,
      rgba(13, 21, 33, 0.02) 50.405%,
      rgba(13, 21, 33, 0.12) 51.61%,
      rgba(32, 38, 50, 0.26) 58.005%,
      rgba(13, 21, 33, 0.33) 59.2%,
      rgba(46, 52, 62, 0.28) 65.61%,
      rgba(13, 21, 33, 0.56) 66.805%,
      rgba(13, 21, 33, 0.84) 73.2%,
      rgba(32, 38, 50, 0.87) 74.4%,
      rgba(13, 21, 33, 0.75) 80.815%,
      rgba(13, 21, 33, 0.69) 81.995%,
      rgba(32, 38, 50, 0.42) 88.39%,
      rgba(13, 21, 33, 0.34) 89.59%,
      rgba(32, 38, 50, 0.29) 96%,
      rgba(32, 38, 50, 0.26) 97.19%,
      rgba(13, 21, 33, 0.02) 100%)
    0 13px/200% 2px repeat-x;
  background-position-x: 100%;
  animation: move-right 2s linear infinite;
  -webkit-mask-image: url('https://assets.codepen.io/165585/arrow-dots.svg');
  mask-image: url('https://assets.codepen.io/165585/arrow-dots.svg');
  mask-position: center center;
}

.u1_cta .u1_arrow .u1_arrow_inner:after {
  background-image: url("https://assets.codepen.io/165585/arrow-dots.svg");
  -webkit-mask-image: url('https://assets.codepen.io/165585/arrow-dots-mask.svg');
  mask-image: url('https://assets.codepen.io/165585/arrow-dots-mask.svg');
  mask-position: center center;
  background-position: center center;
  filter: drop-shadow(0 .5px .5px rgba(255, 255, 255, .5)) drop-shadow(0 .25px .75px rgba(255, 255, 255, .5));
}

.u1_cta .u1_label {
  display: block;
  padding: 8px 4px;
  width: 110px;
}

.u1_cta:focus-visible .u1_arrow,
.u1_cta:hover .u1_arrow {
  width: 160px;
}

@keyframes move-right {
  from { background-position-x: 100%; }
  to { background-position-x: 0%; }
}

/*==================== button animation Type 1 Css End ===================================*/


.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #eae23f;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #c9b800;
}

.btn-all-contwht{
    margin-left: 15px;
}
.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
    z-index: 6;
}
.sign-flx img{
    background: #eae23f;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 11px;
}
.div-phpne-flx{
    display: flex;
    gap: 8px;
    margin: 0px 15px;
}
.sign-flx h6{
    color: #eae23f;
    font-size: 14px;
}
.sign-flx h5{
    color: #fff;
    font-size: 16px;
}
.center-contbann{
    padding-top: 100px;
  text-align: center;
  padding-bottom: 200px;
  position: relative;
}
.center-contbann h5{
    color: #fff;
    padding: 6px 15px;
    font-size: 20px;
    background-color: #ffffff1a;
    display: inline-block;
    border-radius: 4px;
}
.typing-container h1{
    font-size: 70px;
  line-height: 80px;
    color: #eae23f;
    margin: 20px 0;
    text-transform: capitalize;
    font-family: 'Amazing Grotesk', sans-serif;
    font-weight: 600;
}
.center-contbann p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
}
.position-arrow img{
    position: absolute;
  bottom: 33%;
  right: 25%;
}


.position-arrow img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


.mainabout-sec{
    padding: 50px 0;
    position: relative;
}
.imgrgt-ab img{
    position: absolute;
  right: 0;
  bottom: -10%;
  width: 300px;
  z-index: 1;
}
.img-fimg img{
    width: 100%;
    border: 4px solid #f9f9f9;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.mid-text-main h5{
    color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.mid-text-main h4{
    font-size: 50px;
    font-family: 'Amazing Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.clr-ylw{
    color: #000;
}
.mid-text-main p{
    font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
}
.mid-text-main{
    margin-left: 30px;
}

.pos-line img{
    position: absolute;
  right: 0%;
  top: -20%;
  width: 239px;
  z-index: 0;
}
.circle-anim img{
    width: 230px;
  border: 0;
  box-shadow: none;
  position: absolute;
  left: -20%;
  bottom: -20%;
  -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.img-fimg {
    position: relative;

}









/*========================= Black Button Css start =============================*/


.pbtn_cta {
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  background-color: #242424;
  font: 500 16px/20px 'Glacial Indifference', sans-serif;
  letter-spacing: .25px;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 6px 4px 52px;
  margin: 0;
  position: relative;
}

/* ARROW BOX */
.pbtn_arrowBox {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 48px;
  height: 36px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0) 77.51%), #eae23f;
  transition: width .3s;
}

/* ARROW INNER */
.pbtn_arrowInner {
  position: absolute;
  width: 100%;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mask-image: linear-gradient(to right, transparent 12px, black 18px, black calc(100% - 18px), transparent calc(100% - 12px));
}

.pbtn_arrowInner::before,
.pbtn_arrowInner::after {
  content: '';
  position: absolute;
  inset: 0;
}

/* MOVING DOTS */
.pbtn_arrowInner::before {
  background:
    linear-gradient(to right,
      rgba(13, 21, 33, 0.02) 0.405%,
      rgba(13, 21, 33, 0.12) 1.61%,
      rgba(32, 38, 50, 0.26) 8.005%,
      rgba(13, 21, 33, 0.33) 9.2%,
      rgba(46, 52, 62, 0.28) 15.61%,
      rgba(13, 21, 33, 0.56) 16.805%,
      rgba(13, 21, 33, 0.84) 23.2%,
      rgba(32, 38, 50, 0.87) 24.4%,
      rgba(13, 21, 33, 0.75) 30.815%,
      rgba(13, 21, 33, 0.69) 31.995%,
      rgba(32, 38, 50, 0.42) 38.39%,
      rgba(13, 21, 33, 0.34) 39.59%,
      rgba(32, 38, 50, 0.29) 46%,
      rgba(32, 38, 50, 0.26) 47.19%,
      rgba(13, 21, 33, 0.02) 50%,
      rgba(13, 21, 33, 0.02) 50.405%,
      rgba(13, 21, 33, 0.12) 51.61%,
      rgba(32, 38, 50, 0.26) 58.005%,
      rgba(13, 21, 33, 0.33) 59.2%,
      rgba(46, 52, 62, 0.28) 65.61%,
      rgba(13, 21, 33, 0.56) 66.805%,
      rgba(13, 21, 33, 0.84) 73.2%,
      rgba(32, 38, 50, 0.87) 74.4%,
      rgba(13, 21, 33, 0.75) 80.815%,
      rgba(13, 21, 33, 0.69) 81.995%,
      rgba(32, 38, 50, 0.42) 88.39%,
      rgba(13, 21, 33, 0.34) 89.59%,
      rgba(32, 38, 50, 0.29) 96%,
      rgba(32, 38, 50, 0.26) 97.19%,
      rgba(13, 21, 33, 0.02) 100%)
    0 1px/200% 2px repeat-x,
    linear-gradient(to right,
      rgba(13, 21, 33, 0.02) 0.405%,
      rgba(13, 21, 33, 0.12) 1.61%,
      rgba(32, 38, 50, 0.26) 8.005%,
      rgba(13, 21, 33, 0.33) 9.2%,
      rgba(46, 52, 62, 0.28) 15.61%,
      rgba(13, 21, 33, 0.56) 16.805%,
      rgba(13, 21, 33, 0.84) 23.2%,
      rgba(32, 38, 50, 0.87) 24.4%,
      rgba(13, 21, 33, 0.75) 30.815%,
      rgba(13, 21, 33, 0.69) 31.995%,
      rgba(32, 38, 50, 0.42) 38.39%,
      rgba(13, 21, 33, 0.34) 39.59%,
      rgba(32, 38, 50, 0.29) 46%,
      rgba(32, 38, 50, 0.26) 47.19%,
      rgba(13, 21, 33, 0.02) 50%,
      rgba(13, 21, 33, 0.02) 50.405%,
      rgba(13, 21, 33, 0.12) 51.61%,
      rgba(32, 38, 50, 0.26) 58.005%,
      rgba(13, 21, 33, 0.33) 59.2%,
      rgba(46, 52, 62, 0.28) 65.61%,
      rgba(13, 21, 33, 0.56) 66.805%,
      rgba(13, 21, 33, 0.84) 73.2%,
      rgba(32, 38, 50, 0.87) 74.4%,
      rgba(13, 21, 33, 0.75) 80.815%,
      rgba(13, 21, 33, 0.69) 81.995%,
      rgba(32, 38, 50, 0.42) 88.39%,
      rgba(13, 21, 33, 0.34) 89.59%,
      rgba(32, 38, 50, 0.29) 96%,
      rgba(32, 38, 50, 0.26) 97.19%,
      rgba(13, 21, 33, 0.02) 100%)
    0 13px/200% 2px repeat-x;
  background-position-x: 100%;
  animation: pbtn_moveRight 2s linear infinite;
  -webkit-mask-image: url('https://assets.codepen.io/165585/arrow-dots.svg');
  mask-image: url('https://assets.codepen.io/165585/arrow-dots.svg');
  mask-position: center center;
}

/* STATIC ARROW */
.pbtn_arrowInner::after {
  background-image: url("https://assets.codepen.io/165585/arrow-dots.svg");
  -webkit-mask-image: url('https://assets.codepen.io/165585/arrow-dots-mask.svg');
  mask-image: url('https://assets.codepen.io/165585/arrow-dots-mask.svg');
  mask-position: center center;
  background-position: center center;
  filter: drop-shadow(0 .5px .5px rgba(255, 255, 255, .5)) drop-shadow(0 .25px .75px rgba(255, 255, 255, .5));
}

/* LABEL */
.pbtn_label {
  display: block;
  padding: 8px 0;
  width: 110px;
}

/* ON HOVER */
.pbtn_cta:hover .pbtn_arrowBox,
.pbtn_cta:focus-visible .pbtn_arrowBox {
  width: 160px;
}

@keyframes pbtn_moveRight {
  from { background-position-x: 100%; }
  to { background-position-x: 0%; }
}

/*========================= Black Button Css end =============================*/


.tilt-marquee {
    background: #242424;
    color: #fff;
    padding: 25px 0;
    transform: rotate(1deg); /* Tilt effect */
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-block;
    animation: scroll-2 18s linear infinite;
    font-size: 38px;
    letter-spacing: 1px;
    font-family: 'Amazing Grotesk', sans-serif;
    font-weight: 600;
}


@keyframes scroll-2 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* scrolls half because 2 copies */
}
.min-marquee{
    margin-top: 70px;
  overflow: hidden;
  padding-top: 40px ;
  padding-bottom: 15px;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 50%);
}
.main-service-contain{
    background-color: #f9f9f9;
    text-align: center;
    padding: 50px 0;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.ball-posi img{
    position: absolute;
    right: -7%;
    top: 0;
     animation: spin 6s linear infinite; 
}
@keyframes spin{ from{ transform:rotate(0deg); } to{ transform:rotate(360deg); } }
.back-bg h5{
padding: 6px 15px;
  font-size: 20px;
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
}


 /* TAB WRAPPER */
    .srvtab_wrapper {
        width: 100%;
        margin: auto;
    }

    /* TAB BUTTONS */
    .srvtab_buttons {
        text-align: center;
        margin-bottom: 30px;
    }

    .srvtab_btn {
        padding: 12px 25px;
  margin: 10px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  background: #fff;
  transition: 0.25s;
    }

    .srvtab_btn.srvtab_active {
        background: #eae23f;
        color: #000000;
        border-color: #eae23f;
    }

    /* CONTENT BOX */
    .srvtab_content_box {
        background: #fff;
        padding: 40px;
        display: none;
        animation: srvtabFade 0.4s ease;
        width: 75%;
        margin: auto;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

    .srvtab_content_box.srvtab_show {
        display: block;
    }

    /* Heading */
    .srvtab_heading {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .srvtab_heading span {
        color: #eab308;
    }

    /* Fade animation */
    @keyframes srvtabFade {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0px); }
    }


    .left-mainogim img{
        width: 100%;
    }
    .main-xpr {
        text-align: left;
    }
    .paragr-t h5{
        font-size: 25px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
    }
    .paragr-t p{
        font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
    }
    .srvtab_content_box{
        position: relative;
    }
    .arrow-up img{
        position: absolute;
        top: -5%;
        left: 50%;
    }
    .left-imgmm img{
        width: 100%;
        border-radius: 15px;
        border: 3px solid #f9f9f9;
    }
    .sixxflx{
        display: flex;
        justify-content: space-between;
    }
    .right-contmmm h4{
        font-size: 50px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
    }
    .main-digitals{
        padding:80px 0 ;
    }
    .right-contmmm{
        margin-bottom: 25px;
    }
    .singfbx h2{
        font-size: 60px;
        font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #eae23f;
    }
    .mid-txtt h6{
        font-size: 18px;
        color: #fff;
    }
    .border-thin{
        width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 25px 0;
}
    
    .sixpercen-box p{
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }
    .sixpercen-box{
        background-color: #242424;
  padding:40px 45px;
  border-radius: 20px;
  height: 325px;
    }
    .singfbx-st h2 {
  font-size: 60px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.mid-txtt-st h6 {
  font-size: 18px;
}
.border-thin-st {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 25px 0;
}
.sixpercen-box-st p {
  font-size: 16px;
  line-height: 26px;
}
.sixpercen-box-st {
  border: 2px solid #242424;
  padding: 40px 45px;
  border-radius: 20px;
  height: 325px;
}
.twobox-mnnn{
    background-color: #fff;
  padding: 40px;
  margin-left: -20%;
  border-radius: 26px;
}









/* LAYOUT WRAPPER */
.slider-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* INDIVIDUAL SLIDER */
.vertical-slider {
  width: 220px;
  height: 680px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

/* TOP + BOTTOM FADE EFFECT */
.vertical-slider::before,
.vertical-slider::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 5;
  pointer-events: none;
}

.vertical-slider::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.vertical-slider::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}

/* TRACK */
.slider-track {
  display: flex;
  flex-direction: column;
  animation: scroll 16s linear infinite;
}

/* IMAGES */
.vertical-slider img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  margin: 10px 0;
  display: block;
}

/* ANIMATION */
@keyframes scroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}




.box-singver{
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}
.icon-flxtxa img{
    background: #eae23f;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  padding: 12px;
}
.icon-flxtxa h5{
    font-size: 20px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
}
.main-vertsec{
    background-color: #fefefe;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    border-radius: 8px;
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 24px 15px -20px;
}
.imgnumber h4{
    font-size: 60px;
    font-weight: 800;
    color: #eaeaea;
}
.number-position{
    position: relative;
    margin-bottom: 80px;
}
.imgnumber h4{
    position: absolute;
  right: -5px;
  top: -25%;
  z-index: -1;
}
.marleft-auto{
    margin-left: 35px;
}
.marright-auto{
    margin-right: 35px;
}
.imgnumber-2 h4{
    position: absolute;
  left: -5px;
  top: -25%;
  z-index: -1;
  font-size: 60px;
    font-weight: 800;
    color: #eaeaea;
}
.main-vertsec-2{
    background-color: #fefefe;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  border-radius: 8px;
  margin-left: 30px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 24px 15px -20px;
}
.main-rightimgsc{
    padding-bottom: 50px;
    position: relative;
}
.posi-circre img{
    position: absolute;
    left: -5%;
  top: -10%;
  animation: spin 6s linear infinite;
}






.stats-section {
      padding: 48px 0 80px;
      border-top: 1px solid rgba(255,255,255,0.04);
      border-bottom: 1px solid rgba(255,255,255,0.04);
    }

    .stat-card {
      padding: 30px 20px;
      border-radius: 6px;
      text-align: center;
      min-height: 140px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 14px;
      align-items: center;
    }

    .stat-icon {
      width: 130px;
  height: 130px;
      border-radius: 50%;
      background: rgba(255,255,255,0.03);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      color: #fff;
    }

    .stat-number {
      font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #eae23f;
  letter-spacing: 0.5px;
  margin: 10px 0;
    }

    .stat-label {
      color: #fff;
      font-size: 18px;
      text-transform: none;
    }

    /* vertical separators between columns */
    .col-divider {
      position: relative;
    }
    .col-divider::after {
      content: "";
      position: absolute;
      top: 6%;
      bottom: 6%;
      right: 0;
      width: 1px;
      background: rgba(255,255,255,0.06);
    }
    /* remove divider last */
    .col-divider.last::after { display: none; }

    /* middle trust line */
    .trust-line {
      display:flex;
      align-items:center;
      gap:18px;
      margin: 42px 0;
    }
    .trust-line .rule {
      height:1px;
      background: rgba(255,255,255,0.06);
      flex:1;
    }
    .trust-text {
      color: #fff;
      font-size: 18px;
    }
    .trust-text b {
      color: #fff;
    }

    /* Swiper logo styles */
    .logo-swiper .swiper-slide {
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 20px 12px;
      height:80px;
    }
    .logo-swiper img {
      max-height:75px;
      max-width: 180px;
      object-fit:contain;
      filter: grayscale(100%) opacity(0.6);
      transition: filter .25s ease, opacity .25s ease, transform .25s ease;
    }
    .logo-swiper img:hover {
      filter: grayscale(0%) opacity(1);
      transform: translateY(-4px);
    }

    @media (max-width: 767px) {
      .col-divider::after { top: 0; bottom: 0; } /* divider shorter on small */
      .stat-number { font-size:28px; }
      .stat-icon { width:58px; height:58px; }
      .logo-swiper .swiper-slide { height:64px; padding: 8px; }
      .logo-swiper img { max-height:34px; }
    }

    .main-slidelogo{
        background-color: #242424;
    }

    .main-testi-car{
      padding: 80px 0;
      overflow: hidden;
    }





    .testimonial-box {
	display: block;
	position: relative;
	padding: 30px 20px;
	background: #f9f9f9;
	border-radius: 5px;
}
.user-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	min-width: 50px;
	background-size: cover;
	background-position: center;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}

.name {
	margin-bottom: 0;
	line-height: 14px;
	font-size: 17px;
	font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.carousel-testimonial .owl-nav {
	text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
	padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
	outline: none;
	padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
	display: block;
	font-size: 35px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #eae23f;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 50px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
	opacity: 0.5;
}





.main-flxprr{
  display: flex;
  gap: 10px;
}
.singorr{
  margin: auto 0;
}
.owl-carousel .owl-item img {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}
.oara-test p{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.testimain-bax {
  position: relative;
}
.main-postitionlft .positionsl-1{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 55;
  width: 200px;
}
.main-postitionlft .positionsl-2{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 55;
  width: 200px;
}




.custom-email-field {
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding-left: 20px;
    overflow: hidden;
}

.custom-email-field input {
    flex: 1;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.custom-email-field input::placeholder {
    color: rgba(255,255,255,0.6);
}

.custom-email-field button {
    width: 50px;
    height: 50px;
    background: #eae23f;
    border: none;
    outline: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-email-field button i {
    color: white;
    font-size: 18px;
}
.box-conbkk{
  background-image: url(../img/orbitc-10.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px;
  border-radius: 20px;
  padding-bottom: 0;
}
.logo-iconimgg img{
  width: 300px;
}
.right-amail h5{
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  text-align: right;
}
.right-amail {
  float: right;
}

.div-line{
  height: 1px;
  width: 100%;
  background-color: #adadad;
  margin: 60px 0;
}
footer{
  margin-bottom: 40px;
}
.flx-socialic a i{
  background: #e1e1e1fa;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 11px;
  margin: 0 5px;
  text-align: center;
  color: #000;
}
.flx-socialic{
  margin-top: 30px;
}
.rightlinks{
  text-align: right;
}
.rightlinks h5{
  color: #eae23f;
  font-size: 22px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.listul-ql li a{
  color: #fff;
  font-size: 16px;
  line-height: 36px
}
.footer-nme h6{
  color: #848484;
  margin: 40px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}



/*================ Resposive Css Start==================== */



@media only screen and (min-width:0px) and (max-width: 767px){
  .banner-main-web {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
  .container-fluid{
    padding: 0px 10px;
}
    .navbar-brand img {
    width: 200px;
}
.navbar-toggler {
    background-color: #ffffff;
    border: none;
}
.center-contbann {
    padding-top: 50px;
    padding-bottom: 70px;
}
.center-contbann h5 {
    font-size: 16px;
}
.typing-container h1{
    font-size: 28px;
    line-height: 38px;
    height: 80px;
}
.position-arrow img{
    display: none;
}
.imgrgt-ab img, .pos-line img{
  display: none;
}
.circle-anim img{
  display: none;
}
.img-fimg{
  margin-bottom: 50px;
}
.img-fimg img{
  height: 200px;
  object-fit: cover;
}
.mid-text-main h5{
    font-size: 16px;
 }
 .mid-text-main{
    margin-left: 0px;
    margin: 30px 0;
}
.mid-text-main h4{
  font-size: 28px;
  line-height: 38px;
}
.min-marquee {
    margin-top: 0px;
}
.marquee-content{
  font-size: 16px;
}
.tilt-marquee{
  padding: 10px 0;
}
.ball-posi img{
  display: none;
}
.srvtab_btn {
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 14px;
}
.arrow-up img {
    top: -3%;
    left: 42%;
}
.srvtab_content_box{
  width: 90%;
}
.left-mainogim img {
    margin-bottom: 15px;
}
.main-service-contain{
  padding-bottom: 40px;
}
.main-digitals {
    padding: 40px 0;
}
.right-contmmm h4{
    font-size: 28px;
    line-height: 38px
}
.left-imgmm img{
  margin-bottom: 15px;
}
.twobox-mnnn {
    padding: 0;
    margin-left: 0;
}
.sixpercen-box{
    padding: 40px 45px;
    height: 100%;
}
.posi-circre img{
  display: none;
}
.res-mar{
  margin-bottom: 20px;
}
.marleft-auto {
    margin-left: 0;
}
.marright-auto{
  margin-right: 0;
}
.main-vertsec{
  margin-right: 0;
}
.number-position {
    margin-bottom: 50px;
}
.main-vertsec-2{
  margin-left: 0;
}
.slider-mahro{
  margin-bottom: 50px;
}
.imgnumber-2 h4{
  top: -20%;
 }
 .vertical-slider img {
    height: 170px;
 }
 .vertical-slider {
    height: 350px;
 }
 .stat-icon{
  font-size: 25px;
 }
 .stats-section{
  padding-bottom: 30px;
 }
 .main-postitionlft{
  display: none;
 }
 .main-testi-car{
    padding: 40px 0;
 }
 .box-conbkk{
    padding: 50px 20px;
 }
 .logo-iconimgg img {
    width: 200px;
    margin-bottom: 15px;
}
.right-amail h5{
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.div-line{
  margin: 35px 0;
}
.rightlinks {
    text-align: left;
}
.rightlinks{
  margin: 10px 0;
}
.footer-nme h6 {
    margin-bottom: 0;
}
footer {
    margin-bottom: 10px;
}
.btn-all-contwht{
  margin-top: 10px;
  margin-left: 0;
}
.div-phpne-flx{
    margin: 15px 0px;
}
.main-slidelogo, .mainabout-sec{
  overflow: hidden;
}
.typing-container-2 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin: 5px 0 !important;
}
.top-minsecss{
    padding: 20px;
}
.team-card{
    margin-bottom: 30px;
}
.srvx-main-img{
    height: 300px !important;
}
}






/*================== About us css start ===================*/





.center-contbann-2 {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
}
.center-contbann-2 h5 {
  color: #fff;
  padding: 6px 15px;
  font-size: 20px;
  background-color: #ffffff1a;
  display: inline-block;
  border-radius: 4px;
}
.center-contbann-2 h5 a{
  color: #eae23f;
}
.typing-container-2 {
  font-size: 50px;
  line-height: 60px;
  color: #eae23f;
  margin: 20px 0;
  text-transform: capitalize;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
} 

.main-imgaboo img{
  width: 100%;
  border-radius: 50%;
  border: 2px solid #848484;
}


.service-item {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-item .arrow {
    color: #d7de63;     /* Same light yellow icon color */
    font-size: 20px;
}
.img-bottom-hac img{
  width: 100%;
  border-radius: 180px 180px 0px 0px;
  height: 250px;
  margin-top: 20px;
}


.main-aboutmbbn{
  padding: 50px 0;
  overflow: hidden;
}
.top-minsecss{
  background-image: url(../img/orbitc-12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.team-card{
    border-radius: 4px;
  padding-bottom: 30px;
  transition: 0.3s;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
    }
    .team-card img{
      width:100%;
      height:275px;
      object-fit:cover;
      border-radius:12px 12px 0 0;
    }
    .team-name{
      font-size:20px;
      font-weight:700;
      color:#000000;
      margin-top:20px;
      font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600;
    }
    .team-role{
      font-size:18px;
      color:#bbb;
    }
    .social-icons i{
      width:45px;
      height:45px;
      background:#d7de63;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      margin-right:10px;
      font-size:20px;
      cursor:pointer;
      color:#000;
      transition:.3s;
    }
    .social-icons i:hover{
      background:#fff;
    }
    .midsec-txte{
      padding: 50px 0;
    }
    .full-detpro {
      text-align: center;
    }
    .flx-cen {
      display: flex;
      justify-content: center;
    }
    
    
    
    .contact-box{
        background-color: #fefefe;
  border: 1px solid #e5e5e5;
        padding:30px;
        border-radius:8px;
        height:100%;
    }
    .icon-round{
        width:70px;
        height:70px;
        background:#eae23f;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:30px;
        color:#000000;
        margin-bottom:15px;
    }
    .form-control{
        background:#f3f4f7;
        border:none;
        padding:18px;
    }
    textarea.form-control { height:180px; resize:none; }
    .send-btn{
        background:#e9a527;
        color:#fff;
        padding:15px 40px;
        border:none;
        font-weight:600;
        letter-spacing:1px;
    }
    .social-icons i{
        background:#f3f4f7;
        padding:13px;
        border-radius:50%;
        font-size:18px;
        margin-right:10px;
        cursor:pointer;
    }
    .conmain-sec{
      padding: 50px 0;
    }
    .contact-box h5{
      font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600 !important;
    }
    .contact-box:hover{
      box-shadow: rgba(0, 0, 0, 0.11) 0px 24px 15px -20px;
      transition: .6s;
    }
    .icon-round i {
    transition: transform 0.4s ease;
}
.contact-box:hover .icon-round i {
    transform: scaleX(-1);
}
.form-main-d{
  background-color: #242424;
  padding: 60px 50px;
  border-radius: 7px;
}
.rightlinks-2 h5{
  font-size: 35px;
  color: #eae23f;
  margin-bottom: 15px;
  font-family: 'Amazing Grotesk', sans-serif;
  font-weight: 600 !important;
}







.srvx-menu{
list-style:none;
padding:0;
margin:0;
background:#242424;
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.srvx-menu-item{
border-bottom:1px solid #eee;
transition:all .3s;
}

.srvx-menu-item:last-child{
border-bottom:none;
}

.srvx-menu-item a{
display:flex;
justify-content:space-between;
align-items:center;
padding:16px 22px;
text-decoration:none;
color:#fff;
font-weight:500;
transition:all .3s;
font-size: 16px;
}

.srvx-menu-item:hover{
background:#242424;
}

.srvx-menu-item:hover a{
color:#fff;
padding-left:28px;
}

.srvx-menu-item.active{
background:#eae23f;
}

.srvx-menu-item.active a{
color:#fff;
}

.srvx-arrow{
font-size:18px;
}


/* CONTACT CARD */

.srvx-contact-card{
margin-top:25px;
padding:35px 25px;
color:#fff;
border-radius:10px;
background:#eae23f;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.srvx-contact-card h4{
font-size:20px;
margin-bottom:20px;
color:#000;
}

.srvx-phone-circle{
width:70px;
height:70px;
line-height:70px;
margin:20px auto;
border-radius:50%;
background:#000;
color:#fff;
font-size:26px;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
}


/* DOWNLOAD BUTTON */

.srvx-download-btn{
display:block;
margin-top:20px;
background:#ff6a00;
color:#fff;
text-align:center;
padding:14px;
border-radius:6px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.srvx-download-btn:hover{
background:#e55a00;
transform:translateY(-2px);
}


/* CONTENT */

.srvx-content{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.srvx-main-img{
border-radius:8px;
margin-bottom:25px;
transition:transform .4s;
height: 500px;
    width: 100%;
    object-fit: cover;
}

.srvx-main-img:hover{
transform:scale(1.03);
}

.srvx-title{
font-weight:600;
margin-bottom:15px;
color:#222;
font-family: 'Amazing Grotesk', sans-serif;
}


/* HIGHLIGHT BOX */

.srvx-highlight{
background:#fff6ef;
padding:20px;
border-left:5px solid #ff6a00;
border-radius:6px;
margin-top:15px;
font-style:italic;
}


/* MINI CARDS */

.srvx-mini-card{
background:#fff;
border-radius:8px;
padding:15px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:.3s;
}

.srvx-mini-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

.srvx-img-box{
overflow:hidden;
border-radius:6px;
margin-bottom:10px;
}

.srvx-img-box img{
transition:transform .4s;
}

.srvx-mini-card:hover img{
transform:scale(1.1);
}

.srvx-mini-card p{
font-size:14px;
color:#555;
margin:0;
}


/* RESPONSIVE */

@media (max-width:768px){

.srvx-content{
padding:20px;
}

.srvx-contact-card{
padding:25px;
}

}

.srvx-contact-card p{
    color: #000;
}
.srvx-contact-card h5{
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.srvx-title-2{
        font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    font-family: 'Amazing Grotesk', sans-serif;
    font-size: 20px;
}
.userlist-mn li{
    font-size: 16px;
    line-height: 26px;
    list-style: decimal;
}
.userlist-mn{
    margin-left: 30px;
}





.mid-text-main h2{
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
}
.mid-text-main h3 {
    font-size: 50px;
    font-family: 'Amazing Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.paragr-t h4{
    font-size: 25px;
    font-family: 'Amazing Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
@media only screen and (min-width:0px) and (max-width: 767px){
  .mid-text-main h2 {
    font-size: 16px;
  }
  .mid-text-main h3 {
      font-size: 28px;
      line-height: 38px;
    }
}
