body {
  font-family: "Work Sans", serif;
  box-sizing: border-box;
}
p, h5{font-family: "Nunito Sans", sans-serif;;}
strong, span{ font-family: "Work Sans", serif;}
p{font-size: 16px;line-height: 24px !important;}
#faq1{font-size: 16px;padding-bottom: 4px;}
#faq2{font-size: 16px;padding-bottom: 4px;}
#faq3{font-size: 16px;padding-bottom: 4px;}
#faq4{font-size: 16px;padding-bottom: 4px;}

li {
  list-style: none;
}
#mobile-nav {
  left: -80%; /* Start off-screen on the left */
}
.container{width: 1280px;margin: 0 auto;;}
.head {
  display: flex;
  justify-content: space-between;
  ;
  align-items: center;
}

.navigation ul {
  margin: 0;
}
.active {
  color: #f76a0b !important;

}

.navigation ul li {  color: #124071;
position: relative;cursor: pointer;display: flex;align-items: center;
}

.navigation ul li a {
  letter-spacing: 0.26px;
display: flex;align-items: center;gap: 3px;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.13px;
  font-size: 13px;
  font-weight: 600;  padding:  10px;
  line-height: 15px;
  border-bottom:3px solid #fff;;margin: 10px 5px 0 0 ;
}
/* .navigation ul li a:active{color: #CB4C0B} */
    /* Dropdown styles */
    .dropdown {
      position: absolute;
      top: 47px;
      right:  0;
      background: #fff;
      color: #333;
      z-index: 1000000;
      border: 1px solid #ddd;
      padding: 20px;
      width: 400px;
      height: 300px;
      display: none;
    }

    .dropdown ul {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .dropdown ul li {border: none;
      width: 150px; 
      padding: 5px 0;
      color: #333;
    }

    .dropdown ul li a {
      text-decoration: none;
    }
    
    
.navigation ul li a:hover {
  color: #C60F01;
  border-bottom: 3px solid #C60F01;


}
.dropdown ul li:hover {border: none;
  text-decoration: underline;
  color: #CB4C0B;
}

 .side_button button {cursor: pointer;
  background-color: #C60F01;
  outline: none;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  border: 1px solid;
  padding: 10px;
  letter-spacing: 0.13px;
  width: 164px;
  border-radius: 20px;
}
.connect_button button{  cursor: pointer;
  background-color: #C60F01;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  border: 2px solid #FCEBBD;
  padding: 15px;
  letter-spacing: 0.13px;
  width: 300px;display: flex;justify-content: center;
  border-radius: 40px;margin: 0 auto;}

.connect_button button:hover{  background-color: #FAAF3F;border: 2px solid #000000;}
.side_button button:hover {
  background-color: #124071;
}

.buzz {background-image: url(images/bapstar-bigbnr.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  min-height: 700px;
  margin-top: 40px;
  background-size: 100%;
}

.heading {width: 800px;
  top: 100px;
  margin: 0 auto;
  padding-top: 60px
  ;
}

.heading span {justify-content: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading h1 {        color: #CB4C0B;
  font-size: 60px;
  font-weight: bold;
  margin: 10px;
  padding: 0;
  height: 70px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

}

.heading h1 span {margin: 5px 0;
  font-size: 70px;
  color: #124071;
  margin: 0;s
  font-weight: 800;text-shadow: 0px 3px 26px #00007E;
}

.heading p {font-family: 'Work Sans';
  letter-spacing: 0px;
  color: #FAFAFA;
  padding: 0;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 600;
  font-size: 20px; text-align: center;text-shadow: 0px 3px 26px #000000A0;
  line-height: 50px;    
}

.tagline {text-align: center;
  font-size: 16px;
  letter-spacing: 0px;text-shadow: 0px 3px 26px #000000A0;
  color: #FFFFFF;
  opacity: 1;width: 80%;margin:10px auto;
}

.top {
  letter-spacing: 0px;
  color: #CB4C0B;
  opacity: 1;
  font-size: 18px;
  ;
  line-height: 22px;
}

.hero {
  letter-spacing: 0px;
  color: #124071;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 800;
  font-size: 32px;
  line-height: 50px;
}

.reference {
  text-align: center;
}

/* reference link */
.reference-link {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Carousel and animation css starts */
.rc-carousel {cursor: pointer;
  --box-gap: 1.5rem;
  --tile-size: 8rem;
  width: 90%;
  max-width: calc((var(--tile-size) + var(--box-gap)) * ((var(--tiles) / 2) - 1));
  margin: var(--box-gap) auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

/* For right side fade */


.rc-carousel::before {
  left: 0;
  --direction: left;
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    width: 2em;
    height: 100%;

    top: 0;
    z-index: 1;

}

.rc-carousel::after {
  right: 0;
  --direction: right;
    content: "";
    position: absolute;
    background: linear-gradient(94deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255) 100%);
    width: 2em;
    height: 100%;
 
    top: 0;
    z-index: 1;
}

.rc-carousel-strip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: slideX 30s linear infinite;
  animation: slideX 30s linear infinite;
}

.rc-carousel-strip.reverse {
  /* reverse animation */
  animation-direction: reverse;
}

.rc-carousel-strip:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.rc-carousel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: var(--box-gap);
}

.rc-carousel-item {
  background: #FFFFFF;
  box-shadow: -1px 1px 0px 0px #fff4f447;
  border: 1px solid #F4F4F4;
  padding: 10px;
  flex-shrink: 0;

}

.rc-carousel-item-images {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  0% {
    -webkit-transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
    transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
  }
}

@keyframes slideX {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  0% {
    -webkit-transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
    transform: translateX(calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2)));
  }
}

/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {

  /* styles to apply if a user's device settings are set to reduced motion */
  .rc-carousel::before,
  .rc-carousel::after {
    display: none;
  }

  .rc-carousel-box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .rc-carousel-box [aria-hidden="true"] {
    display: none;
  }

  .rc-carousel-strip {
    animation: none;
  }
}

.custom-text-style {
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.together {
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  letter-spacing:0.5px;
}

.our_info {
  line-height: 22px;
  font-size: 16px;
}

.viewBox:hover {

  transform: translateY(-6px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  box-shadow: 0px 3px 26px #00000040;
}
.cardBox:hover {

  transform: translateY(-6px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.viewBox h3 {
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 20px;
  line-height: 28px;
}

.viewBox p {
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  opacity: 1;
}
.products{background-image: url(images/big2.png);background-repeat: no-repeat;background-size: cover;padding: 40px 20px;}
/* Swiper styles */
.swiper_section{position: relative;}
.swiper {
  width: 100%;
  max-width: 1100px;

  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0px 3px 26px #0000000A;
  margin-top: -125px;
  background: #fff;
}

.swiper-slide {border-right: 1px solid #b9b1b185;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .swiper-button-next1{position: absolute;
  right: 754px;
  bottom: -37px;
}
.swiper-button-prev1{position: absolute;
  left: 738px;
  bottom: -37px;
} */
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  text-align: center;
  max-width: 500px;
}
.testimonial_box{display: flex;}
.testimonial_box span{    text-align: justify;
  margin: 0px 10px;}
.testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

/* h3 {
  font-size: 1.2rem;
  color: #003366;
} */

.profession {
  color: #ff6600;
  margin: 0.5rem 0;
}

.feedback {letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff6600;
}
.text span{font-size: 13px;line-height:30px ;
  font-weight: 500;cursor: pointer;
  letter-spacing: 0.78px;
  color: #F7690C;}
  .arrow-icon path {
    fill: #747474;
    transition: fill 0.5s ease-out;
  }
  
  .group:hover .arrow-icon path {
    fill: #ffffff;
  }
  /* .testimonials{width: 500px;
    margin: 0 auto;
    text-align: justify;
    display: flex;
    flex-wrap: wrap;} */
  /*************************************** about css ****************************************/
  .grow{text-align: center;}
  .grow h1{letter-spacing: 0px;
    color: #1A1A1A;
    text-transform: uppercase;
    opacity: 1;
  font-size: 50px;
line-height: 58px;
font-weight: 700;}
.grow b{letter-spacing: 0px;
  color: #124071;
  opacity: 1;
font-size: 46px;
list-style: 54px;;}
.grow span{    letter-spacing: 0px;
  color: #124071;
  opacity: 1;
  font-size: 16px;display: block;
  line-height: 26px;
  font-weight: 400;
  width: 50%;
  margin: 10px auto;}
  .growth{   
    width: 78%;
    margin: -79px auto;
}
  .thum {align-items: center;
  background-color: #124071;
  width: 43px;
  height: 43px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 33px;
  margin-bottom: 16px;
  aspect-ratio: 1;
}
  .thum svg{fill :#fff;}
  .run{font-size: 14px;line-height: 20px;font-weight: 400;color: #343434;}
  .empowering_section{display: flex;justify-content: space-between;gap: 20px;}
  .empowering_section .info{width: 50%;}
  .empowering_section .info span{letter-spacing: 0px;
    color: #B90101;
    opacity: 1;font-size: 18px;;line-height: 24px;font-weight: 600;text-align: left;}
    .empowering_section .info h3{letter-spacing: 0px;
      color: #000000;
      opacity: 1;;font-size: 32px;line-height: 42px;font-weight: 700;margin: 0;}
.empowering_section .info p{text-align: left;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  margin-top: 20px;
}
.sequence{letter-spacing: 0px;
  color: #000;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 700;
  font-size: 32px;
  line-height: 50px;
}
.prod{background: #FCF9F9;}



/* ----------------------------------------------------------- */
.marketing .info{display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap;}
.marketing .info b{
width: 100%;
}
.marketing .info h5{width: 100%;}
.marketing .info span{width: 100%;}
.conection{    width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;border: 1px solid red;}
.conection img{    position: absolute;
  right: 443px;
  top: 80px;}
  .conection svg{    position: absolute;
    left: 142px;
    top: 0px;}
  .conection ul li span b{position: absolute;top: 20px;width: 200px;left: 200px;;}
  .conection ul li span h3{position: absolute;top: 20px;width: 200px;left: 440px;;}

  .sm_container{width: 1000px;margin: 0 auto;text-align: center;;}

.digital{
  min-height: 270px;
  background-repeat: no-repeat;}
.digital p{
  font-size: 31px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 21px 20px;
  text-align: center;
}
.digi{padding-top: 20px;}
footer{width: 100%; background-color: #022640;padding: 60px 0 20px 0;}
.foot{display: flex;justify-content: space-between;width: 1000px;}
.foot_right{width:960px;}
.foot_first{    display: flex;
      justify-content: center;}
.links {width: 500px;}
.links ul {    justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.links ul li{    color: #fff;
  margin: 4px 0;
  font-size: 14px;line-height: 24px;
  font-weight: 500;
  width: 156px;
}
.icons{width: 30%;}
.icons p{color:#A8A8A8 ;}
.icons ul{    margin-top: 10px;
  display: flex;
  gap: 20px;
  
}
.icons ul li {   cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  background-color: #CB4C0B;
  justify-content: center;
  align-items: center;
  border-radius: 20px;}
  .icons ul li:hover{background-color: #003366;} 

.foot_sec{width: 320px;color: #fff;}
.foot_sec .address{display: flex;width: 365px;justify-content: space-between;}
.foot_sec .address h3{font-size: 16px;line-height: 22px;font-weight: 700;letter-spacing: 0.42px;color: #F76A0B;opacity: 1;}
.foot_sec .address p{color: #A8A8A8;margin: 4px 0;font-size: 14px;line-height: 24px;font-weight: 500;width: 156px;}
.digital .blogt{text-align:left; ;padding-top: 122px ;width: 270px;}
.count{width: 200px;}
.img-wrapper {
  perspective: 600px;
  width: 100%;
  height: 100%;
  position: relative;
}
.img-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}
.img-item {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.front {
  transform: rotateY(0deg);
}
.back {
  transform: rotateY(180deg);
}
.img-inner.rotated {
  transform: rotateY(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content.open {
  /* we'll set max-height in JS dynamically */
}

.section-logos {
  width: 500px;
}
.group .absolute {

  overflow: hidden;
  pointer-events: none;
}

.group .absolute.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.transform-style-3d {
transform-style: preserve-3d;
}

.backface-hidden {
backface-visibility: hidden;
}

.face {
  backface-visibility: hidden;
}
.list-decimal li{list-style-type: decimal;;}
.nav-link{font-size: 16px;}
/* *********************************************mobile css start here *************************************/
/* *********************************************mobile css start here *************************************/
/* *********************************************mobile css start here *************************************/
/* *********************************************mobile css start here *************************************/
/* *********************************************mobile css start here *************************************/
@media only screen and (max-width: 720px) {
 
.section-logos{width: 500px;}
.nav-link {font-size: 14px;}
  .section-logos{width: 100%;padding: 20px;}
 .container{width: 100%;padding: 10px;}
 footer{padding: 20px;}
 .head{gap: 5px;}
 .buzz{background-color: #003366;background-image: none;padding-top: 0px;min-height: 400px;}
 .heading{width: 340px; ;margin: 10px; }
.heading span{font-size: 16px;}   
.heading h1{font-size: 28px;;line-height: 32px;  height: 37px; margin: 0px;  }  
.heading h1 span{font-size: 28px;;line-height: 38px;margin: -7px 0;} 
.heading p{font-size: 18px;line-height: 30px;}
.tagline{width: 100%;}
.foot{display: block;width: 100%;}
.rc-carousel{width: 100%;}
.foot_right{width: 100%;margin-top: 30px;}
.foot_first{flex-wrap: wrap;}
.links{width: 100%;}
.icons{width: 100%;}
.swiper-slide{min-width: 360px}
.swiper{margin-right: 10px;margin-left: 10px;width: calc(100% - 19px);height: 321px;}
.digital{background-size: contain;min-height: 240px;}
.digital p{font-size: 26px;line-height: 32px;}
.swiper-button-prev1{left: 35%;}
.swiper-button-next1{right: 45%;}
.side_button button{width: 128px; font-size: 11px}
.products{padding: 10px;}
.together{border-bottom: 2px solid #B90101;padding-bottom: 10px;}
.sm_container{width: 100%;}
.empowering_section{flex-direction: column-reverse;}
.empowering_section .info{width: 100%;}
.foot_sec .address{width: 100%;}
.grow h1{font-size: 30px;line-height: 35px;}
.grow b{font-size: 26px;line-height: 30px;}
.grow span{font-size: 16px;width: 100%;;}
.growth{margin: 0; width: 100%;}
.head .logo img{width: 140px;margin-right: 20px;height: auto;}
.connect_button button{width: 100%;}
.digital .blogt{text-align:left ; padding-top: 101px ;width: 256px}
.testimonial-card{width: 100%;}
.links ul li{width: 146px;}
.foot_sec{margin-top: 20px;}
.nav-link{border-bottom: 1px solid #e2e2e2;}
}
