@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*==================== resect-css =============================*/
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img{
    max-width: 100%;
  }
  html {
    box-sizing: border-box;
  }
  a{
    text-decoration: none!important;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  .container{
    /*width: 1170px;*/
    margin: 0 auto;
    display: block;
  }
  section{
    width: 100%;
    display: inline-block;
  }

/*================== header-section ===========================*/
  .header-section{
    background-color: #001931;
  }
  .main-head{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .login-btn a{
    border: 1px solid #fff;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
  }
  .login-btn a:hover{
    color: #fff;
  }

/*================== enterprice-section ===================*/
  .enterprice-section{
    padding: 120px 0;
    background-color: #F5F9FA;
  }
  .enterprice-data h1{
    font-size: 45px;
    color: #3d849a;
    font-weight: 600;
  }   
  .enterprice-last-head{
    font-size: 50px;
    /*background: azure;*/
    /*padding: 10px 0;*/
  }
  .enterprice-last-head span{
    color: #4BD56E;
  }

/*=========================== managment-section ======================*/
  .managment-info{
    background-color: #000;
    padding: 100px 0;
  }

/*=========================== work-flow-section ======================*/
  .work-flow-section{
    background-color: rgba(55,99,239,.1);
    padding: 120px 0;
  }
  .work-flow-box{
    background: white;
    padding: 35px;
    min-height: 100%;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  .work-flow-box span{
    font-size: 30px;
  }
  .work-flow-box label{
    padding: 30px 45px;
    border-radius: 50%;
    background-color: #001931;
    color: white;
    font-size: 40px;
    margin-bottom: 50px;
  }
  .work-flow-box-list ul li{
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
  }
  .work-flow-box-list ul li i{
    margin: 0 10px 0 0;
  }
  .work-flow-box-list{
    margin: 0 auto;
    display: table;
  }

/*=========================== Identify-section =======================*/
  .identify-section{
    padding: 120px 0;
    background-color: #F5F9FA;
  }
  .identify-right h1{
    font-size: 3rem;
    font-weight: 600;
  }
  .identify-right h1 span{
    color: #3d849a;
  }
  .identify-right{
    padding-left: 80px;
  }
  .identify-right p{
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 300;
  }
  .identify-last-data span{
    font-size: 1.2rem;
    font-weight: 600;
  }
  .identify-last-data h4{
    font-weight: 300;
  }

/*=========================== tab-section ==================*/
  .mb-tab-slider{
    display: block;
  }
  .mb-slider-section{
    display: none;
  }
  .tab-img-section{
    padding: 120px 0;
    background-color: #F5F9FA;
  }
  .tabbing-title{
    margin-bottom: 50px;
  }
  .nav-tabs{
    border-bottom: 2px solid red;
  }
  li.nav-item{
    width: 20%;
    display: inline-block;
  }
  .nav-tabs .nav-item a.nav-link{
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 23px;
    border: 0px solid transparent;
  }
  .nav-tabs .nav-item a.nav-link.active{
    border: 0px solid transparent;
    border-bottom: 5px solid red;
    color: #001931;
  }
  .item-box{
    margin: 0 3px 6px;
    background-color: rgba(224, 225, 235, 0.23);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  }
  .item-box-5{
    max-width: 87%;
  }
  .item-box img{
    width: 50%;
  }
  .detail-items{
    max-width: 100%;
    margin: 0 auto;
    display: none;
  }
  .detail-items.active{
    display: block;
  }
  .tab-data-list{
    padding: 40px;
    width: 50%;
  }
  .tab-data-list span{
    margin: 66px auto 0;
    display: table;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
  }
  .tab-data-list ul li{
    padding: 10px 0;
    line-height: 1.9rem;
    font-size: 20px;
    display: flex;
  }
  .tab-data-list ul li i{
    margin: 0 10px 0 0;
  }

/*=========================== Transaction-section ==================*/
  .transaction-section{
    background-color: #171B1C;
    padding: 120px 0;
  }
  .transaction-left h1{
    font-size: 4.66rem;
    color: #3d849a;
  }
  .transaction-left p{
    font-size: 1.5rem;
    line-height: 27px;
  }

/*=========================== industries-section ==================*/
  .industries-section{
    background-color: rgba(55,99,239,.1);
    padding: 70px 0px;
    text-align: center;
  }
  .industries-section h1{
    font-size: 30px;
  }
  .slider-info{
    margin: 50px 0 0 0;
  }
  .slider-info img{
    margin: 0 auto;
    text-align: center;
  }
  .slider-info span{
    display: inline-block;
    margin-top: 10px;
  }

/*=========================== contact-section ==================*/
  .contact-us-section{
    background-color: #001931;
    padding: 120px 0;
  }
  .contact-details{
    border-radius: 50px;
    padding: 50px 0;
  }
  .contact-head{
    text-align: center;
  }
  .contact-head h1{
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
  }
  .contact-from-data{
    text-align: center;
  }
  .contact-from-data input, .contact-from-data textarea{
    width: 50%;
    border-radius: 10px;
    margin: 7px 0px;
    padding: 15px 30px;
    border: 1px solid #fff;
  }
  textarea#message {
    padding: 15px 30px 70px;
    margin: 7px 0 0 0;
  }
  input#nextmail {
    width: 20%;
    background-color: #3863f0;
    color: #fff;
    border: none;
  }
  textarea:focus, input:focus{
    outline: none;
  }
  textarea:focus, input:focus{
    outline: none;
  }

/*=========================== footer-section ==================*/
  .footer-section{
    background: #d2ecec;
    padding: 100px 0;
    text-align: center; 
    background-color: #25262A;
    color: #fff !important;
  }
  .footer-info h3{
    color: #fff;
    font-size: 24px;
  }
  .last-footer{
    background-color: #F5F9FA;
  }
  .last-footer span{
    color: #4BD56E;
  } 
  .last-footer p{
    font-size: 40px;
    font-weight: 700;
  }


/*=========================== responsive-design ==================*/

  @media screen and (max-width: 1199px){
    .enterprice-data h1{
      font-size: 35px;
    }
    .enterprice-last-head{
      font-size: 40px;
    }
    .work-flow-box-list ul li{
      display: flex;
    }
    .identify-right{
      padding: 0;
    }
    .nav-tabs .nav-item a.nav-link{
      font-size: 14px;
      line-height: 18px;
    }
    .contact-details{
      padding: 0;
    }
    .last-footer p{
      font-size: 37px;
    }
    .form-left{
      border: none !important;
    }
  }

  @media screen and (max-width: 991px){
    .enterprice-section, .work-flow-section, .identify-section, 
    .transaction-section, .tab-img-section, .contact-us-section{
      padding: 100px 0;
    }
    .enterprice-data h1{
      font-size: 29px;
    }
    .enterprice-last-head{
      font-size: 30px;
    }
    .managment-data span{
      font-size: 15px;
    }
    .identify-last-data span{
      font-size: 1.6rem;
    }
    .identify-last-data h4{
      font-size: 20px;
      line-height: 24px;
    }
    .identify-right p{
      line-height: 1.4;
      font-size: 1.4rem;
    }
    .work-flow-box label{
      padding: 10px 20px;
      font-size: 25px;
      margin-bottom: 20px;
    }
    .work-flow-box{
      padding: 35px 15px;
    }
    .work-flow-box span{
      font-size: 25px;
    }
    .work-flow-box-list ul li{
      padding: 7px 0;
      font-size: 14px;
    }
    .transaction-left h1{
      font-size: 3.5rem;
    }
    .transaction-left p{
      font-size: 1.2rem;
    }
    .contact-from-data input, .contact-from-data textarea{
      width: 70%;
    }
    input#nextmail{
      width: 35%;
    }
    .last-footer p{
      font-size: 27px;
    }
  }

  @media screen and (max-width: 575px){
    .login-btn a{
      padding: 8px 40px;
      font-size: 15px;
    }
    .login-btn{
      padding-right: 0!important;
    }
    .contact-from-data input, .contact-from-data textarea{
      width: 100%;
    }
    .enterprice-section, .managment-info, .work-flow-section, .identify-section, 
    .transaction-section, .tab-img-section, .contact-us-section, .footer-section, .industries-section{
      padding: 70px 0;
    }
    .enterprice-box{
      margin-bottom: 45px !important;
    }
    .enterprice-box span{
        margin-top: 12px !important;
    }
    .enterprice-last-head{
      margin-bottom: 25px !important;
    }
    .enterprice-data h1{
      font-size: 26px;
      line-height: 30px;
    }
    .enterprice-last-head{
      font-size: 30px;
      line-height: 32px;
    }
    .managment-mb-info{
      margin-bottom: 60px;
    }
    .managment-data span{
      width: 100%;
      margin-top: 10px !important;
    }
    .work-flow-box-list{
      margin-top: 0 !important;
    }
    .work-flow-box span{
      margin-bottom: 10px !important;
    }
    .work-flow-box-info{
      margin: 20px 0;
    }
    
    /*-------------mobile-slider-------------*/
    .mb-tab-slider{
      display: none;
    }
    .mb-slider-section{
      display: block;
      background-color: #F5F9FA;
    }
    .mb-slider-section{
      padding: 80px 0;
    }
    .mb-slider-tab-section-data p{
      font-size: 23px;
      line-height: 26px;
      font-weight: 600;
      background-color: #fff;
      border-bottom: 3px solid red;
    }
    .mb-tab-data-list{
      line-height: 20px;
    }
    .mb-tab-data-list ul li{
      display: flex;
      line-height: 25px;
      padding: 10px 0;
    }
    .identify-right h1{
      font-size: 30px;
    }
    .identify-right p{
      font-size: 1rem;
    }
    .identify-last-data span{
      font-size: 1.2rem;
      margin-bottom: 0px !important;
    }
    .identify-last-data{
      margin-bottom: 18px;
    }
    .identify-last-data h4{
      font-size: 15px;
      line-height: 30px;
    }
    .identify-mb{
      margin-top: 30px;
    }
    .transaction-left h1 {
      font-size: 2.8rem;
    }
    .transaction-left p{
      font-size: 1rem;
      line-height: 22px;
    }
    .transaction-right{
      margin-top: 35px;
    }
    .transaction-right img{
      width: 50%;
    }
    input#nextmail{
      width: 60%;
    }
    .contact-head h1{
      font-size: 22px;
      line-height: 24px;
    }
    .contact-from-data input, .contact-from-data textarea{
      padding: 10px 30px;
    }
    .last-footer p{
      font-size: 22px;
      line-height: 28px;
    }
    .footer-head-mb-box1{
      margin-bottom: 60px;
    }
    .footer-mb-inner-data{
      margin-bottom: 40px !important;
    }
  }