
  /* ----Tech stack section start------- */
  .tect_stack_section .tech_bxnw.tech_bxnw_nt {
    -webkit-mask-image: unset;
  }
  
  .tect_stack_section #techstack_tab::before,
  .tect_stack_section #techstack_tab::after {
    display: none;
  }
  
  .tech_bxnw .slick-track,
  .tech_bxnw .slick-list {
    width: 100%;
    min-width: 100%;
  }
  
  .tect_stack_section #techstack_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #ABABAB;
  }
  
  .tect_stack_section .tech_sngl figure {
    width: 105px;
    height: 105px;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 14px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center
  }
  
  .tect_stack_section .tech_sngl h4 {
    text-align: center;
    margin-top: 5px;
  }
  
  .tect_stack_section .nav-pills .nav-link.active,
  .tect_stack_section .nav-pills .show>.nav-link {
    background-color: unset;
  
  }
  
  .tect_stack_section .nav-link p {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 900;
    margin: 0;
  }
  
  .tect_stack_section .tab-content>.tab-pane {
    display: block !important;
  }
  
  .tect_stack_section .tab-content .tab-pane {
    top: 0;
    opacity: 0;
    height: 0;
    transition: unset;
  }
  
  .tect_stack_section .tab-content .tab-pane.active {
    top: auto;
    opacity: 1;
    height: auto;
    transition: unset;
  }
  
  .tect_stack_section .nav-pills .nav-link {
    border: 2px solid transparent !important;
    background: unset !important;
    transition: unset !important;
  }
  
  .tect_stack_section .nav-pills .nav-link.active {
    border-bottom: 2px solid #00649E !important;
    border-radius: unset;
    transition: unset !important;
  }
  
  .tect_stack_section .tech_bxnw {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    opacity: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
  }
  
  .tect_stack_section .tab-content {
    padding-top: 40px;
  }
  
  .tect_stack_section .tech_us::after {
    content: unset;
  }
  
  .tect_stack_section .d_flx.tech_us {
    margin-top: 50px;
  }
  
  /* ------Tech stack section end------ */

