.home_banner_sec {
  background-image: url(../images/home-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.home_banner{
  background: rgb(30, 28, 28);
}


.about_left h2 {
  color: #090f17;
  font-size: 20px;
  font-weight: 700;
}
.about_left h2 span {
  width: 70px;
  height: 1px;
  background-color: #090f17;
  display: inline-block;
  position: relative;
  top: -5px;
  right: 10px;
}
.about_right h3 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.about_right h3 span {
  color: #0a60ff;
}
.about_right p {
  margin-top: 32px;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.get_started_button {
  margin-top: 20px;
}
.get_started_button_holder {
  background-color: #090f17 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 800;
  border-radius: 8px;
  width: 260px;
  height: 44px;
}
.get_started_button_holder i {
  margin-left: 10px;
}
.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.fib_holder {
  padding: 0 50px;
}
.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  background: white;
}
.fib_holder img {
  height: 60px;
  vertical-align: middle;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home_banner_inner_block {
  margin: 0 auto;
  width: 90%;
}
/* banner animation start */
.breaking_span {
  display: block;
}
.home_banner_inner_block h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
}
.dynamic-word-wrapper {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 40px;
  vertical-align: middle;
  top: -24px;
}

.word {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
}

.word.show {
  opacity: 1;
  position: absolute;
}

.highlight-dev {
  color: #4dffa6;
  font-style: italic;
  font-weight: 600;
}

.highlight-design {
  color: #ffe44d;
  font-style: italic;
  font-weight: 600;
}
.highlight-marketing {
  color: #ff684d;
  font-style: italic;
  font-weight: 600;
}
/* banner animation end */
.home_banner_inner {
  padding: 90px 0 128px 0;
}
.home_banner_inner_block p {
  margin-top: 46px;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.get_started_button_holder9 {
  background-color: #fff !important;
  color: #090f17 !important;
}
.get_started_button9 {
  margin-top: 40px;
}

.common_heading h3 {
  text-align: center;
  color: #090f17;
  font-weight: bold;
  font-size: 40px;
}
.our_services .owl-carousel .owl-stage-outer {
  padding: 0 0 40px 0;
}

#slide-testimonal9 {
  margin-top: 40px;
}
.service-card {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  border: 1.5px solid #000 !important;
  transition: border-color 0.4s ease;
  display: block;
  margin: 0 15px;
}
.bg-yellow {
  background: linear-gradient(135deg, #ffffff 30%, #fff176 100%);
}

.bg-green {
  background: linear-gradient(135deg, #ffffff 30%, #76ff03 100%);
}

.bg-blue {
  background: linear-gradient(135deg, #ffffff 30%, #4dd0ff 100%);
}

.bg-red {
  background: linear-gradient(135deg, #ffffff 30%, #ff8a80 100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transform: scale(0) translate(100%, 100%);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
  z-index: 0;
}

.service-card:hover .overlay {
  transform: scale(1) translate(0, 0);
}

.service-card .content {
  position: relative;
  z-index: 1;
  color: #000;
  transition: color 0.4s ease;
}
.service-card h5{
  font-size:22px;
  font-weight: 600;
    margin-top:60px;
}
.service-card h5 span{
  display: block;
}
.service-card:hover .content {
  color: #fff;
}
.service-card i{
font-size:40px;
}
.service-card p{
  font-size:20px;
  display: flex;
  align-items: center;
  margin-top:30px;
}
.service-card p i{
  font-size:24px;
  margin-left:20px;
}
.our_services .owl-carousel .owl-nav{
      display: flex;
    align-items: center;
    justify-content: center;
}
.our_services .owl-carousel .owl-nav button.owl-next, .our_services .owl-carousel .owl-nav button.owl-prev{
height: 32px;
width: 32px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.our_services .owl-carousel .owl-nav button.owl-next i, .our_services .owl-carousel .owl-nav button.owl-prev i{
color:#fff;
}
.our_services .owl-carousel .owl-nav button.owl-next{
  margin-left: 15px;
  background-color:#000;
}
.our_services .owl-carousel .owl-nav button.owl-prev{
  background-color:#929292;
}
.faq_section_inner{
  width:80%;
  margin:0 auto;
}
.faq_section_accordion{
  margin-top:40px;
}
.contact_us_section_inner, .we_featured_in_inner{
  width: 80%;
  margin: 0 auto;
}
.contact_us_section_inner_right{
  background-color:#F3F3F3;
  border-radius: 7px;
  padding: 45px 54px;
}
.contact_us_section_inner_right h4{
  color:#000;
  font-size:24px;
  font-weight: bold;
}
.contact_top{
  margin-top:20px;
}
.hub_control{
  height: 42px;
  background-color:#F3F3F3;
  border:none;
  border-bottom:1.5px solid #555555;
  border-radius: 0;
}
.hub_textarea{
   background-color:#F3F3F3;
  border:none;
  border-bottom:1.5px solid #555555;
  border-radius: 0;
}
.hub_control:focus, .hub_textarea:focus{
background-color:#F3F3F3;
border-color:#555555;
box-shadow: none;
}
.hub_select{
  color:#6c6d6e;
}
.form_button_holder{
  width: 100%;
  background-color:#090F17;
  font-size:18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff !important;
}
.form_button{
  margin-top:40px;
}
.contact_us_section_inner_left h5{
  color:#000;
  font-size:40px;
  font-weight: bold;
  line-height: 48px;
}
.contact_us_section_inner_left h5 span{
  display:block;
}
.contact_us_section_inner_left p{
  color:#090F17;
  font-size:18px;
  line-height: 26px;
  margin-top:20px;
}
.contact_us_section_inner_left{
    height: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}
.events_gallery_inner{
    width: 80%;
  margin: 0 auto;
}
.events_gallery_block p{
  color:#383838;
  font-size:20px;
  font-weight: bold;
  text-align: center;
  margin-top:18px;
}
.events_gallery_block{
  margin-top:45px;
}
.wefii_block{
  margin-top:40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #D3D3D3;
}
.wefii_block_common{
  text-align: center;
  padding: 40px 0;
}
.wefii_block_one, .wefii_block_two, .wefii_block_three{
  border-bottom:  1px solid #D3D3D3;
}
.wefii_block_two, .wefii_block_three, .wefii_block_five, .wefii_block_six{
  border-left:  1px solid #D3D3D3;
}
.rajesh_kewat_three_one h6{
color:#090F17;
font-size:40px;
font-weight: bold;
}
.rajesh_kewat_three_one h5{
  color:#000;
  font-size:24px;
}
.rajesh_kewat_three_two{
  margin-top:40px;
}
.rajesh_kewat_three_two span{
      width: 66px;
    height: 3px;
    background-color: #090F17;
    display: inline-block;
    position: relative;
    top: -5px;
    left:0;
}
.rajesh_kewat_three_two p{
  color:#090F17;
  font-size:18px;
}
.rajesh_kewat_three{
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.build_with_us_inner{
  padding: 70px 0;
  background-color:#090F17;
}
.build_with_us_inner_section{
  text-align: center;
}
/* faq start */
.hub_accordion_button:not(.collapsed){
  background-color: unset;
  color:#1E1C21;
  box-shadow: none;
}
.hub_accordion_item{
  border:none;
  border-bottom:1px solid #999999;
  padding-bottom: 10px;
}
.hub_accordion_button{
      padding: 1rem 1.25rem 1rem 0;
}
.hub_accordion_body{
      padding: 1rem 1.25rem 2rem 0;
}
.hub_accordion_button{
  font-size:20px;
  color:#1E1C21;
}
.hub_accordion_body p{
  color:#777777;
  font-size:16px;
  line-height: 24px;
}
.outline_text9{
  font-size:48px;
  line-height: 56px;
}
.build_with_us_inner_section h6{
  font-size:98px;
  line-height: 106px;
  color:#fff;
  font-weight: bold;
}
.build_with_us_button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:30px;
}
.build_with_us_holder{
  height:44px;
  width:224px;
  border-radius: 10px;
  background-color:#fff;
  color:#3A3A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:18px;
  font-weight: 700;
}
.build_with_us_holder i{
  margin-left: 10px;
  color:#3A3A3A;
  font-size:20px;
}
.wts_heading h3{
  color:#000000;
  font-size:40px;
  font-weight: 700;
}
.toggle_div_hide{
  display:none;
}
.toggle_div_block{
  margin-top:26px
}
.work_that_speaks_inner{
  width:85%;
  margin: 0 auto;
}
.toggle_div_block_right{
  margin-top:15px;
}
.moreless-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
  font-size:24px;
  color:#000 !important;
  font-weight: 700;
}
.moreless-button i{
  font-size:20px;
  margin-left:10px;
}
.moreless_button{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
}
.moreless_button_holder{
background-color:#090F17 !important;
height:44px;
width:224px;
color:#fff !important;
font-size:18px;
font-weight: 700;
}
.moreless_button_holder i{
  margin-left:10px;
}
/* faq end */
/* circle animation start */
html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.circle-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.circle-section.active {
  height: auto;
  background-color:#000;
}

.circle-overlay {
  position: absolute;
  inset: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.circle {
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50%;
  transform: scale(1);
}

.circle-content {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}

.after-circle-sections {
  display: none;
  opacity: 0;
}


    .industries_we_serve{
      margin-top:20px;
    }
    .industries_we_serve h6{
      color:#fff;
      font-size:40px;
      font-weight: bold;
      text-align: center;
      margin-top:60px;
    }
    .industries_we_serve ul{
      margin-top:20px;
      display: flex;
      justify-content: center;
    }
    .industries_we_serve ul li{
      padding: 0 32px;
    }
    .industries_we_serve ul li{
      border-right: 2px solid #fff;
    }
    .industries_we_serve ul li:last-child{
      border-right: unset;
    }
    .industries_we_serve ul li a{
      color:#fff;
      font-size:28px;
      font-weight: bold;
    }








    .section-heading {
      font-size: 40px;
      font-weight: 500;
      max-width: 800px;
      margin-bottom: 50px;
      line-height: 48px;
    }
 
    .steps {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
 
    .step {
      background: #fff;
      border: 1px solid #fff;
      padding: 24px;
      position: relative;
      height: 444px;
      width: 100%;
    }
 
 
 
    .step p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 68px;
    }
 
    .step-number {
    position: absolute;
    font-size: 90px;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    opacity: 0.8;
  }
 
.step-box-1 .step-number,
.step-box-3 .step-number {
  bottom: 0px;
  right: 20px;
}
 
.step-box-2 .step-number,
.step-box-4 .step-number {
  top: 0px;
  left: 20px;
}
 
 
/* .step.bg-1 {
  background-color:#3C3D20;
  position: relative;
}
 
 
    .step.bg-3 {
      background-color:#102745;
    } */
    .cmn_bx{
      font-size: 28px;
      line-height: 36px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 24px;
    }
    .down_bx{
      margin-top: 148px;
    }
    .custm_pddng{
      padding: 0;
    }
    .step{
      background-color: transparent;
    }
    .reveal_heading h3{
      color:#fff;
       font-size: 40px;
      font-weight: 600;
      line-height: 48px;
      text-align: center;
      margin-bottom:20px;
    }
/* circle animation end */
.work_that_speaks{
  margin-top:80px;
}
.service-card:hover .overlay{
      background: black;
}
.destop_none{
  display:none;
}
.get_started_button_holder:hover, .moreless_button_holder:hover{
      background-color: #fff !important;
      color:#000 !important;
      border:2px solid #000;
}
.get_started_button_holder9:hover, .build_with_us_holder:hover{
   background-color: #000 !important;
      color:#fff !important;
      border:2px solid #fff;
}
.build_with_us_holder:hover i{
  color:#fff;
}



 .thank-you-section {
      background: url('https://www.fastinfohub.com/assets/images/thank-you-bg.webp') no-repeat center center/cover;
      text-align: center;
      color: #fff;
      padding: 70px 0;
    }

     .checkmark-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 6px auto;
    }

    .checkmark {
      display: inline-block;
      width: 18px;
      height: 30px;
      border: solid #000000;
      border-width: 0 5px 5px 0;
      transform: rotate(45deg);
      margin-top: -5px;
    }
    .thank_you_txt h1{
      font-size: 90px;
      line-height: 98px;
      color: #ffffff;
      font-weight: 500;
      
    }
    .thank_you_txt p{
      font-size: 24px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 400;
    }
    .thnk_txt_sub h2{
      font-size: 24px;
      color: #1B1B1B;
      line-height: 32px;
      font-weight: 400;
      text-align: center;
    }
    .thnk_txt_sub h3{
      font-size: 24px;
      color: #1B1B1B;
      line-height: 32px;
      font-weight: 400;
      text-align: center;
      margin-top: 20px;
    }
    .thnk_txt_sub p{
      font-size: 20px;
      color: #1B1B1B;
      line-height: 28px;
      font-weight: 400;
      text-align: center;
      margin-top: 32px;
      text-decoration: underline;
    }
    .thnk_txt_sub{
      margin-top: 56px;

    }
    .osmrgn_tp{
      margin-top: 80px;
    }
    .mffos_txt h3{
      font-size: 20px;
      color: #1B1B1B;
      line-height: 28px;
      font-weight: 600;
      text-align: center;
    }
    .owl-dots{
      display: none;
    }



@media only screen and (max-width: 768px) {
    .mobile_none{
      display:none !important;
    }
      .destop_none{
      display:block;
    }
    .toggle_div_block_left_new{
      margin-top:20px;
    }
    .about_left h2 {
      padding-left: 16px;
    }
  .about_right h3 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 20px;
  }
  .thank_you_txt h1 {
    font-size: 60px;
    line-height: 68px;
    color: #ffffff;
    font-weight: 500;
  }
  .thank_you_txt p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
  }
  .thank-you-section {
    padding: 50px 0;
  }
  .thnk_txt_sub {
    margin-top: 32px;
  }
  .thnk_txt_sub h2 {
    font-size: 18px;
    color: #1B1B1B;
    line-height: 26px;
    font-weight: 400;
    text-align: start;
  }
  .thnk_txt_sub h3 {
    font-size: 18px;
    color: #1B1B1B;
    line-height: 26px;
    font-weight: 400;
    text-align: start;
    margin-top: 16px;
  }
  .thnk_txt_sub p{
    margin-top: 28px;
  }
  .osmrgn_tp {
    margin-top: 50px;
  }
  .mffos_txt h3 {
    font-size: 20px !important;
    color: #1B1B1B;
    line-height: 28px !important;
    font-weight: 600;
    text-align: center;
}
  .about_right p {
    font-size: 16px;
    line-height: 24px;
  }
  .fib_holder {
    padding: 0 20px;
  }
  .home_banner_inner_block h1 {
    font-size: 1.8rem;
  }
  .dynamic-word-wrapper {
    width: 160px;
    height: 35px;
    top: unset;
  }
  .breaking_span {
    display: inline-block;
  }

  .home_banner_inner_block {
    width: 100%;
  }
  .home_banner_inner {
    padding: 30px 0 60px 0;
  }
  .home_banner_inner_block p,
  .get_started_button9 {
    margin-top: 20px;
  }
  .home_banner_inner_block p {
    font-size: 16px;
    line-height: 24px;
  }
  .common_heading h3{
    font-size:28px;
    line-height: 36px;
  }
  .faq_section_inner{
    width:100%;
  }
  .hub_accordion_button{
    font-size:16px;
    line-height: 24px;
  }
  .hub_accordion_body p{
    font-size:14px;
    line-height: 22px;
  }
  .contact_us_section_inner, .events_gallery_inner{
    width: 100%;
  }
  .contact_us_section_inner_left h5{
        font-size: 29px;
        line-height: 37px;
  }
  .contact_us_section_inner_left p{
        font-size: 16px;
    line-height: 24px;
  }
  .contact_us_section_inner_right{
    margin-top:30px;
    padding: 20px;
  }
  .events_gallery_block {
    margin-top: 29px;
    text-align: center;
}
.wefii_block{
  margin-top:30px;
  grid-template-columns: repeat(2, 1fr);
}
.wefii_block_common{
  padding: 30px 15px;
}
.wefii_block_three{
    border-right: 1px solid #D3D3D3;
    border-left:unset;
}
.wefii_block_four{
   border-bottom: 1px solid #D3D3D3;
}
.wefii_block_five{
  border-left: unset;
}
.wefii_block_common  img{
  width: 75%;
}
.rajesh_kewat_two{
  margin:20px 0;
  text-align: center;
}
.rajesh_kewat_three_one h6{
  font-size:30px;
}
.rajesh_kewat_three_one h5{
   font-size:20px;
}
.rajesh_kewat_three_two p{
      font-size: 16px;
    line-height: 24px;
}
.build_with_us_inner_section h6{
  font-size:60px;
  line-height: 68px;
}
.build_with_us_inner{
  padding: 35px 0;
}
.industries_we_serve ul li a{
    font-size:18px;
  }
  .industries_we_serve ul{
    display: inline-block;;
    column-count: 2;
  }
  .industries_we_serve ul li{
    margin-bottom: 30px;
  }
  .industries_we_serve ul li:nth-child(4),.industries_we_serve ul li:nth-child(5){
    border-right: unset;
  }
  .industries_we_serve{
    text-align: center;
  }
  .step-title {
        font-size: 20px;
        text-align: left;
      }
 
      .step-box {
        margin-bottom: 20px;
      }
 
      .step-number {
        position: static;
        text-align: right;
        display: block;
      }
      .section-heading {
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
      }
      .custm_pddng{
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .down_bx {
      margin-top: 58px;
    }
    .step {
      height: 460px;
    }

    .step {
        height: unset;
        padding: 10px 24px;
    }
        .down_bx {
        margin-top: 0;
    }
    .step p{
      margin-bottom:10px;
    }
    .industries_we_serve{
      margin-top:30px;
    }
    .industries_we_serve ul{
      margin-top:30px;
    }
    .circle-overlay,.circle-section{
      height:200vh;
    }
.wts_heading h3{
  font-size:30px;
}
.work_that_speaks_inner{
  width:100%;
}
.toggle_div_block_left99{
  margin-top:20px;
}
.reveal_heading h3{
      font-size: 30px;
      line-height: 38px;
}
.service-card:hover {
    background: black !important;
  }
  
}
@media only screen and (max-width: 510px) {
.cmn_bx{
  font-size:26px;
  line-height: 34px;
}
.step p{
      font-size: 16px;
    line-height: 24px;
}
.step-number{
  font-size:60px;
}
.industries_we_serve h6{
  font-size:31px;
}
}
@media only screen and (max-width: 420px) {
  .home_banner_inner_block h1 {
    font-size: 2.6rem;
  }
  .build_with_us_inner_section h6{
  font-size:40px;
  line-height: 48px;
}
.outline_text9{
   font-size:36px;
  line-height: 44px;
}

}
@media only screen and (max-width: 400px) {
.industries_we_serve ul li {
    padding: 0 32px 0 15px;
}
}
@media only screen and (max-width: 379px) {
  .home_banner_inner_block h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 340px) {
.service-card h5{
  font-size:25px;
}
}

@media screen and (max-width: 1199px) and (min-width: 993px) {
  .home_banner_inner_block h1{
        font-size: 4rem;
  }
  .service-card h5{
    font-size:18px;
  }
  .toggle_div_block_right{
    text-align: center;
  }
      .toggle_div_block_left_new{
      margin-top:20px;
    }
    .industries_we_serve ul li a{
      FONT-SIZE:20PX;
    }
}
@media screen and (max-width: 994px) and (min-width: 769px) {
.home_banner_inner_block h1{
        font-size: 3rem;
  }
  .toggle_div_block_right{
    text-align: center;
  }
      .toggle_div_block_left_new{
      margin-top:20px;
    }
    .industries_we_serve ul li{
    padding: 0 25px;
}
.industries_we_serve ul li a{
  FONT-SIZE:18PX;
}
}
