@property --angle-to-the-dangle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: true;
}



*{
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
  }



:root{

    --gradient1:linear-gradient(89.37deg, #f35a28 0.28%, #1DB073 20.42%, #652e92 77.04%, #4f0d85 99.45%, #5d00a8 99.45%);
    --gradient2:linear-gradient(56.61deg, #f35a28 -12.35%, #1DB073 12.77%, #652e92 83.37%, #4f0d85 111.32%, #5d00a8 111.32%);
    --titletext:#232323;
    --descriptiontext:#666666;
    --secondarycolorgreen:#f35a28;
}

.wht{
  color: white;
}

.hero-sub-heading{
  color: white;
  font-size: 1.5vw;
  font-weight: 400;
}

.hero-sub-heading2{
  color: white;
  font-size: 1vw;
  font-weight: 400;
}

.max-75{
  /* max-width: 950px!important; */
  margin: auto!important;
}


body{
  overflow-x: hidden!important;
}


/* @media (min-width:992px) {
  
.scroll-custom {
  position: fixed !important;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

}
 

.scrollbar-track-y {
  background: transparent !important;
  margin: 2px;
}
.scrollbar-thumb {
  background: var(--secondarycolorgreen) !important;
  opacity: 1;
} */


/* image hover reveal  */
.card
{
  border: unset!important;
  background-color: unset!important;
  transition: .4s all ease-in;
  border-radius: unset!important;
  color: white;
  background-color: unset!important;
}

.card-title{
  font-weight: 600!important;
}


.carousel-control-next-icon 
{
  padding: 0 4px 0 0; 
}
.product_price 
{
  float:right;
	color:#6b7270;
	font-size: 20px;
	font-weight:400;
}


.product-detail {
  position: absolute;
  height: 45px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  background: rgba(0, 0, 0, 0.377);
  backdrop-filter: blur(5px);
  transition: all 0.35s;
  text-align: center;
box-sizing: border-box;
}
.card .product-detail h5
{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
 
}

.card .product-detail .subheading {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 8px 0!important;
  border: unset!important;
  outline: none!important;
}

.card .product-detail blockquote 
{
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  
}
.card:hover .product-detail {
  height: calc(45%);
  /* padding-top: 100px; */
}



/* image hover reveal ends here */



/* Video section starts here */
.video-container{
  overflow-x: hidden;
  background: linear-gradient(180deg, #5d00a8 0%, #5d00a8 90%);  
}

.video-section{
  height: 100vh;
}

.hero-content{
  /* top:13vw; */
  z-index: 99999999!important;
}

.hero-sub-content{
  bottom: 1vw;
  z-index: 2;
}

.main-heading{
  color: white;
  font-weight: 700;
  font-size: 4vw;
  width: max-content;
  margin: auto;
  overflow: hidden;
}

.main-heading2{
  color: white;
  font-weight: 600;
  font-size: 1.5vw;
  width: max-content;
  margin: auto;
  overflow: hidden;
}


/* .stroke-bg{
  background-image: url('/assets/image/stroke_1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 0 3px;
} */

/* .circle-blur{
  background-color:var(--secondarycolorgreen);
  width: 10vw;
  height: 10vw;
  z-index: 1;
  border-radius: 50%;
  opacity: 70%;
  position: absolute;
  margin: auto!important;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: var(--secondarycolorgreen);
  border-top: 3px dotted var(--secondarycolorgreen);
  border-right: 1.5px dotted var(--secondarycolorgreen);
  border-bottom: 3px dotted var(--secondarycolorgreen);
  border-left: 15px dotted var(--secondarycolorgreen);
  filter: blur(240px);
} */

/* video section ends here */

/* lp-our-work-starts here */

.bg-sprt{
  position: absolute;
  background-color: #5d00a8;
  height: 4vh;
  width: 100%;
  z-index: 9999999999999;
  top: -20px;
  z-index: -1;
}

.lp-our-work{
  background: linear-gradient(0deg, #011C24 0%, #5d00a8 100%);

}







/* lp-our-work-starts here */





/* before and after */



/* button effect */


.img-btn{
  background-color: #00b61225;
  border: none;
  padding: 12px 24px;
  color: #f35a28;  
  margin-top: 24px;
}

.img-btn:hover{
  background-color: #f35a28;
  border: none;
  padding: 12px 24px;
  color: white;  
  margin-top: 24px;
}



/* before and after */







/* hero section started here */

.main-brand-logo{
  height: 30px!important;
}

.float-bar {
  position: fixed;
  z-index: 999999!important;
  top: 0;
  width: 100%;
  transition: all 0.4s;
}

main{
  position: relative;
}


.nav-up {
  top: -140px!important;
}


.gradient-bgk{

    background: linear-gradient(180deg, #5d00a8 0%, #001B22 100%);
    padding: 60px 0;
}



.socials{
  background: linear-gradient(269deg, #652e92 -75.86%, #001B22 35.01%);
}

.services-new-card-icon{
  width: 130px;
}

.css-selector { 
  /* padding-top: calc(59.14px + 48px); */
  background: url('./homepage-assets/demo-marketing-dot.svg'), radial-gradient(141.42% 70.71% at 50% 0%, #2f00af 0%, #010630 65%);  
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 43%}
    50%{background-position:100% 58%}
    100%{background-position:0% 43%}
}
@keyframes AnimationName {
    0%{background-position:0% 43%}
    50%{background-position:100% 58%}
    100%{background-position:0% 43%}
}


.blue{
    position: relative;
    z-index: 1;
    /* background:  linear-gradient(150deg, #101E8A 0%, #101E8A 100%); */
    background-color: #6802dd;
    padding: 60px 0;
    
    /* margin-top: 24px; */
}

.Nav-btn{

    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    padding: 8px 16px;
    color: #FFF;
}

.Nav-btn:hover{

    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    padding: 8px 16px;
    color: #FFF;
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.30);
    transition: all .3s ease;
}

.line{

    stroke-width: 1px;
    stroke: rgba(204, 204, 204, 0.80);
    color: white;
}


.ser-head-txt{
    overflow: hidden!important;
    color: white;
    text-align: center;
    font-weight: 700;

}

.stroke-txt{

  -webkit-text-stroke: 1px solid white;
}

@media (max-width:1100px) {
  .main-heading{
    font-size: 7vw;
    width: 100%;
    margin: auto;
  }

  .hero-content{
    width: 100%;
  }

  .hero-sub-heading{
    font-size: 3vw;
  }
  
}

@media (max-width:576px) {
  .blue{
    padding: 32px 0;
}

.footerlogo a img{
  height: 24px;
}


.news-head{
  text-align: center;
  margin-bottom: 16px!important;
}

.card.product-detail {
  height: calc(90%)!important;
  padding-top: unset!important;
}

.card.product-detail {
  position: absolute;
  height: none !important;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  background: rgba(0, 0, 0, 0.377);
  backdrop-filter: blur(5px);
  transition: all 0.35s;
  text-align: center;
  box-sizing: border-box;
}


.hero-content {
  /* top: 22vw; */
  z-index: 200!important;
}

.hero-sub-heading {
  color: white;
  font-size: 4.5vw;
  font-weight: 400;
}

.main-heading {
  color: white;
  font-weight: 700;
  font-size: 8vw;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.hero-content{
  width: 100%;
}

.hero-sub-heading2 {
  color: white;
  font-size: 3.5vw;
  font-weight: 400;
}

.main-heading2 {
  color: white;
  font-weight: 600;
  font-size: 4.5vw;
  width: max-content;
  margin: auto;
  overflow: hidden;
}
}



/* hero section btn start here */


.btn {
  position: relative;
  display: inline-block;
  padding: 12px 36px !important;
  margin: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500 !important;
  letter-spacing: 2px;
  border-radius: 0 !important;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  box-sizing: border-box;
}


.btn--neon {
  color: #f35a28 !important;
  background: #00b65e25 !important;
  overflow: hidden;
  transition: 0.5s;
  /* filter: hue-rotate(290deg); */
}
.btn--neon:hover {
  background: #f35a28 !important;
  color: white !important;
  font-weight: 500;
  box-shadow: 0 0 5px #f35a28;
}
.btn--neon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
}
.btn--neon span {
  position: absolute;
  background: linear-gradient(180deg, transparent, #0ef183);
}
.btn--neon span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation1 1s linear infinite;
}
@keyframes borderAnimation1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.btn--neon span:nth-child(2) {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes borderAnimation2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.btn--neon span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation3 1s linear infinite;
}
@keyframes borderAnimation3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn--neon span:nth-child(4) {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 0.25s;
}
@keyframes borderAnimation4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}



.btn--neon-wht {
  color: #ffffff !important;
  background: #00ff226e !important;
  overflow: hidden;
  transition: 0.5s;
  /* filter: hue-rotate(290deg); */
}
.btn--neon-wht:hover {
  background: #00c063 !important;
  color: white !important;
  font-weight: 500;
  box-shadow: 0 0 5px #ffffff6e;
}
.btn--neon-wht::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
}
.btn--neon-wht span {
  position: absolute;
  background: linear-gradient(180deg, transparent, #ffffff);
}
.btn--neon-wht span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation1 1s linear infinite;
}
@keyframes borderAnimation1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.btn--neon-wht span:nth-child(2) {
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes borderAnimation2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.btn--neon-wht span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  animation: borderAnimation3 1s linear infinite;
}
@keyframes borderAnimation3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn--neon-wht span:nth-child(4) {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 0.25s;
}
@keyframes borderAnimation4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}



/* hero section btn ends here */




.green-tit{

    color: white;
    background: linear-gradient(-61deg, #f35a28 0%, #d63500 100%);
    padding: 2px 5px !important;
    font-weight: 700;
    max-width: max-content;
    margin-bottom: 16px !important;
}


.sub-tit{

    color: rgb(230, 230, 230);
    margin-bottom: 12px !important;
}

.sub-tit-mw{
  padding: 16px 0!important;
  margin: auto!important;
  text-align: center;
}


.cont{
    font-weight: 300;
    color: rgb(204, 204, 204);
}

.cont1{

  color: white;

}



.cta {
    position: relative;
    margin: auto;
    padding: 4px 10px;
    transition: all .2s ease;
    font-size: 16px;
    color: white;
    /* font-family: 'Outfit', sans-serif; */
    text-decoration: none;
}


.cta:hover {
    color: white;
}

.cta:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 28px;
    background: #f35a28 !important;
    width: 35px;
    height: 35px;
    transition: all .3s ease;
}


.cta span {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
}


.cta:hover:before {
    width: 100%;
}


.menu:hover{

    background-image: url(./image/menu-hover.svg);
}


.pattern-bgk{
    /* padding: 7vw 0; */
    padding-top: calc(59.14px + 48px);
    /* background-image: url(./image/pattern-bgk.svg);
    background-position: 70px bottom; */
    padding-bottom: 75px;
    
}

.pattern-bgk:before {
  content: "";
  position: absolute;
  z-index: 0;
   /* the height of the header here */
  /* background-image: url(./image/pattern-bgk-mob.svg); */
}


/* .videoo::after {
    content: " ";
    background: linear-gradient(186deg, #0036D2 49.3%, #00BD2A 100.93%);
    top: 10px;
    right: -8px;
    width: 100%;
    max-width: 689px;
    height: 100%;
    position: absolute;
    z-index: 0;
}  */




/* .videoo::after {
    right: unset;
    left: -15px;
} */




/* contact page link section start here */

.before-after-section{
  background-color: rgb(255, 255, 255);
  /* background: linear-gradient(180deg, #0c3e7a 0%, #083469 100%); */
  position: relative;
  z-index: 2;
  padding: 50px 0 24px 0;
}

/* #panal{
  width: 80%;
} */

.contact-bgk{
    background: linear-gradient(269deg, #5d00a8 -48.86%, #001B22 69.01%);
    position: relative;
    z-index: 0;
    padding: 50px 0 10px 0;
}

.circle-blur-contact{
background-color:var(--secondarycolorgreen);
overflow: hidden;
z-index: 0;
border-radius: 50%;
opacity: 20%;
position: absolute;
margin: auto!important;
width: 400px;
height: 400px;
border-radius: 50%;
background: var(--secondarycolorgreen);
border-top: 3px dotted var(--secondarycolorgreen);
border-right: 1.5px dotted var(--secondarycolorgreen);
border-bottom: 3px dotted var(--secondarycolorgreen);
border-left: 15px dotted var(--secondarycolorgreen);
filter: blur(100px);
}



.eds-stroke{
    font-size: 10rem;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px black;
    /* color: white; */
    text-shadow: 0px 0px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
      -1px 1px 0 #fff, 1px 1px 0 #fff;
    fill: rgba(255, 255, 255, 0.10);
    stroke-width: 2px;
    stroke: rgba(255, 255, 255, 0.20);
    opacity: 0.5;


    /* background-image: url(./image/eds-runner.svg);
    background-size: cover;
    background-position: bottom; */


  }


  /* @media (max-width: 991px) {

    .pattern-bgk{
      padding: 10vw 0;
  }
  } */






  @media (max-width:576px) {
    .circle-blur-contact, .contact-bg-stroke-img{
      display: none;
    }

    .contact-bgk{
      padding: 24px 0;
  }


  .fly-btn{
    height: 24px;
  }

  .before-after-section .ba{
    white-space: nowrap;
  }
  
  /* .pattern-bgk{
    padding: 8vw 0;
} */

.pattern-bgk{
  padding:calc(59.14px + 12px) 0 32px 0;
}


.btn {
  padding: 12px 16px !important;
  margin: 0;
  
}

.splide__arrow{
  background-color: #cfe9d1cb!important;
  transform: translateY(-650%)!important;
}

.splide__arrow--next{
  right: 0!important;
}

.splide__arrow--prev{
  left: 0!important;
}

  }

  .splide__arrow:focus-visible, .splide__pagination__page:focus-visible{
    outline: unset!important;
  }


  /* newsletter section started here */


  .news-head{
    color: white;
    font-weight: 700;
  }

  .success{
    color: #131313;
  }

  .news-heads{
    /* overflow: hidden; */
    color: rgb(32, 32, 32);
    font-weight: 700;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 12px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0 !important;
}

.form-new{
  background-color: white;
  padding: 24px;
  border-radius: 4px;
}


.sub-btn{

    background-color: #f35a28;
    color: white;
    border: none;
    padding: 0 20px;
}

.sub-btn1{

  background-color: #f35a28;
  color: white;
  border: none;
  padding: 20px;
  width: 150px !important;
}

.error{
  font-weight: 400 !important;
  color: rgb(150, 1, 1);
  font-size: 14px;
}




 /* .btn-ring{
    display: none;
  } */
  .btn-ring1:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .calltoaction4 {
    text-decoration: none;
    background-color: #f35a28 !important;
    padding: 13px 40px !important;
    color: white;
    font-size: 14px;
    font-weight: bold;
    transition: 0.5s;
    background-size: 200% auto;
    border-radius:0;
    display: block;
}

  @media (max-width: 576px) { 


    #first{order: 1;}
    #second{order: 2;}
   }
 
   @media (max-width: 1000px) { 


    #first{order: 1;}
    #second{order: 2;}
   }
 



   /* footer section started here */


   .footer{

    /* background-color: #222222; */

    background-image: url(./image/footer-bg.jpg) !important;
    /* background-color: #0f0f0f; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 5px 0;
   }

   .ft-head{

    font-size: 50px;
    font-weight: 500;
    color: white;
    margin-bottom: 32px !important;
   }

   .address{

    color: #b1b1b1;
    /* margin-top: 24px !important; */
    font-weight: 400;
   }

   .f-title{

    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
    font-variant: all-petite-caps !important;
   }
   .copyrighteds{

    color: white;
    font-size: 12px;
    font-weight: 400;
   }

   .p-policy{

    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400 !important;
   }
   
   .p-policy:hover{

    color: white;
    text-decoration: underline;
   }

   .copyright{

    border-top: 1px solid #525252;
   }

   ul{

    list-style: none;
    padding-left: unset !important;

   }

  

   /* .white{

    color: #a5a5a5;
    text-decoration: none;
    margin-bottom: 5px;
   }

   .white:hover{
    color: #4A90E2;
    text-decoration: underline;
    
   } */


   #Nav{

    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
   }








   /* dummy */


   .menu-wrapper {
    /* position: absolute; */
    top: 0;
    /* max-width: 100%; */
    /* height: 100px; */
    /* background-color: white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
    
}
.title {
  font-size: 40px;
  font-weight: bold;
}

.button {
  /* width: 50px;
  height: 50px; */
  cursor: pointer;
}

.bar {
  width: 60px;
  height: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  transform: translate3d(0,0,0);
  border-radius: 5px;
}

.button:hover{
  color: yellow;
}

.button.selected .bar:first-child {
  animation: x-morph-a .6s ease forwards;
}

.button.selected .bar:nth-child(2) {
  animation: x-morph-b .6s ease forwards;
}

.button.selected .bar:last-child {
  margin-bottom: 0;
  animation: x-morph-c .6s ease forwards;
}

.button .bar:first-child {
  animation: x-morph-r-a .6s ease reverse forwards;
}

.button .bar:nth-child(2) {
  animation: x-morph-r-b .6s ease reverse forwards;
}

.button .bar:last-child {
  margin-bottom: 0;
  animation: x-morph-r-c .6s ease reverse forwards;
}

.dropdown-wrapper {
  position: absolute;
  width: 100%;
  top: 100px;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.3s .5s ease;
  z-index: 2;
}




ul {
  margin: 0;
  padding: 0;
}

.item {
  list-style: none;
  padding: 20px 20px;
  margin: 0;
  background-color: white;
  font-size: 30px;
  transform: translateX(100%);
  transition: transform .3s ease, background .3s linear, color .3s linear;
  cursor: pointer;
}

/* .show li:hover {
  background-color: #45a09c;
  color: white;
  transition: background .3s linear, color .3s linear;
  transition-delay: 0 !important;
} */

.show li {
  transform: translateX(0%);
  transition: transform .3s ease;
}

li:nth-child(1) {
  transition-delay: .3s;
}

li:nth-child(2) {
  transition-delay: .2s;
}

li:nth-child(3) {
  transition-delay: .1s;
}

.show li:nth-child(1) {
  transition-delay: 0s;
}

.show li:nth-child(2) {
  transition-delay: .1s;
}

.show li:nth-child(3) {
  transition-delay: .2s;
}

.show li:nth-child(4) {
  transition-delay: .3s;
}
.show li:nth-child(1):hover,
.show li:nth-child(2):hover,
.show li:nth-child(3):hover,
.show li:nth-child(4):hover {
  transition-delay: 0s;
}


.show {
  transform: translateX(0%);
  transition: all .3s ease;
}

.dim {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.dim.visible {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

@keyframes x-morph-a {
  0% {
    
  }
  
  50% {
    transform: translateY(20px);
  }
  
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}

@keyframes x-morph-b {
  0% {
    
  }
  
  50% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes x-morph-c {
  0% {
    
  }
  
  50% {
    transform: translateY(-20px);
  }
  
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}


@keyframes x-morph-r-a {
  0% {
    
  }
  
  50% {
    transform: translateY(20px);
  }
  
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}

@keyframes x-morph-r-b {
  0% {
    
  }
  
  50% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes x-morph-r-c {
  0% {
    
  }
  
  50% {
    transform: translateY(-20px);
  }
  
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}

@keyframes fadeInDown {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
  

#ser{
    margin-top: 6vw;
}

#ser2{
  margin-top: 2vw;
  margin-bottom: 4vw;
}

@media (max-width: 576px) {

    #ser{

        margin-top: 4vw;
    }

    .f-title{
      font-size: 18px;
    }

    .SMN_effect-4 li a{
      font-size: 15px;
    }

    #ser2{
      margin-top: 2.5vw;
      margin-bottom: 10vw;
    }

 }






 /* cards */

 .cards{

  text-align: center;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgb(101, 46, 146) 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(21px);
  height: 100%;
 }

 

 .sqqr{

  text-align: center;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(5, 214, 26, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
  backdrop-filter: blur(21px);
  height: 100%;
 }

 .card-tit{

  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px !important;
 }

 .wrd{
  color: rgb(204, 204, 204);
  font-weight: 300;
 }











/* nav tab section start here */

button.nav-link{
  padding: 12px 20px;
}

button.nav-link.active {
transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white !important;
    background-color: #f35a28 !important;
    /* padding: 12px 18px; */

}


.nav-pills .nav-link{

  width: 95% !important;
  margin-left: 8px;
}


.nav-link1{

  padding: 12px 18px;
  color: black;
  border: unset;
  background-color: white;
}


.nav-pills1 .nav-link1{

  width: 95% !important;
}

.nav-pills1 .nav-link1:active{

  padding: 12px 18px;
  color: black;
  border-bottom: 2px solid #f35a28 !important;
}

/* .nav-link:hover{
  background-color: #d3d3d3 !important;
} */

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}


#pills-tab{
  background: #eaeaea!important;
  padding: 6px;
  border-radius: 8px;
  
}

.nav-link{

  color: #656565 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}



.nav-link:active{

  color: white !important
}


.txt-dark{

  font-weight: 500;
  color: #545454;
}

.grd-head{

background: linear-gradient(-61deg, #f35a28 0%, #652e92 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700!important;
}

.sub-txt-dark{

  color: #2F2F2F;
  font-size: 24px;
  font-weight: 500;
}




/* our work section started here */

.grp-img{

  background-image: url(./image/eds-group-pic.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 550px 0 30px 0;
}


.name{

background: linear-gradient(-61deg, #f35a28 0%, #0093E9 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
text-transform: uppercase;
}

.des{
  border-radius: 50px;
  border: 0.5px solid var(--Blue, #652e92);
  background: rgba(22, 151, 226, 0.20);
  color: #652e92;
  padding: 2px 10px !important;
  max-width: max-content;
  font-weight: 500;
}
  






/* work card section */


.card1 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #f35a28;
  background: #EDFEE9;
}

.card-des {
  padding-left: 16px !important;
  margin-bottom: unset;
  color: #f35a28;
  font-weight: 600;
  font-size: 20px;
}

.chart{

  background-color: white;
  padding: 32px !important;
  border-radius: 8px;
  max-width: 1108px;
  margin: auto !important;
}


.expert{

  background: var(--EDS-Gradient, linear-gradient(89deg, #f35a28 0.28%, #1DB073 20.42%, #059DF2 77.04%, #327FC3 99.45%, #0076FF 99.45%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}


.key-point{

  color: #494949;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px !important;
}

.green-otn{

border-radius: 12px;
border: 1px solid #f35a28;
background: #F5FFF3;
padding: 24px !important;
}

.cl-option{

  color: #f35a28;
  font-weight: 500;
  font-size: 22px;
  margin-left: 5px !important;
  max-width: max-content;
}


.pic{

  display: none;
}

/* .stg{
  background-color: #f35a28;
} */

/* .ser-head-txt2{
  font-size: 34px;
} */

/* .splide{

  display: none;
} */


#splide3 {
  display: none!important;
}

@media (max-width: 576px) { 

.pic{
  display: block !important;
}

.pic1{
  display: none !important;
}

.web{

  display: none;
}

#splide3{
  display: block !important;
}

.splide__pagination{
  position: relative!important;
}


.footer{

  padding: 32px 0 5px 0;
}
}






@media (max-width: 1000px) {

  #splide3{
    padding-bottom: 32px;
    display: block !important;
  }

  .web{

    display: none;
  }

  #splide3 .splide__arrows{
    display: none!important;
  }

  #splide3 > .splide__pagination {
    bottom: 16px !important;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

 }


/* .splide__arrow .splide__arrow--prev,.splide__arrow--next{

  display: block !important;
} */



#splide6 > .splide__slider .splide__arrows--rtl .splide__arrow--next, .splide__arrow--prev {
  display: block !important;

}



.splide__pagination {
  bottom: -16px !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}


.splide__pagination__page.is-active {
  background-color: #fc8600!important;
}


.splide__pagination__page {
  background-color: #c9dfd4!important;
}

.client-comment{

  font-weight: 500;
  margin-top: 16px !important;
}





.splide-full-width {
  width: max-content!important;
  margin: 0 12px!important;
}


.splide-bg{

  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 12px;
  border: 1px solid #e4e4e4;
}

.clients{
  background-color: #052851;
  /* background: radial-gradient(83.6% 115.75% at 49.87% 50%, #1A5F88 0%, #125171 21%, #084055 52%, #033544 80%, #01323E 100%); */
  padding: 60px 0;
}

#splide1 > div > div.splide__arrows.splide__arrows--ltr,   #splide1 > div > ul{
  display: none!important;
}

#splide6 > div > div.splide__arrows.splide__arrows--ltr,   #splide6 > div > ul{
  display: none!important; 
}


.proof-social .h3{
  font-weight: 600;
}

.proof-social .h6{
  font-weight: 600;
}

.abt-eds{
  background-color: rgb(240, 250, 240);
}

.service-card
{
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(13, 16, 23, 0.12), 0px 2px 4px -2px rgba(13, 16, 23, 0.04);
  height: 100%;
}

.service-card a{
  color: #535353;
  text-decoration: unset;
}

.service-card ul{
  margin-bottom: unset;
}


.service-card h5{
  position: relative;
}



.service-card li{
  margin-bottom: 4px;
}

.service-card a:hover{
  text-decoration: underline;
  color: #fc8600!important;
}

@media (max-width: 576px){
  .splide__arrow--next {
      right: unset !important;
      display: none !important;
    }
  }

@media (max-width: 576px) { 

  .clients{

    padding: 24px 0 !important;
  }

  .wrd1{

    padding-bottom: 260px !important;
  }

  .challenge{
    
    padding: 24px 0 !important;
  }

  
}

.grd{

  background: linear-gradient(270deg, #0058C0 -44.34%, #f35a28 147.22%);
  padding: 32px;
  
}

.challenge{

  padding: 250px 0 40px 0;
}

.womem{
  bottom: 0;
  right: 0;
}

.wrd1{
  color: white;
  font-weight: 500;
 }

 .element{
  top: 0;
  left: 0;
  /* z-index: -1; */
 }


 /* .counter{
  font-size: 60px;
  color: #0076FF;
 } */


 .desc{
  text-align: center;
  color: white;
  font-weight: 300;
  max-width: 250px;
 }



 @media (max-width: 576px) {
 #soci-id{
  text-align: center !important;
  /* font-size: 28px !important; */
 }

 .counter{
  font-size: 32px;
  font-weight: 600;
  color: #0076FF;
 }


}


/* navigation dummy */




#header {
  padding: 5px;
}

#menu {
  /* background: #de4152; */
  background: linear-gradient(180deg, #0058C0 0%, #001B22 100%);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow-y: hidden!important;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu.active span {
  background-color: transparent;
  /* transition: background 0.2s ease-out; */
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}



/* header style */


.bg-active, .bg-active-static {
  transition: all 0.3s ease-in-out; 
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1199px) {
  .scrolled .header {
      padding-bottom:12px;
      padding-top: 12px;
  }
}

.scrolled .header__logo {
  width: 15vw
}

/* @media only screen and (max-width: 991px) {
  .scrolled .header__logo {
      width:180px
  }
}

@media only screen and (max-width: 767px) {
  .scrolled .header__logo {
      width:232px
  }
}

@media only screen and (max-width: 374px) {
  .scrolled .header__logo {
      width:190px
  }
} */

.modal-show .header {
  opacity: 0;
  visibility: hidden
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: background-color .3s,padding-top .3s,padding-bottom .3s,visibility .3s,opacity .3s;
  transition: background-color .3s,padding-top .3s,padding-bottom .3s,visibility .3s,opacity .3s;
  width: 100%;
  z-index: 9999999!important;
  /* background: linear-gradient(180deg, #0058C0 0%, #0058C0 100%); */
  padding: 6px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.096)!important;

}

.header.hidden {
  opacity: 0;
  visibility: hidden
}





.header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__logo {
  -webkit-transition: width .3s;
  transition: width .3s;
  width: 19vw
}

@media only screen and (max-width: 1199px) {
  .header__logo {
      width:250px
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
      width:232px
  }

  /* .header {
    padding: 6px 12px;

  } */
}

@media only screen and (max-width: 374px) {
  .header__logo {
      width:190px
  }
}



/* .header__right .btn-default {
  border-radius: 2vw;
  height: 4vw;
  min-width: 15.5vw
} */

@media only screen and (max-width: 1199px) {
  .header__right .btn-default {
      border-radius:28px;
      height: auto
  }
}

@media only screen and (max-width: 767px) {
  .header__right .btn-default {
      border-radius:32px;
      height: 64px;
      min-width: 248px
  }
}

.openMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: unset;
  border: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4vw;
  justify-content: center;
  margin-left: 1.375vw;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 4vw;
  z-index: 1001
}

@media only screen and (max-width: 1199px) {
  .openMenu {
      height:56px;
      top: 0;
      width: 56px
  }
}

@media only screen and (max-width: 767px) {
  .openMenu {
      cursor:pointer;
      height: 48px;
      margin-left: 22px;
      width: 48px
  }
}

.openMenu__lines {
  background: #fff;
  display: block;
  height: 1px;
  position: relative;
  top: -1px;
  width: 2vw
}

@media only screen and (max-width: 1199px) {
  .openMenu__lines {
      width:30px
  }
}

@media only screen and (max-width: 767px) {
  .openMenu__lines {
      width:24px
  }
}

.openMenu__lines:after,.openMenu__lines:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: top .3s;
  transition: top .3s;
  width: 100%
}

.openMenu__lines:after {
  top: .375vw
}

@media only screen and (max-width: 1199px) {
  .openMenu__lines:after {
      top:6px
  }
}

.openMenu__lines:before {
  top: -.375vw
}

@media only screen and (max-width: 1199px) {
  .openMenu__lines:before {
      top:-6px
  }
}

.header-nav {
  /* background-color: #0d0d0d; */
  background: linear-gradient(269deg, #0058C0 -48.86%, #001B22 69.01%);
  color: #fff;
  /* height: 100vh!important; */
  left: 0;
  /* min-height: 100dvh; */
  opacity: 0;
  padding: 2.438vw .5vw;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .6s,visibility .6s;
  transition: opacity .6s,visibility .6s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 1199px) {
  .header-nav {
      padding:40px 16px
  }
}

@media only screen and (max-width: 767px) {
  .header-nav {
      /* padding:119px 0 */
  }

  .header-nav:after {
      background-color: #0d0d0d;
      content: "";
      height: 50%;
      left: 0;
      position: absolute;
      top: 99%;
      width: 100%
  }
}

.header-nav .openMenu {
  position: absolute;
  right: 2.5vw;
  top: 2.5vw;
  z-index: 5
}

@media only screen and (max-width: 1199px) {
  .header-nav .openMenu {
      right:40px;
      top: 40px
  }
}

@media only screen and (max-width: 767px) {
  .header-nav .openMenu {
      right:24px;
      top: 24px
  }
}

.header-nav .openMenu:before,.header-nav .openMenu__lines {
  background: transparent!important;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.header-nav .openMenu__lines:after,.header-nav .openMenu__lines:before {
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.header-nav .openMenu__lines:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header-nav .openMenu__lines:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header-nav__footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  left: 2vw;
  position: absolute;
  right: 2.5vw;
  z-index: 5
}

@media only screen and (max-width: 1199px) {
  .header-nav__footer {
      bottom:40px;
      left: 40px;
      right: 40px
  }
}

@media only screen and (max-width: 767px) {
  .header-nav__footer {
      position:static
  }
}

.header-nav__footer-btn {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: all;
  transition-property: all;
  visibility: hidden
}

.header-nav__footer-btn .btn {
  border-radius: 2vw;
  min-height: 4vw;
  min-width: 15.5vw
}

@media only screen and (max-width: 1199px) {
  .header-nav__footer-btn .btn {
      border-radius:28px;
      min-height: auto;
      min-width: auto
  }
}

@media only screen and (max-width: 767px) {
  .header-nav__footer-btn .btn {
      border-radius:32px;
      min-height: 64px;
      min-width: 248px
  }

  .header-nav__footer-btn {
      bottom: 24px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 5
  }
}

@media only screen and (max-width: 427px) {
  .header-nav__footer-btn {
      min-height:auto
  }
}

.header-nav__logo {
  opacity: 0;
  position: relative;
  top: .438vw;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: 12vw
}

@media only screen and (max-width: 1199px) {
  .header-nav__logo {
      top:0;
      width: 192px
  }
}

@media only screen and (max-width: 767px) {
  .header-nav__logo {
      left:24px;
      opacity: 1;
      position: absolute;
      top: 24px;
      visibility: visible;
      width: 232px;
      z-index: 5
  }
}

@media only screen and (max-width: 374px) {
  .header-nav__logo {
      width:190px
  }
}



.header-nav__rocket {
  left: 49.2%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 53.2%;
  -webkit-transform: translate(-50%,-25%);
  -ms-transform: translate(-50%,-25%);
  transform: translate(-50%,-25%);
  -webkit-transition: all 1.2s .8s;
  transition: all 1.2s .8s;
  visibility: hidden;
  width: 37.938vw;
  z-index: -1
}

.main-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none
}

@media only screen and (max-width: 1199px) {
  .main-menu {
      -webkit-box-align:start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: calc(100dvh - 160px);
      overflow-x: hidden;
      overflow-y: auto
  }
}

@media only screen and (max-width: 767px) {
  .main-menu {
      margin-right:-24px;
      max-height: calc(100dvh - 100px);
      padding-bottom: 24px;
      padding-right: 24px
  }
}

.main-menu>li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 3vw;
  position: relative;
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}

@media only screen and (max-width: 1199px) {
  .main-menu>li {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 1vw
  }
}

@media only screen and (max-width: 991px) {
  .main-menu>li {
      margin-bottom:36px
  }
}

@media only screen and (max-width: 767px) {
  .main-menu>li {
      margin-bottom:16px
  }
}

@media (max-width:576px) {
  .toggle-menu{
    height: 40px;
    width: 40px;
  }
  
}


.main-menu>li:first-child {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.main-menu>li:nth-child(2) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.main-menu>li:nth-child(3) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.main-menu>li:nth-child(4) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.main-menu>li:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.main-menu>li:nth-child(6) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.main-menu>li:nth-child(7) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.main-menu>li:nth-child(8) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

.main-menu>li:nth-child(9) {
  -webkit-transition-delay: 1.90s;
  transition-delay: 1.90s
}

.main-menu>li:nth-child(10) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s
}

.main-menu>li:nth-child(11) {
  -webkit-transition-delay: 2.2;
  transition-delay: 2.2s
}

.main-menu>li:nth-child(12) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s
}

.main-menu>li:nth-child(13) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}


.main-menu>li:last-child {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s
}













.main-menu>li>a {
  color: #fff;
  display: inline-block;
  font-size: 4vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .08vw;
  line-height: 1;
  padding-top: 1.375vw;
  position: relative;
  text-transform: uppercase;
  text-decoration: unset;
}

@media only screen and (max-width: 991px) {
  .main-menu>li>a {
      font-size:3.5vw;
      letter-spacing: .02em;
      padding-top: 20px
  }
}

@media only screen and (max-width: 427px) {
  .main-menu>li>a {
      font-size:20px
  }
}


@media only screen and (max-width: 991px) {
  .main-menu>li>a:before {
      font-size:13px;
      left: 0;
      letter-spacing: .1em
  }
}

/* .scrollbar-track-x{
  display: none!important;
} */

.main-menu>li>a:hover {
  color: #f35a28 !important;
}

.menu-item-01{
  z-index: 1;
}

.menu-item-01{
  z-index: 2;
}

/* .main-menu>li.menu-item-has-children {
  z-index: 5
} */

.main-menu>li.menu-item-has-children a.active+ul {
  opacity: 1;
  visibility: visible;
  z-index: 999999!important;
}

/* .main-menu>li.menu-item-has-children a.active:after {
  content: "";
  height: 20vw;
  left: 99%;
  position: absolute;
  top: -2vw;
  width: 30vw;
} */

.sd{
  background-color: red!important;
  z-index: 9999999999!important;
}

#menu-main{
  width: fit-content;
}




.main-menu>li.menu-item-has-children ul {
  left: 15vw;
  list-style: disc;
  /* opacity: 0; */
  position: absolute;
  white-space: nowrap;
  top: 0;
  -webkit-transition: visibility .6s,opacity .6s;
  transition: visibility .6s,opacity .6s;
  /* visibility: hidden; */
}

@media only screen and (max-width: 1199px) {
  .main-menu>li.menu-item-has-children ul {
      left:0;
      margin: 10px 0 0 20px;
      opacity: 1;
      position: relative;
      top: 0;
      visibility: visible;
  }
}

.main-menu>li.menu-item-has-children ul li {
  -webkit-transition: none;
  transition: none
}

.main-menu>li.menu-item-has-children ul li a {
  color: #fff;
  font-size: 1.2vw;
  text-decoration: unset;
}

@media only screen and (max-width: 991px) {
  .main-menu>li.menu-item-has-children ul li a {
      font-size:18px
  }
}

.main-menu>li.menu-item-has-children ul li a:hover {
  color: #f35a28 !important;
}

.main-menu__img {
  height: 100%;
  -webkit-mask-image: url('./image/dot-mask.png')!important;
  mask-image: url(./image/dot-mask.png)!important;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: visibility .3s .1s,opacity .3s .1s;
  transition: visibility .3s .1s,opacity .3s .1s;
  visibility: hidden;
  width: 50%
}

.main-menu__img.active {
  opacity: 1;
  visibility: visible
}

.main-menu__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%
}

.main-menu__img video {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto
}

.main-menu__text {
  color: #fff;
  font-size: 8vw;
  font-weight: 500;
  height: 100%;
  left: 50%;
  letter-spacing: .01em;
  line-height: 1;
  margin-left: -25px;
  /* mix-blend-mode: difference; */
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3
}

.main-menu__text-inner {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  left: -100%;
  position: relative
}

.main-menu__img.active+.main-menu__text .main-menu__text-inner {
  -webkit-animation-play-state: running;
  animation-play-state: running
}

@-webkit-keyframes marquee {
  0% {
      left: -100%
  }

  to {
      left: 0
  }
}

@keyframes marquee {
  0% {
      left: -100%
  }

  to {
      left: 0
  }
}

.opened-menu {
  overflow: hidden;
}

.opened-menu .openMenu:before,.opened-menu .openMenu__lines {
  background: transparent!important;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.opened-menu .openMenu__lines:after,.opened-menu .openMenu__lines:before {
  top: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.opened-menu .openMenu__lines:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.opened-menu .openMenu__lines:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.opened-menu .header__logo,.opened-menu .header__right .btn {
  opacity: 0;
  visibility: hidden;
}

.opened-menu .header-nav {
  height: 100%;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  
}

.opened-menu .header-nav__rocket {
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: visible
}

.opened-menu .main-menu li {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.opened-menu .main-menu li:first-child {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.opened-menu .main-menu li:nth-child(2) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.opened-menu .main-menu li:nth-child(3) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.opened-menu .main-menu li:nth-child(4) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.opened-menu .main-menu li:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.opened-menu .main-menu li:nth-child(6) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.opened-menu .main-menu li:nth-child(7) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.opened-menu .main-menu li:nth-child(8) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

.opened-menu .main-menu li:nth-child(9) {
  -webkit-transition-delay: 1.90s;
  transition-delay: 1.90s
}

.opened-menu .main-menu li:nth-child(10) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s
}

.opened-menu .main-menu li:nth-child(11) {
  -webkit-transition-delay: 2.2;
  transition-delay: 2.2s
}

.opened-menu .main-menu li:nth-child(12) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s
}

.opened-menu .main-menu li:nth-child(13) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}

.opened-menu .header-nav__footer-btn,.opened-menu .header-nav__logo {
  opacity: 1;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  visibility: visible
}

.opened-menu .header {
  -webkit-transform: translateY(0)!important;
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important
}

.opened-menu .wrapper {
  pointer-events: none
}

.btn-top{
  background-color: #e4e4e41e;
  padding: 12px 36px !important;
  color: #fff;
  border-radius: 0 !important;
  text-decoration: unset;
  outline: none;
  border: none;
  box-sizing: border-box;
}

.btn-top:hover{
  background-color: rgba(240, 240, 240, 0.575);
}

@media only screen and (min-width: 768px) {
  .close-menu {
      -webkit-animation-direction:alternate;
      animation-direction: alternate;
      -webkit-animation-duration: .7s;
      animation-duration: .7s;
      -webkit-animation-iteration-count: 5;
      animation-iteration-count: 5;

      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      overflow: hidden
  }
}

.close-menu .openMenu {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden
}

.close-menu .smoke {
  -webkit-animation-name: smoke;
  animation-name: smoke
}

.close-menu .header-nav__rocket {
  opacity: 1;
  -webkit-transform: translate(-50%,-250%) scale(.7) rotate(10deg);
  -ms-transform: translate(-50%,-250%) scale(.7) rotate(10deg);
  transform: translate(-50%,-250%) scale(.7) rotate(10deg);
  visibility: visible
}

@media only screen and (max-width: 991px) {
  .close-menu .header-nav__rocket {
      -webkit-transform:translate(-50%,-450%) scale(.7) rotate(10deg);
      -ms-transform: translate(-50%,-450%) scale(.7) rotate(10deg);
      transform: translate(-50%,-450%) scale(.7) rotate(10deg)
  }
}

.close-menu .header {
  -webkit-transform: translateY(0)!important;
  -ms-transform: translateY(0)!important;
  transform: translateY(0)!important
}

.close-menu .wrapper {
  pointer-events: none
}

.sle{
  color: #f35a28!important;
  font-weight: 600;
}

.smallHeight .main-menu li {
  margin-bottom: .8vw
}

.smallHeight .main-menu a {
  font-size: 1.2vw;
  padding-top: 0.3vw;
  /* max-width:5vw; */
}

.smallHeight .main-menu a:before {
  font-size: .875vw
}

.error404 .header {
  display: none!important
}

.opened-intro-animation {
  overflow: hidden
}

.opened-intro-animation .home-intro {
  opacity: 0
}




/* header style ends here */





.callus, .mail {
  display: flex;
  align-items: center;
}

.calluscontent p {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding-left: 8px!important;
  padding-right: 30px!important;
}

.calluscontent span {
  font-weight: 400;
}

.calluscontent a {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.socialmediaicons{

  max-width: max-content;
}






/* Result Section Started Here */

.strip-txt{

  color: white;
  text-decoration: line-through;
  font-weight: 300;
  max-width: max-content;
}

.sub-bold{

  color: white;
  font-weight: bold;
  max-width: 700px;
  text-align: center;
}

.med-tet{

  color: white;
  font-weight: 500;
  max-width: max-content;
}

.med-lik{
  color: white;
  font-weight: 600;
}

.med-lik:hover{
  color: #f35a28;
  font-weight: 600;
}

.last-lik{

  color: white;
  font-weight: 500;
}

.last-lik:hover{

  color: #f35a28;
  font-weight: 500;
}



.lik{

  color: #333333;
  font-weight: 600;
}


.lik:hover{
  color: #fc8600 !important;
}




/* pricing */


.sqr{

  background: white;
  padding: 24px;
  border: 3px solid #f35a28;
  border-radius: 20px;
  text-align: center;
}


.sqrr{

  background: white;
  padding: 24px;
  border: 1px solid #f35a28;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 0px 5px 0px rgba(6, 28, 61, 0.14);
}


.sqr-tit{
  background: linear-gradient(89.37deg, #f35a28 0.28%, #1DB073 20.42%, #059DF2 77.04%, #327FC3 99.45%, #0076FF 99.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.sqr-desc{
  margin-bottom: unset;
  color: #121212;
  font-weight: 500;
}





/* form */


.terms{
  color: #f35a28;
}

.terms:hover{
  color: #fc8600;
}

.form-bgd{
  background-image: url('./images/form-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.form-card{
  background-color: white;
  box-shadow: 0px 0px 12px rgba(122, 122, 122, 0.15);
  border-radius: 4px;
  padding: 24px;
  max-width: 600px;
  margin: auto;
  /* border:  1px solid #535353 !important; */
}

.form-card h4{
  color: var(--textprimary);
  font-weight: 600;
  text-align: center;
}

.form-label{
  color: #525252!important;
  margin-bottom: 4px!important;
}

.form-control, .form-select, .form-check-input{
  border-color: #525252!important;
}

.form-control{
  border-radius: 4px!important;
}


.form-control:focus, .form-select:focus, .form-check-input:focus {
  /* border-color: #00a857!important; */
  box-shadow: 0 0 0 0.25rem #cee6da!important;
}

.form-check-input:checked{
background-color: #fc8600!important;
border-color: #fc8600!important;
}

.form-submit-btn{
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  /* padding: 8px 16px !important; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* border-radius: 6px !important; */
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.seodone{

  background-color: transparent !important;
}


.form-check-label-org{

  color: #999999!important;
}


.form-select-org{

background-color: transparent !important;
color: #999999 !important;
}


.form-select-org::placeholder{

  color: rgb(95, 95, 95) !important;
}

.form-submit-btn{

  background-color: #fc8600;
  border: none;
  color: white;
  font-weight: 600;
  padding: 12px 16px;
}


/* fad section started Here */

.fbad {
  /* background-color: #1F1F1F; */
  background: radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);
  padding: 50px 0;
}


.fbadd {
  background-color: #f1f1f1;
  padding: 50px 0;
}


.fbadtitles{

  color: rgb(36, 36, 36);
}


.fbadtitle{
  font-weight: 700;
  /* font-size: 48px; */
  /* line-height: 60px; */
  text-align: center;
  padding-bottom: 24px;
  background: linear-gradient(-61deg, #f35a28 0%, #0093E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.addetails{
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  color: white;
  padding-bottom: 60px;
}

.adhighlight{
  /* color: var(--textprimary); */
  background: linear-gradient(89.37deg, #f35a28 0.28%, #1DB073 20.42%, #059DF2 77.04%, #327FC3 99.45%, #0076FF 99.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 32px;
  /* line-height: 50px; */
}
.adimage{
  padding-bottom: 60px;
}

/* .fbad{
  background-color: #F3F3F3;
  padding: 50px 0;
} */

.growth{
color: #008344;
background-color: #00b65e50;
margin-bottom: unset;
width: max-content;
padding: 2px 10px;
border-radius: 50px;
margin: auto;
}

.fbtitlenew{
color: var(--textprimary);
font-weight: bold;
padding-bottom: 24px;
margin: auto;
}

h3.fbtitlenew{
color: white;
font-weight: 500;
}

h1.fbtitlenew{
  /* color: var(--textsecondary); */
  font-weight: 700;
  background: linear-gradient(-61deg, #f35a28 0%, #0093E9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

@media (max-width: 768px) { 

.fbad{
  padding: 25px 0;
}

.fbadtitle{
  font-size: 34px;
  line-height: unset!important;
}
.addetails{
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  /* color: var(--textsecondary); */
  padding-bottom: 30px;
}

.adhighlight{
  /* color: var(--textprimary); */
  font-weight: 900;
  font-size: 24px;
  line-height: 35px;
}
.adimage{
  padding-bottom: 30px;
}

}


/* #splide6 > .splide__slider .splide__arrows--rtl .splide__arrow--next,.splide__arrow--prev{

  display: none !important;
} */


.des-cont{

  color: rgb(248, 248, 248);
}


/* .accordion-item {
  color: white !important;
  background-color: unset !important;
  border: unset !important;
  margin-bottom: 20px;
}


.accordion-button:not(.collapsed) {
  color:  unset !important;
  background-color:  unset !important;
  box-shadow: unset !important;
}

.accordion-body{

  padding: unset !important;
  color: rgb(199, 199, 199);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: unset !important;
  font-size: 22px !important;
  color: rgb(255, 255, 255) !important;
  text-align: left;
  background-color: unset !important;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  margin-bottom: 8px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
} */


.pil{

  background: linear-gradient(-61deg, #f35a28 0%, #0093E9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.padd{
  padding: 4px 0 75px;
  position: relative;
  margin-top: -5px;
  z-index: -1;
}


.accordion-button::after{
  background-image: url(../assets/image/accordion-down.svg) !important;
}



.cycle{

  padding: 60px 0;
}

@media (max-width: 768px) { 


  .cycle{

    padding: 24px 0;
  }

  .padd{

    padding: 32px 0;
  }
}

.effective{

  padding: 60px 0;
}

.cardss{

  box-shadow: 0px 16px 72px rgba(6, 28, 61, 0.08);
  padding: 12px;
  height: 100%;
  border-radius: 20px;
}

.cardss-tit{

  font-size: 16px;
}


.gray{

  background-color: #F2F2F2;
  padding: 60px 0;
}

.cardsss{
  background-color: white;
  box-shadow: 0px 16px 72px rgba(6, 28, 61, 0.08);
  padding: 24px;
  height: 100%;
  border-radius: 20px;
}



.form-control-org{

  /* padding: 6px 12px !important; */
  border-radius: 4px !important;
  background-color: transparent !important;
  color: #999999 !important;
}

.form-control-org:focus{

  box-shadow: unset !important;
}

.form-check-label-org{

  color: #999999 !important;

}

.form-check-input-org{

  background-color: transparent !important;
}


.service{

  position: relative;
  z-index: 1 !important;
}


@media (max-width: 576px) {
  
  .service{

    position: relative;
    z-index: 1 !important;
    /* margin-top: 8vh; */
  }

  /* .footer{
    white-space: nowrap;
  } */

}




/* ****************** */


.menu a {
	color: rgba(209, 209, 209, 0.8);
	/* font-family: Lato; */
	font-size: 15px;
	font-weight: 400;
	/* padding: 15px 25px; */
  margin-bottom: 6px;
	
	position: relative;
	display: block;
	text-decoration: none;
	/* text-transform: uppercase; */
    max-width: max-content;
    /* margin: auto; */
}

a:hover {
  color: rgb(255, 255, 255) !important;
}

.menu:hover {
  background-image: none !important;
  color: rgb(255, 255, 255);
  transition: .3s;
}




.SMN_effect-4 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(36, 175, 1);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
  transition-duration: 0.7s;
}

.SMN_effect-4 a:hover:after, .SMN_effect-4 a:focus:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/* .lii{

  border-top: 1px solid #ddd;
  
} */

.form-ele{

  width: 30vw;
  
}


.jobopenings{

  padding: 60px 0;
}

.jobposition {
  margin: auto;
  padding: 33px 25px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;

  display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 800px;
}


.nameandlocations, .jobposition {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobtitle {
  color: var(--titletext);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  width: 370px;
}

.goodfit{

  max-width: 800px;
  margin-top: 32px !important;
  text-align: center;
  margin: auto;
}


.modal{
  z-index: 9999999999!important;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);

  z-index: -1 !important;
}


.modal-dialog{

  max-width: 800px !important;
}

.positionapply{

  color:#f35a28;
  text-decoration: none;
  font-weight: 600;
}

.positionapply:hover{
  color:#f35a28 !important;
  font-weight: 600;
  text-decoration: underline;
}

.calltoaction3 {
  background-color: #fc8600;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
}


   /* .btn-ring{
    display: none;
  } */
  .btn-ring:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ring 1.2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .btn-ring1:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #00ff1a transparent #00ff1a transparent;
    animation: ring 1.2s linear infinite;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  .tq{
    color: White;
    font-weight: 600;
    max-width: max-content;
    margin: auto;
  }


  .tool-left {
    position: absolute;
    top: 20%;
    left: 24px;
    z-index: 9999;
}

.tool-right{

  position: absolute;
  top: 20%;
  right: 24px;
  z-index: 9999;
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: #f35a28 !important;
  border-radius: var(--bs-tooltip-border-radius);
  z-index: 9999;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)* .5) 0;
  border-top-color: #f35a28 !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)* .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)* .5) 0;
  border-right-color: #f35a28 !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)* .5) 0 calc(var(--bs-tooltip-arrow-width)* .5) var(--bs-tooltip-arrow-height);
  border-left-color:  #f35a28 !important;
}



.comment{

  text-align: center;
}

.txr-hero-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #011936;
  opacity: 0.80;
}


.txr-hero-area {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  background-color: #002858;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

/* .cstm-mt{
  padding-top: 100vh;
} */

.txr-hero-bg-wrapper {
  position: absolute;
  transform: rotate(18deg);
  left: -20px;
  top: 0;
  width: 100%;
  height: 100%; }

.txr-hero-bg-content {
  position: relative;
  /* overflow: hidden; */
  /* top: 500px; */
  height: 100%; 


}

.txr-hero-bg-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px; }

  .txr-hero-bg-item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%; }

  .txr-hero-bg-item .img-wrap {
    border-radius: 12px;
    overflow: hidden;
    /* height: 290px; */
    flex: 0 0 auto; }
    .txr-hero-bg-item .img-wrap img {
      width: 100%; }

.txr-hero-bg-item.item-1 {
  animation: slideup 30s linear infinite;
  justify-content: flex-end; 
  position: relative;
  top: 280px;
}

.txr-hero-bg-item.item-2 {
  animation: slidedown 30s linear infinite;
  justify-content: flex-start; 
  position: relative;
  top: -100px;
}

.txr-hero-bg-item.item-3 {
  animation: slideup 30s linear infinite;
  justify-content: flex-end; }

.txr-hero-bg-item.item-4 {
  animation: slidedown 30s linear infinite;
  justify-content: flex-start; 
  position: relative;
  top: -280px;
}

.txr-hero-bg-item.item-5 {
  animation: slideup 30s linear infinite;
  justify-content: flex-end; }
  .item-5{
    display: none;
  }    

  .new-testi2{
    padding: 16px;
  }

  .jobdesc ul li{
    list-style-type: disc!important;
    margin-left: 32px;
  }

  .new-testi2 img{
    margin-bottom: 8px;
    height: 75px;
  }

  @media (max-width:1024px) {
    .item-5{
      display: none;
    }    
  }

  @media (max-width:992px) {
    .txr-hero-bg-item .img-wrap{
      width: 320px;
    }

    .txr-hero-bg-wrapper {
      left: -250px;
    }
    
  }

  @media (max-width:768px) {
    .item-5{
      display: none;
    }    
  }

  @media (max-width:576px) {
    .item-5, .item-4, .item-3{
      display: none;
    }    

    .txr-hero-bg-item .img-wrap{
      width: auto;
    }

    .jobtitle{
      width: auto;
      font-size: 20px;
    }

    .nameandlocations {
      display: block!important;
    }

    .txr-hero-bg-item-wrap {
      gap: 12px;
    }

    /* .txr-hero-area {
      height: 50vh;
    } */

    /* .cstm-mt{
      padding-top: 50vh;
    } */

    /* .video-section{
      height: 50vh;
    } */

    .new-testi2 img{
      height: 60px;
    }

    .txr-hero-bg-item .img-wrap{
      border-radius: 4px;
    }

    
    .txr-hero-bg-wrapper {
      transform: rotate(0deg);
      left: 0px;
    }
  }



@keyframes slideup {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes slidedown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
} 


.form-all{
  background-color: #052851;
  color: white;
  padding: 60px 0;
}

.form-all-2{
  background: linear-gradient(269deg, #0058C0 -48.86%, #001B22 69.01%);  
  color: white;
  padding: 60px 0;
}

.new-section{
  padding: 60px 0;
}

.form-all-left .h1{
  font-weight: 600;
}

.form-all-left p{
  font-size: 18px;
}
/* 
.eb{
  display: flex;
  align-items: center;
} */

.form-all-left .caption{
  background-color: #f35a28;
  color: white;
  font-size: 14px!important;
  border-radius: 99px;
  width: max-content;
  padding: 4px 12px;
}

.form-all-left a{
  font-weight: 500;
  font-size: 18px;
  text-decoration: unset;
  color: white;
}

.form-all-left a:hover{
text-decoration: underline;
}

.enquiry-box{
  background-color: #001c3d;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #002047;
}

.new-testi h5{
  font-weight: 600;
  margin-left: 8px;
  margin-bottom: 0;
}

.new-testi-card{
  padding: 24px;
  border: 1px solid #fc8600;
  border-radius: 8px;
  background-color: #f6fffa;
}

.new-testi-card .nm{
  text-align: center;
  color: var(--secondarycolorgreen);
  font-weight: 600;
  font-size: 20px;
}

.new-testi-card .ds{
text-align: center;
margin-bottom: 16px;
}

.tech-logos{
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 48px;
}

.tech-logos div{
  width: 20%;
}

.tech-nav{
  justify-content: center;
}

.tkwy p{
  font-weight: 500;
  margin-top: 8px; 
}

.accordion{
  max-width: 900px!important;
  margin: auto;
}

.accordion-button{
  outline: 0!important;
  box-shadow: none !important;
  padding: 24px!important;
}

.accordion-body{
  padding: 0 24px 24px 24px!important; 
}

.accordion-button:not(.collapsed){
  color: unset!important;
}

.accordion-button:focus {
  outline: 0!important;
  box-shadow: none !important;
}

.faq .accordion-item{
  /* padding: 24px!important; */
  border: 1px solid #e9e9e9!important;
  margin-bottom: 16px!important;
  background-color: #F7F8F9!important;

}
/* .accordion-active {
  border: none !important;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  box-shadow: 0 4px 0 #0540d9 !important;
  border: 1px solid #0540d9 !important;
} */

.accordion-button{
  background-color: unset!important;
  font-weight: 600;
  font-size: 18px!important;
  border-bottom: unset!important;
}


@media (max-width:576px) {

  .pattern-bgk:before {
    inset: 56px 0 0 0;    
    /* background-image: url(./image/pattern-bgk-web.svg); */
  }
  

  .navbar-brand img{
    height: 24px;
  }

  
  .btn.btn--neon-wht{
    font-size: 12px!important;
  }

  .tkwy img{
    height: 48px;
  }

  .form-all, .new-section, .form-all-2{
    padding: 32px 0;
  }

  .tech-logos img{
    height: 48px;
  }

  /* .for-size{
    height: 405px;
  } */

  .tech-logos div{
    width: max-content;
    padding: 0 12px;
  }

  .tech-nav{
    flex-wrap: nowrap!important;
    overflow-x: scroll;
    justify-content: flex-start;
    white-space: nowrap;
  }

  .tech-logos p{
    font-size: 15px;
  }

  .eb{
    display: block;
  }  
}

.new-header{
  position: fixed;
  z-index: 999999999!important;
  width: 100%;
  border-bottom: 1px solid rgba(200, 200, 200, 0.159);
}

.offcanvas-end{
  height: 100vh;
}

.canvas-dark{
  background-color: #0058C0!important;
}

.text-bg-dark{
  background-color: RGBA(0,28,61,var(--bs-bg-opacity,1))!important;
}

.offcanvas-title{
  color: white!important;
}

.canvas-dark .nav-link{
  color: #e6e6e6!important;
  padding: 12px!important;
}

.canvas-dark .nav-link:hover{
 color: #ffffff!important;
 background-color: #f35a28;
}



.canvas-dropdown{
  background-color: #004daa!important;
  border-radius: unset!important;
  border: unset!important;
}

.new-class{
  background-color: #f35a28!important;
  color: white!important;
}

.new-class .nav-link{
  color: white!important;
}

.canvas-dropdown .dropdown-item:active{
  background-color: #f35a28!important;
}


/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.custom-dropdown-menu .dropdown-item{
  white-space: normal!important;
}

.menu-desc{
  font-size: 12px;
  width: 275px;
}

.custom-dropdown-menu li a:hover{
  color: black!important;
}

.services-menu-title{
  font-size: 13px;
  font-weight: 600;
}

.services-main-title{
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.navbar-link-item{
  font-size: 14px!important;
  color: #dddddd!important;
  padding: 8px 12px!important;
}

.navbar-link-item:hover{
  background-color: #652e92;
  border-radius: 4px;
  color: #fff!important;
}

.navbar-link-item:focus{
  box-shadow: unset!important;
}

.float-header{
  border-bottom: 1px solid #f8f8f813;
  transition: 0.5s;
  z-index: 99999999!important;
}

.bg-active, .bg-active-static{
  background-color: white;
  border-bottom: 1px solid #f8f8f8;
  transition: 0.5s;
}

.bg-active #navbarSupportedContent > ul > li > a, .bg-active-static #navbarSupportedContent > ul > li > a{
  color: #3f3f3f!important;
}

.bg-active #navbarSupportedContent > ul > li > a:hover, .bg-active-static #navbarSupportedContent > ul > li > a:hover{
  color: #027442!important;
  background-color: #c2ead8;
}


.new-bg-active #navbarSupportedContent > ul > li > a{
  color: #3f3f3f!important;
}

.new-bg-active #navbarSupportedContent > ul > li > a:hover{
  color: #027442!important;
  background-color: #c2ead8;
}

.light-logo{
  display: none;
  transition: 0.5s;
}

.bg-active .light-logo, .bg-active-static .light-logo{
  display: block;
  transition: 0.5s;
}

.bg-active .dark-logo, .bg-active-static .dark-logo{
  display: none;
  transition: 0.5s;
}

.main-hero-section{
  padding-top: calc(59.14px + 48px);
  background: url('./homepage-assets/demo-marketing-dot.svg'), radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);
  padding-bottom: 75px;
}

/* .highligt-pill{
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff44;
  width: max-content;
  margin: auto;
  padding: 4px 12px;
  border-radius: 20px;
} */

.op5{
  opacity: 0.5;
}



.blur-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 20vw;
}

.blur-img2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20vw;
  transform: rotate(180deg);
}

/* .blur{
  border-radius: 17.9375rem;
background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #327FC3 94.6%, #327FC3 99.59%);
filter: blur(155px);
width: 15vw;
height: 15vw;
position: absolute;
right: -8%;
top: 15%;
} */

.blur2{
  border-radius: 17.9375rem;
background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #652e92 94.6%, #652e92 99.59%);
filter: blur(155px);
width: 15vw;
height: 15vw;
position: absolute;
left: -8%;
bottom: 10%;
display: none;

}

.blur3{
  border-radius: 17.9375rem;
background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #327FC3 94.6%, #327FC3 99.59%);
filter: blur(155px);
width: 15vw;
height: 15vw;
position: absolute;
z-index: -1;
top: -70px;
right: -70px;
opacity: 0.9;
display: none;


}


.blur4{
  border-radius: 17.9375rem;
background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #327FC3 94.6%, #327FC3 99.59%);
filter: blur(120px);
width: 15vw;
height: 15vw;
position: absolute;
opacity: 1;
left: -50px;
top: -50px;
z-index: 0;
display: none;

}

.blur5{
  border-radius: 17.9375rem;
  background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #327FC3 94.6%, #327FC3 99.59%);
  filter: blur(80px);
  width: 25vw;
  height: 25vw;
  position: absolute;
  opacity: 1;
  z-index: 0;

}

.blur6{
  border-radius: 17.9375rem;
background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #327FC3 94.6%, #327FC3 99.59%);
filter: blur(80px);
width: 15vw;
height: 15vw;
position: absolute;
opacity: 1;
right: -15%;
top: 5%;
z-index: 0;
display: none;

}


.outline-stroke{
  left: -10vw;
  max-width: 14vw;
  position: absolute;
}

.grad-rd{
  right: 0;
  bottom: -25%;
  max-width: 17vw;
}

.dotted-arrow{
  right: 0;
  position: absolute;
  top: 10px;
  max-width: 12vw;
}

.dotted-arrow2{
  left: 0;
  bottom: 10px;
  position: absolute;
  max-width: 12vw;
  transform: rotate(180deg);
}

.stroke-2{
  left: 5vw;
  top: 3vw;
  height: 60px;
  position: absolute;
}

.hand-showing{
  left: 0;
  bottom: 0;
  position: absolute;
  width: 10vw;
}

.dots{
  position: absolute;
  top: 0;
  left: 0;
  width: 8vw;
}

.blur-img3{
  top: 0;
  left: 0;
  position: absolute;
}

.top-arrow{
  width: 5vw;
}

@media (max-width:992px) {
  .dotted-arrow2, .dotted-arrow{
    display: none;
  }

  .blur-img, .blur-img2, .hand-showing, .dots, .blur-img4, .blur-img3, .top-arrow{
    display: none;
  }
}

.highligt-pill{
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: conic-gradient(
    from var(--angle-to-the-dangle),
    transparent 0deg,
    rgba(255, 255, 255, 0.5) 10deg,
    transparent 90deg
  );
  animation: rotateColors 5s linear infinite;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #ffffff1a;
  width: max-content;
  margin: auto;
  padding: 4px 8px;
  color: white;  
}


@keyframes rotateColors {
  0% {
    --angle-to-the-dangle: 0deg;
  }
  100% {
    --angle-to-the-dangle: 360deg;
  }
}


.hero-heading{
  text-align: center;
  color: white;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 42px;
  padding: 12px 0 6px 0;
  letter-spacing: -0.1px;
  margin-bottom: unset!important;
}

.hero-sub-desc{
  color: #bababa;
  font-size: 20px;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 300;  
}

/* #splide4 .splide__arrow{
  display: none;
} */

#splide4{
  padding: 32px 0;
}

#splide4 .splide__track{
  overflow: visible!important;
}

#splide4 .splide__pagination__page.is-active{
  background-color: #f35a28!important;
  opacity: 1!important;
  width: 24px;
  border-radius: 8px!important;
  transform: scale(1)!important;
}

.counter-title{
  background: linear-gradient(142deg, #FFF 35%, #6D6F86 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 40px;
font-weight: 700;
}

.counter-title sup{
  background: linear-gradient(142deg, #FFF 35%, #6D6F86 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  vertical-align:super;
}

.new-gradient{
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(120deg, #498EFF 15%, #49FF97 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.counter-desc{
color: rgba(255, 255, 255, 0.66);
text-align: center;
font-size: 0.9375rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem; /* 160% */
}

.counter-shadow{
  padding: 16px 32px 0 32px;
  border-top: 1px solid #ffffff65;
  
}

@media (max-width:1024px) {
  .counter-shadow{
    border-top: unset;
  }
  
}


.counter-card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}

.base-lp{
  padding: 75px 0;
}


.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #f35a28;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #f35a28;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #f35a28;
  color: white!important;
}

.button:hover .button__icon-wrapper {
  color: #f35a28;   
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.new-subtitle{
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 44px;
}



.callus-new {
  display: flex;
  align-items: center;
  border-left: 1px solid #c4c4c4;
  padding-left: 24px;
  margin-left: 24px;
}

.callus-new a{
  font-weight: 600;
  color: #181818;
  text-decoration: unset;
}

.callus-new a:hover{
  font-weight: 700!important;
  text-decoration: underline;
  color: #f35a28!important;
}

.new-services{
  background:radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);
  padding: 75px 0;
}

#pills-tab2{
  justify-content: center;
}

#pills-tab2 li button{
  background-color: transparent!important;
  border-radius: 50px!important;
  white-space: nowrap!important;
  border: 1px solid #F2F2F2!important;
  color: white!important;
  font-size: 14px;
  font-weight: 500!important;
}



#pills-tab2 li button.active{
  background-color: #f35a28!important;
  border-color: #f35a28!important;
  font-weight: 600!important;
}

.services-new-card{
  background-color: white;
  width: max-content;
  text-align: center;  
  padding: 48px 20px;
  border-radius: 135px;
  height: 380px;
  margin: 24px 24px;
}


.services-new-card::after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background:linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #ff6600 94.6%, #ff5e00 99.59%);
  z-index: -1;
  border-radius: 135px;
}

.services-card-link{
  text-decoration: unset;
  border-radius: 135px;
}

/* .services-card-link:hover .services-check{
width: 25%!important;
} */

.services-card-desc{
  color: #504E4E!important;
}

.services-card-link:hover .services-card-desc{
  color: #504E4E!important;
} 

.smiley{
  right: -30%;
  top: 15%;
  animation: zoom-in-zoom-out 2s ease-out infinite; 
  width: 48px;
}

.thumbs{
  left: -5%;
  top: 40%;
  z-index: 2;  
  max-width: 4vw;
}

.rocket{
  right: 0;
  top: 25%;
  max-width: 14vw;
  z-index: 2;
}

.nice-hand{
  right: 0;
  bottom: 0;
  z-index: 9;
  transform: rotate(25deg);
  width: 48px;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media (max-width:1200px) {
  .smiley{
    right: -10%;
    top: 15%;
    animation: zoom-in-zoom-out 2s ease-out infinite; 
    width: 48px;
  }
  
  
}

.services-new-card h5{
  font-weight: 700;
  color: #141414;
  margin-top: 32px;
}

.services-card-desc{
  max-width: 220px;
  margin: auto;
}



.case-study-item {
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 0 ;
  border-top: 1px solid #f1f1f153;
  border-bottom: 1px solid #f1f1f153;
  
}

.case-study-category{
  color: #b7b7b7;
  font-size: 16px;
  padding-bottom: 4px;
  mix-blend-mode:color-dodge;

}

.case-study-name{
  font-size: 28px;
  color: #f3f3f3;
  font-weight: 600;
  mix-blend-mode: color-dodge;

}

.case-study-desc{
  color: #a1a1a1;
  font-size: 20px;
  mix-blend-mode: color-dodge;

}

.case-study-img {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  z-index: -10;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
  cursor: pointer;
}

/* #splide4 .splide__slide img{
  transform: translatey(100px);
  opacity: 0;
  transition: 0.8s;

}

#splide4 .splide__slide.is-active img{
  transform: translatey(0px);
  opacity: 1;
  transition: 0.8s;
} */


/* .asdf {
  display: flex;
}

.items {
  display: block;
  font-family: 'Belleza', sans-serif;
  position: relative;
  font-size: 80px;
  text-align: left;
  -webkit-text-stroke: 1px black;
  color: transparent;
  margin-bottom: 40px;
  z-index: 1;
  padding: 20px;
  cursor: pointer;
}


.gsap-img {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transform: rotateZ(4deg);
  top: 200%;
  right: 75%!important;
  z-index: -10;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
} */

/* 
.images {
  position: relative;
}
.images img {
  position: absolute;
	 height: 100px;
	 opacity: 0;
	 z-index: -1;
}



.categories-wrapper .categories p {
  mix-blend-mode: color-burn;
} */


.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}

.content{
  font-size: 50px;
  color: white;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}


.marquee-block{
  position:relative;
  display: flex;
  width: 100vw;
  animation-duration: 28s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
 display: inline-flex;
}
.marquee-item-list li a{
width: 100%;
list-style: none;
padding-right: 30px;
font-size: 48px;
color: white;
font-weight: 700;
white-space: nowrap;
text-decoration: unset;
}

.marquee-item-list li a:hover{
  text-decoration: underline;
}

.marquee-item-list li:nth-child(even) a {
  color: #f35a28!important;
}


.enquiry-box1{
  background-color: rgba(255, 255, 255, 0.055)!important;
  border: 1px solid rgba(255, 255, 255, 0.137);
}

.marquee1{animation-name: marquee1;}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}

.marquee1:hover{
  animation-play-state: paused;
}


.marquee-block:hover .marquee-item-list {
  animation-name: unset;
}

.website-development{
  background: radial-gradient(141.42% 70.71% at 50% 0%, #108A6E 0%, #012630 65%);
  padding: 75px 0;
}

.web-dev-desc{
  color: #dfdfdf;
}

.web-d-li{
  display: flex;
  align-items:baseline;
  color: #dfdfdf;
  margin-bottom: 12px;
}

/* #splide5 .splide__slide{
text-align: center;
} */

#splide5 .splide__arrow , #splide60 .splide__arrow {
  background-color: unset!important;
}

#splide5 .splide__pagination li:nth-child(1), #splide5 .splide__pagination li:nth-child(2), #splide5 .splide__pagination li:nth-child(3){
  display: none;
}

#splide5 .splide__arrow--next, #splide5 .splide__arrow--prev{
  position: relative;
  left: unset;
  right: unset;
  transform: unset!important;
  display: block!important;
}

#splide5 .splide__pagination{
  position: relative;
  bottom: unset!important;
  padding: 0 16px!important;
  top: 0!important;
}

#splide5 .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #splide60 .splide__pagination li:nth-child(1), #splide60 .splide__pagination li:nth-child(2), #splide60 .splide__pagination li:nth-child(3){
  display: none;
} */

#splide60 .splide__arrow--next{
  right: -2em!important;
}

#splide60 .splide__arrow--prev{
  left: -2em!important;
}

.approach-title{
  font-weight: 700;
  color: var(--titletext);
}

.design-approach-cards{
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
border: 1px solid #f35a28;
background: #FFF;
box-shadow: -4px 5px 0px 0px #f35a28;
padding: 16px;
}

.design-approach-cards3{
  box-shadow: unset;
  padding: 24px;
  display: block;
  transition: 0.3s;
}

@media (min-width:1024px) { 
.design-approach-cards3:hover{
  box-shadow: 0px 0px 20px 0px rgba(11, 177, 106, 0.70);
  transition: 0.3s;
}
}

.design-approach-cards2{
  max-width: 1000px!important;
  margin: auto!important;
}


.approach-desc{
  color: #f35a28;
  margin-bottom: unset;
}

.roundPill{
  font-weight: 600;
  border-radius: 3.125rem;
  background: linear-gradient(45deg, #f35a28 -0.33%, #f35a28 4.67%, #652e92 94.6%, #652e92 99.59%);
  text-align: center;
  color: white;
  padding: 12px 16px;
  width: max-content;
  margin: auto;
  margin-bottom: 8px;
}

.approach-bg{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #C2DACE 100%);
}

.web-promotion{
  padding: 75px 0 0 0;
  background: url('./homepage-assets/web-promotion-bg.png'), radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
}

.promotion-image-web{
  padding: 50px 0 0 0;

}


.web-promotion-image-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.web-promotion-image-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background: linear-gradient(180deg, rgba(16, 30, 138, 0.00) -3.22%, #010630 132.23%); */
  background: linear-gradient(180deg, rgba(16, 30, 138, 0.00) -16.09%, #010630 111.89%);
}

.promotion-card{
  position: relative;
  border-radius: 0.75rem;
  background: radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}



.promotion-card-caption{
  color: white;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.promotion-card-left h3{
  z-index: 1;
  position: relative;
}

.new-subtitle2{
  color: white;
  font-weight: 800;
}


.button2 {
  --white: #ffffff;
  --purple-100: #fd5000;
  --purple-200: #f86604;
  --purple-300: #ff7300;
  --purple-400: #ff8009;
  --purple-500: #f35a28;
  --radius: 18px;

  border-radius: var(--radius);
  outline: none;
  cursor: pointer;
  font-size: 24px!important;
  background: transparent;
  letter-spacing: -1px;
  border: 0;
  position: relative;
  z-index: 2;
  width: 250px;
  height: 70px;
  /* transform: rotate(353deg) skewX(4deg); */
}

.bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  filter: blur(1px);
}
.bg::before,
.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius) * 1.1);
  background: var(--purple-500);
}
.bg::before {
  filter: blur(5px);
  transition: all 0.3s ease;
 
}

.wrap {
  border-radius: inherit;
  overflow: hidden;
  height: 100%;
  transform: translate(6px, -6px);
  padding: 3px;
  background: linear-gradient(
    to bottom,
    var(--purple-100) 0%,
    var(--purple-400) 100%
  );
  position: relative;
  transition: all 0.3s ease;
}

.outline {
  position: absolute;
  overflow: hidden;
  inset: 0;
  opacity: 0;
  outline: none;
  border-radius: inherit;
  transition: all 0.4s ease;
}
.outline::before {
  content: "";
  position: absolute;
  inset: 2px;
  width: 120px;
  height: 300px;
  margin: auto;
  background: linear-gradient(
    to right,
    transparent 0%,
    white 50%,
    transparent 100%
  );
  animation: spin 3s linear infinite;
  animation-play-state: paused;
}

.content2 {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  height: 100%;
  gap: 16px;
  border-radius: calc(var(--radius) * 0.85);
  font-weight: 600;
  transition: all 0.3s ease;
  background: linear-gradient(
    to bottom,
    var(--purple-300) 0%,
    var(--purple-400) 100%
  );
  box-shadow:
    inset -2px 12px 11px -5px var(--purple-200),
    inset 1px -3px 11px 0px rgb(0 0 0 / 35%);
}
.content2::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 10;
  width: 80%;
  top: 45%;
  bottom: 35%;
  opacity: 0.7;
  margin: auto;
  background: linear-gradient(to bottom, transparent, var(--purple-400));
  filter: brightness(1.3) blur(5px);
}

.char {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.char span {
  display: block;
  color: transparent;
  position: relative;
}
.char span:nth-child(8) {
  margin-left: 5px;
}
.char.state-1 span:nth-child(8) {
  margin-right: -3px;
}
.char.state-1 span {
  animation: charAppear 1.2s ease backwards calc(var(--i) * 0.03s);
}
.char.state-1 span::before,
.char span::after {
  content: attr(data-label);
  position: absolute;
  color: var(--white);
  text-shadow: -1px 1px 2px var(--purple-500);
  left: 0;
}
.char span::before {
  opacity: 0;
  transform: translateY(-100%);
}
.char.state-2 {
  position: absolute;
  left: 80px;
}
.char.state-2 span::after {
  opacity: 1;
}

.icon {
  animation: resetArrow 0.8s cubic-bezier(0.7, -0.5, 0.3, 1.2) forwards;
  z-index: 10;
}
.icon div,
.icon div::before,
.icon div::after {
  height: 3px;
  border-radius: 1px;
  background-color: var(--white);
}
.icon div::before,
.icon div::after {
  content: "";
  position: absolute;
  right: 0;
  transform-origin: center right;
  width: 14px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.icon div {
  position: relative;
  width: 24px;
  box-shadow: -2px 2px 5px var(--purple-400);
  transform: scale(0.9);
  background: linear-gradient(to bottom, var(--white), var(--purple-100));
  animation: swingArrow 1s ease-in-out infinite;
  animation-play-state: paused;
}
.icon div::before {
  transform: rotate(44deg);
  top: 1px;
  box-shadow: 1px -2px 3px -1px var(--purple-400);
  animation: rotateArrowLine 1s linear infinite;
  animation-play-state: paused;
}
.icon div::after {
  bottom: 1px;
  transform: rotate(316deg);
  box-shadow: -2px 2px 3px 0 var(--purple-400);
  background: linear-gradient(200deg, var(--white), var(--purple-100));
  animation: rotateArrowLine2 1s linear infinite;
  animation-play-state: paused;
}

.path {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  pointer-events: none;
}

.splash {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  stroke-dasharray: 60 60;
  stroke-dashoffset: 60;
  transform: translate(-17%, -31%);
  stroke: var(--purple-300);
}

/** STATES */

.button2:hover .words {
  opacity: 1;
}
.button2:hover .words span {
  animation-play-state: running;
}

.button2:hover .char.state-1 span::before {
  animation: charAppear 0.7s ease calc(var(--i) * 0.03s);
}

.button2:hover .char.state-1 span::after {
  opacity: 1;
  animation: charDisappear 0.7s ease calc(var(--i) * 0.03s);
}

.button2:hover .wrap {
  transform: translate(8px, -8px);
}

.button2:hover .outline {
  opacity: 1;
}

.button2:hover .outline::before,
.button2:hover .icon div::before,
.button2:hover .icon div::after,
.button2:hover .icon div {
  animation-play-state: running;
}

.button2:active .bg::before {
  filter: blur(5px);
  opacity: 0.7;

}
.button2:active .content32 {
  box-shadow:
    inset -1px 12px 8px -5px rgba(0, 137, 46, 0.4),
    inset 0px -3px 8px 0px var(--purple-200);
}

.button2:active .words,
.button2:active .outline {
  opacity: 0;
}

.button2:active .wrap {
  transform: translate(3px, -3px);
}

.button2:active .splash {
  animation: splash 0.8s cubic-bezier(0.3, 0, 0, 1) forwards 0.05s;
}

.button2:focus .path {
  animation: path 1.6s ease forwards 0.2s;
}

.button2:focus .icon {
  animation: arrow 1s cubic-bezier(0.7, -0.5, 0.3, 1.5) forwards;
}

.char.state-2 span::after,
.button2:focus .char.state-1 span {
  animation: charDisappear 0.5s ease forwards calc(var(--i) * 0.03s);
}

.button2:focus .char.state-2 span::after {
  animation: charAppear 1s ease backwards calc(var(--i) * 0.03s);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes charAppear {
  0% {
    transform: translateY(50%);
    opacity: 0;
    filter: blur(20px);
  }
  20% {
    transform: translateY(70%);
    opacity: 1;
  }
  50% {
    transform: translateY(-15%);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes charDisappear {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-70%);
    opacity: 0;
    filter: blur(3px);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    transform: translateX(60px);
    opacity: 0;
  }
  51% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-128px);
    opacity: 1;
  }
}

@keyframes swingArrow {
  50% {
    transform: translateX(5px) scale(0.9);
  }
}

@keyframes rotateArrowLine {
  50% {
    transform: rotate(30deg);
  }
  80% {
    transform: rotate(55deg);
  }
}

@keyframes rotateArrowLine2 {
  50% {
    transform: rotate(330deg);
  }
  80% {
    transform: rotate(300deg);
  }
}

@keyframes resetArrow {
  0% {
    transform: translateX(-128px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes path {
  from {
    stroke: white;
  }
  to {
    stroke-dashoffset: -480;
    stroke: #c6fed7;
  }
}

@keyframes splash {
  to {
    stroke-dasharray: 2 60;
    stroke-dashoffset: -60;
  }
}


.promotion-hidden-blur{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

.promotion-hidden-blur2{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: -1%;
}

.promotion-hidden-blur3{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
}

.testi-right{
  font-size: 18px;
  border-left: 2px solid #fc8600;
  margin: 0 0 50px 50px;
  padding-left: 24px;

}

.testimonial-card-new{
  border-radius: 0.5rem;
border: 1px solid #9DEBC9;
background: #F0FFF9;
padding: 24px;
margin: 12px;
position: relative;
}


.testimonial-client-name{
  font-size: 18px;
  font-weight: 700;
  color: var(--titletext);
  margin-top: 4px;
}

.testimonial-client-business-name{
  color: #404040;
}

.testi-desc-new{
  margin-top: 16px;
  height: 200px;
  overflow: auto;
}

.new-scroll-set{
  height: max-content;
  width: max-content;
}

.apost{
  position: absolute;
  right: 24px;
  top: 24px;
}


.footer-new{
  padding: 75px 0 0 0;
  background: url('./homepage-assets/footer-img-new.png'), radial-gradient(141.42% 70.71% at 50% 0%, #040c49 0%, #000217 65%);
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}

.menu__link {
  color: #b1b1b1;
  position: relative;
  text-decoration: unset;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  width: max-content;
}

.menu__link::before {
  content: '';
  width: 0;
  height: 0.75px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -.025rem;
  left: 50%;
  transition: width .4s, left .4s;
}

.menu__link:hover::before {
  width: 100%;
  left: 0;
 }

.navigation-part-2{
  margin-bottom: 24px;
}



.copyright-new{
  color: #dadada;
  font-size: 13px;
  text-align: center;  
  padding: 24px 12px;
  border-top: 1px solid rgba(139, 139, 139, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation-part-1{
  max-width: 300px;
}

.address-new{
  font-size: 15px;
  color: #dadada;
  margin-top: 16px;
  line-height:1.8 ;

}


/* From Uiverse.io by Vampicerdito */ 
.social-media-btnn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  
}

.social-media-btnn .svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 1px; /* Adjusted letter spacing */
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.social-media-btnn .BG {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 9px;
  pointer-events: none;
  transition: all 0.3s;
  
}

.social-media-btnn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Added box shadow effect */
  
}

.social-media-btnn:hover .BG {
  transform: rotate(10deg);
  transform-origin: bottom;
}

.social-media-btnn:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
}

.social-new{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0;
}

.social-media-btnn.insta:hover .BG{
background: linear-gradient(
  45deg,
  #f09433 0%,
  #e6683c 25%,
  #dc2743 50%,
  #cc2366 75%,
  #bc1888 100%
);;
}

.social-media-btnn.x:hover .BG{
  background-color: rgb(140, 140, 140);
}
.social-media-btnn.fb:hover .BG{
  background-color: #0165e1;
}

.social-media-btnn.linkedin:hover .BG{
  background-color: #0077b5;
}

.social-media-btnn.youtube:hover .BG{
  background-color: red;
}

.legal-link{
  color: #c9dfd4;
  font-size: 13px;
  text-decoration: unset;
}

.legal-link:hover{
  text-decoration: underline;
}

.web-dropdown-menu{
  transform: translateX(-50%)!important;
  left: 50%!important;
}

.custom-dropdown-menu-2{
  padding: 12px!important;
}

.services-main-title-2{
  margin-bottom: 8px;
  font-size: 16px;
}

.custom-dropdown-menu-2 li .dropdown-item{
  padding: 12px!important;
  border: 1px solid transparent;
}

.custom-dropdown-menu-2 li .dropdown-item:hover{
  background-color: rgb(236, 242, 252)!important;
  border-radius: 6px!important;
  border: 1px solid #86bcfd;
}

.float-header .navbar>.container{
flex-wrap: unset!important;  
justify-content: space-between!important;

}

.float-header nav{
  width: 100vw;
}

.hamburger-button{
  border: unset!important;  
  padding: 4px 12px!important;
  border-radius: 8px!important;
}

.hamburger-button:hover{
  background-color: unset!important;
  width: unset!important;
}

.hamburger-button:active{
  background-color: #ffffff34!important;
}

.bg-active .hamburger-button svg path, .bg-active-static .hamburger-button svg path{
  fill: rgb(41, 41, 41)!important;
}

.bg-active .hamburger-button:active{
  background-color: #a1a1a134!important;
}

.navbar-mobile-overflow{
  overflow-y: scroll!important;
  max-height: 100vh;
  padding: 16px 0;
}

.navbar-mobile-overflow .menu-desc{
  width: 100%;
}

.pbs{
  position: absolute;
}




.lg-model-ylw{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}


.lg-model{
  text-align: center;
  width: max-content;
  margin: auto;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
  top: 15px;
}

.gradient-round{
  animation: rotation 3s infinite linear;
}

.fb-source{
  right: -45%;
  top: 4%;
  z-index: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}

.high-intent-leads{
  bottom: 5%;
  right: -50%;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
  z-index: 1;
}

.lead-table{
  left: -38%;
  bottom: 0;
  z-index: 0;

  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
  
}

.lg-conversion-rate{
  top: 0;
  left: -30%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}


#splide4 .splide__slide.is-active .lg-conversion-rate, #splide4 .splide__slide.is-active .fb-source, #splide4 .splide__slide.is-active .lead-table, #splide4 .splide__slide.is-active .high-intent-leads, #splide4 .splide__slide.is-active .lg-model{
  opacity: 1;
  transition: 0.8s;
  transform: translateY(0);
}


.img-relative-seo{
  text-align: center;
  width: max-content;
  margin: auto;
  position: relative;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(100px);
}

/* .pbs2{
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
} */

.seo-stat{
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  
}

.seo-model{
  bottom: 0;
  right: -5%;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s;

}


.seo-page-view{
  bottom: -5%;
  right: -15%;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25); 
  transform: translateY(70px);
  opacity: 0;
  transition: 0.8s;

}

.seo-imp{
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  right: -25%;
  z-index: 2;
  top: 5%;
  border-radius: 8px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.8s;

}

.seo-visit{
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  left: -35%;
  top: 33%;
  transform: translateY(70px);
  opacity: 0;
  transition: 0.8s;

}

.seo-engage{
  left: -25%;
  bottom: 10%;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.8s;
}


#splide4 .splide__slide.is-active .seo-page-view, #splide4 .splide__slide.is-active .seo-imp, #splide4 .splide__slide.is-active .seo-visit, #splide4 .splide__slide.is-active .seo-engage, #splide4 .splide__slide.is-active .seo-stat, #splide4 .splide__slide.is-active .seo-model, #splide4 .splide__slide.is-active .img-relative-seo{
  opacity: 1;
  transition: 0.8s;
  transform: translateY(0);
}

#splide4 .splide__arrow{
  background-color: unset;
}

.navi-img{
  width: 48px;
}



.em-model{
  position: absolute;
z-index: 1;
  bottom: 0;
  left: 0;
 
  
}

.gradient-round3{
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

.img-relative-em{
  text-align: center;
  position: relative;
  width: max-content;
  margin: auto;
  top:15px; opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

.click-rate{
  right: -55%;
  top: 5%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}

.conversion-rate{
  bottom: 0;
  right: -50%;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

.email-sent{
  left: -60%;
  top: 5%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}

.open-rate{
  left: -60%;
  bottom: 0%;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}



#splide4 .splide__slide.is-active .click-rate, #splide4 .splide__slide.is-active .conversion-rate,  #splide4 .splide__slide.is-active .email-sent, #splide4 .splide__slide.is-active .open-rate, #splide4 .splide__slide.is-active .em-model, #splide4 .splide__slide.is-active .gradient-round3, #splide4 .splide__slide.is-active .img-relative-em  {
  opacity: 1!important;
  transition: 0.8s!important;
  transform: translateY(0)!important;
}

.img-relative-web{
  width: max-content;
  margin: auto;
  position: relative;  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

.wd-model{
  bottom: 0;
  right: 0;
}

.web-right-card{
  bottom: -3%;
  right: -3%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
}

.web-ui{
right: 35%;
bottom: -2%;
box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.25);
opacity: 0;
transform: translateY(100px);
transition: 0.8s;
}

.web-left-card{
  left: 20%;
  bottom: -5%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  z-index: 2;
}

.web-profile{
  left: -10%;
  top: 10%;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

.web-hand-card{
  left: -10%;
  top: 35%;
  width: 32%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
}


#splide4 .splide__slide.is-active .img-relative-web , #splide4 .splide__slide.is-active .web-hand-card, #splide4 .splide__slide.is-active .web-profile, #splide4 .splide__slide.is-active .web-left-card, #splide4 .splide__slide.is-active .web-ui, #splide4 .splide__slide.is-active .web-right-card{
  opacity: 1!important;
  transition: 0.8s!important;
  transform: translateY(0)!important;
}


.modal-body{
  padding: 32px!important;
}

.cst-email::placeholder{
  color: rgba(255, 255, 255, 0.486)!important;
}

.cst-email{
  background-color: transparent!important;
  border: 1px solid rgba(255, 255, 255, 0.486)!important;
  border-radius: 999px!important;
  padding: 24px 200px 24px 24px!important;  
  color: white!important;
  max-width: 500px!important;
}

#Email-error{
  color:rgb(255, 255, 255)!important;
  text-align: center;
  background-color: rgb(245, 63, 39)!important;
  width: max-content;
  margin: auto;
}

.cst-email:focus{
  box-shadow: 0 0 0 0.25rem #cee6da33!important;
}

.for-email{
  position: absolute;
  top:12px;
  right: 12px;
}


@media (max-width:1150px) {


  .click-rate{
    right: -45%;
    top: 5%;
    width: 25vw;
  }
  
  .conversion-rate{
    bottom: 0;
    right: -40%;
    width: 20vw;
  }
  
  .email-sent{
    left: -45%;
    top: 5%;
    width: 25vw;
  }
  
  .open-rate{
    left: -40%;
    bottom: 0%;
    width: 25vw;
  }


  .lead-table{
    left: -40%;
    width: 60%;
  }


  .img-relative-seo{
    max-width: 95vw;
  }
  
.seo-stat{
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;

}

.seo-model{
  bottom: 0;
  right: -5%;
}


.seo-page-view{
  bottom: -5%;
  right: -2%;
}

.seo-imp{
  right: -10%;
  top: 1%;
}

.seo-visit{
  left: -5%;
  top: 64%;
}

.seo-engage{
  left: -4%;
  bottom: -9%;
  display: none;
}  
}


@media (max-width:930px) {

  
  .click-rate{
    right: -35%;
    top: 5%;
    width: 25vw;
  }
  
  .conversion-rate{
    bottom: 0;
    right: -30%;
    width: 20vw;
  }
  
  .email-sent{
    left: -35%;
    top: 5%;
    width: 25vw;
  }
  
  .open-rate{
    left: -30%;
    bottom: 0%;
    width: 25vw;
  }
  

.em-model{
  position: absolute;
z-index: 1;
  bottom: 0;
  left: 0;
 
  
}

.gradient-round3{
  opacity: 0;
  transform: translateY(200px);
  transition: 0.8s;
}

.img-relative-em{
  text-align: center;

}


  
.fb-source{
  right: -35%;
  top: 4%;
  width: 25vw;
}

.high-intent-leads{
  bottom: 0;
  right: -25%;
  width: 25vw;
}

.lead-table{
  left: -35%;
  bottom: 0;
  z-index: 1;
  width: 25vw;

}

.lg-conversion-rate{
  top: 0;
  left: -30%;
  width: 25vw;
}



.img-relative-web{
  max-width: 95vw;  
}



.wd-model{
  bottom: 0;
  right: 0;
  width: 40vw;
}

.web-right-card{
  bottom: 1%;
  right: 1%;
  width: 15vw;
}

.web-ui{
right: 35%;
bottom: -2%;
width: 9vw;

}

.web-left-card{
  left: 20%;
  bottom: -5%;
  width: 15vw;
}

.web-profile{
  left: 2%;
  top: 20%;
  width: 6vw;
}

.web-hand-card{
  left: 2%;
  top: 35%;
  width: 20vw;
}

.web-main-card{
  width: 100%;
}
  
}



@media (max-width:768px) {

  .img-relative-web{
    max-width: 80vw;  
  }


  .web-hand-card{
    left: -2%;
    top: 40%;  
   
  }
 
  

  .click-rate{
    right: -17%;
    top: 5%;
    width: 29vw;
  }
  
  .conversion-rate{
    bottom: 0;
    right: -15%;
    width: 24vw;
    z-index: 1;
  }
  
  .email-sent{
    left: -25%;
    top: 5%;
    width: 29vw;
  }
  
  .open-rate{
    left: -15%;
    bottom: 5%;
    z-index: 1;
    width: 29vw;
  }

  .gradient-round3{
    width: 60vw;
  }

  .em-model{
    width: 60vw;
  }



  .fb-source{
    right: -25%;
    top: 4%;
    width: 27vw;
  }
  
  .high-intent-leads{
    bottom: 0;
    right: -25%;
    width: 27vw;
  }
  
  .lead-table{
    left: -25%;
    bottom: 0;
    z-index: 1;
    width: 32vw;
  
  }
  
  .lg-conversion-rate{
    top: 0;
    left: -20%;
    width: 27vw;
  }


  .gradient-round4{
    width: 60vw;
  }

  .lg-model-ylw{
    width: 80vw;
  }
  
 


  .img-relative-seo{
    max-width: 90vw;
    width: auto;
  }
  
  .seo-stat{
    width: 100%;
  }


.seo-model{
  bottom: 0;
  right: 0;
  width:45vw;
}


.seo-page-view{
  bottom: -5%;
  right: -5px;
  width: 25vw;
}

.seo-imp{
  right: -5px;
  top: -1%;
  width: 25vw;
}

.seo-visit{
  left: -2%;
  top: 67%;
  width: 25vw;
}

.seo-engage{
  left: 0;
  bottom: -9%;
  display: none;
  width: 25vw;
}  
}


@media (max-width:576px) {

 
  

.seo-model{
  bottom: 0;
  right: 0;
  width:60vw;
}


.seo-page-view{
  bottom: -8px;
  right: -5px;
  width: 32vw;
}

.seo-imp{
  right: -8px;
  top: -1%;
  width: 32vw;
}

.seo-visit{
  left: -12px;
  top: 67%;
  width: 32vw;
}

.seo-engage{
  left: 0;
  bottom: -9%;
  display: none;
  width: 32vw;
}
  
}




.promo-img-abs{
  transform: translateX(-50%)!important;
  left: 50%!important;
  z-index: 1!important;
  bottom: 0!important;
  position: absolute;
}

.promotion-new{
  padding: 85px 0 40px 0;
}

.foot-navigation{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navigation-part-20{
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.navigation-part-2 {
  justify-content: flex-end;
  display: flex;
}

.navbar-toggler:focus {
  box-shadow: unset!important;
}

/* #splide4 .splide__slide img{
  transform: translatey(100px);
  opacity: 0;
  transition: 0.8s;

}

#splide4 .splide__slide.is-active img{
  transform: translatey(0px);
  opacity: 1;
  transition: 0.8s;
} */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media (max-width:1500px) {
  .stroke-2{
    display: none;
  }
}

@media (max-width:1200px) {

  .foot-navigation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sub-footer-menu{
    display: flex;
  }
  
  .navigation-part-20{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }


  .promotion-card{
    padding: 40px;
    display: block;
  }

  .promo-img-abs{
    transform: translateX(0)!important;
    left: 50%!important;
    z-index: 1!important;
    bottom: 0!important;
    position: absolute;
  }
  
  .blur5{
    display: none;
  }

  .promotion-card-right{
    margin-top: 32px;
  }

  .promotion-card-left .blur4{
    width: 25vw;
    height: 25vw;
  }


  .promotion-card-right .blur6{
    width: 25vw;
    height: 25vw;
  }
  


}

@media (max-width:1024px) {

  #pills-tab2 li button{
    margin-bottom: 12px;
  }

  .cta-btn-lets-talk{
    display: none;
  }

  .web-dropdown-menu{
    transform: unset!important;
    left: unset!important;
  }
  
  .rocket, .thumbs{
    display: none;
  }
}

@media (max-width:768px) {
  
  .promo-img-abs{
    transform: translateX(0)!important;
    left: unset!important;
    z-index: 1!important;
    bottom: 0!important;
    position: relative;
  }

  .promo-img{
    margin-bottom: -40px;
  }

.promotion-card{
  text-align: center;
}

.promotion-card-right{
  margin-bottom: 24px;
}

.promotion-card-left .blur4{
  top: -10vw;
  left: -10vw;
  filter: blur(80px);
width: 45vw;
height: 45vw;
}

.promotion-new{
  padding: 50px 0 20px 0;
}
  
}


@media (max-width:992px) {
    
.testi-right{
  font-size: 16px;
  border-left: unset;
  margin: 0 0 24px 0;
  padding-left: 0;
}
}

@media (max-width:576px) {
 
  .case-study-img{
    display: none!important;
  }

  .case-study-icon{
display: none;
  }

  .case-study-item{
    padding: 24px 0;
  }

  .roundPill{
  padding: 8px 12px;
  font-size: 14px;    
  }
 
  .counter-title, .new-gradient{
    font-size: 24px;
  }

  .counter-desc{
    font-size: 14px;
  }
  
  .counter-shadow{
    padding: 6px;
  }

  .hero-heading{
    font-size: 26px;
  }
  .new-subtitle{
    font-size: 24px;
  }

  .hero-sub-desc{
    font-size: 15px;
  }

#splide4 .splide__arrow{
  display: none!important;
}

#pills-tab2 li button{
font-size: 12px;
margin-bottom: 12px;
padding: 8px 16px!important;
font-weight: 400!important;
}

.base-lp, .new-services{
  padding: 32px 0;
}

.stroke-2{
  display: none;
}

.dhashtag{
  height: 64px!important;
}

.marquee-item-list li a{
  font-size: 24px;
  padding-right: 15px;
}

.main-hero-section{
  padding:calc(59.14px + 16px) 0 32px 0;
}

.base-lp-2{
  padding-bottom: 48px;
}

.base-lp-3{
  padding-top: 48px;
}
.case-study-name{
  font-size: 19px;
  margin-bottom: 8px;
}

.case-study-desc{
  font-size: 15px;
}

.smiley{
  display: none;
}

.web-promotion{
  padding: 32px 0 0 0;
}

.website-development{
  padding: 32px 0;
}

#splide60 .splide__arrow{
  display: none!important;
}

.footer-new{
  padding: 32px 0 0 0;
}

.foot-navigation{
  justify-content: start;}


.sub-footer-menu{
  display: block;
}

.address-new{
  margin-bottom: unset;
}

.social-new{
  margin: 20px 0;
}

.menu__link{
  margin-bottom: 8px;
}

.navigation-part-2 {
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

.highligt-pill{
  font-size: 14px;
}

.services-main-title-2{
  font-size: 14px;
  margin-bottom: 4px;
}

.nice-hand{
  transform: rotate(0deg);
  width: 32px;
}

.css-selector{
  background: url('./image/marketing-dot-mobile.svg'), radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);  

}

.main-hero-section{
  background: url('./image/marketing-dot-mobile.svg'), radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #010630 65%);
  
}

.callus-new {
  border-left: unset;
    padding-left: unset;
    margin-left: unset;
    margin-top: 24px;
}

.outline-stroke{
  display: none;
}
}



#sectionPin{
  height: 100vh;
  overflow: hidden;
  display: flex;  
  padding-right: 500px;
} 

.pin-wrap {

  display: flex;
  justify-content: flex-start;
  
  padding: 50px 10vw;
}
.pin-wrap > * {
  min-width: 30vw;
  padding: 0 2vw;
}



.case-study-major-img{
  border-radius: 16px;
}

.breadcrumb{
  border-radius: 3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.11)!important;
  background: rgba(255, 255, 255, 0.10)!important;
  width: max-content;
  padding: 6px 16px!important;
  border-radius: 999px!important;
}

.breadcrumb li a{
  color: rgba(255, 255, 255, 0.799)!important;
  text-decoration: unset;
  font-size: 14px!important;  
}

.breadcrumb-item.active a{
  color: white!important;
  cursor: text;
}

.breadcrumb-item.middle a{
  cursor: text!important;
}

.breadcrumb-item+.breadcrumb-item::before{
  content: unset!important;
}

.case-study-title{
  color: white;
  font-weight: 600;
}

.cs-desc{
  color: #bababa;
  font-size: 22px;
  font-weight: 300;  
}

.design-approach-cards2{
  padding: 32px 32px 0 32px;
}

.design-approach-cards2{
  padding: 32px;
}

.results-card{
  padding: 48px;
  background: radial-gradient(141.42% 70.71% at 50% 0%, #101E8A 0%, #f35a28 65%);
  max-width: 85%;  
  border-radius: 12px;  
  margin: 75px auto;
}

.results-card .counter-shadow{
  border-top: unset;
}

.counter-2{
  width: max-content!important;
  margin: auto!important;
}

.performance-3d-img{
  position: absolute;
  left: -119px;
  bottom: 0;
}

.case-study-next{
  padding: 32px;
  background-color: #F2F2F2;
  color: #f35a28;
  text-decoration: unset;
  width: 50%;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  transition: 0.5s;  
  align-items: center;
  justify-content: start;
}

.case-study-next img{
  transition: 0.5s;
}

.case-study-next:hover{
  text-decoration: underline;
  color: #292929!important;
  background-color: #dfdfdf;
  transition: 0.5s;

}

.case-study-j{
  font-size: 16px;  
}


.case-study-next:hover img{
  transform: translateX(10px);
  transition: 0.5s;
}

.case-study-prev:hover img{
  transition: 0.5s;
  transform: translateX(-10px);
}

.case-study-prev{
  display: flex;
  align-items: center;
  justify-content: end;
}


@media (max-width:992px) {
  .counter-card-2{
    display: block;
  }
  
}

@media (max-width:576px) {

  .sub-tit-mw{
    font-size: 18px;
    padding-top: 4px!important;
    padding-bottom: 12px!important;
  }


  .case-study-next img{
    width: 32px;
  }

  .case-study-next{
    padding: 20px;
  }

  .case-study-j{
    display: none;
  }

  .results-card{
    margin: 32px auto; 
    border-radius: 8px;
  }
  

  .arrow-steps{
    display: none;
  }

  .cs-desc{
    color: #bababa;
    font-size: 16px;
    font-weight: 400;
  }

  .design-approach-cards2{
    padding: 24px;
  }
  
}


.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: rgb(155, 155, 155)!important;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}


@media (max-width:1200px) {
  .results-card{
    max-width: 90%;
  }

}

@media (max-width:1024px) {

  .results-card{
    max-width: auto;
  }

  .performance-3d-img {
    display: none;
  }
}


@media (max-width:576px) {
  .results-card{
    padding: 24px;
    width: 100%;
  }  

  .counter-card-2{
    display: block;
  }

}

.case-studies-dropdown li a{
  font-size: 14px;
  background-color: rgba(236, 242, 252, 0)!important;
  border-radius: 6px!important;
  border: 1px solid #86bcfd00;
  font-weight: 600;
}

.case-studies-dropdown{
  padding: 8px!important;
}

.case-studies-dropdown li a:hover{
  color: inherit!important;
  background-color: rgb(236, 242, 252)!important;
  border-radius: 6px!important;
  border: 1px solid #86bcfd;
  
}


.footer-cp a{
  font-size: 13px;
  margin-left: 12px;
}

.footer-cp {
  display: block;
  text-align: end;
  margin-bottom: unset;
}


.privacy a:hover{
  color: #004daa!important;
}