.pillbtn{
   /* border: #000;
    border-radius: 30px;
    border: solid .25em transparent;
    border-bottom: #000 !important;*/
}

.row.lightcta.darkcta.web-cta ul li .btne{

    
    background-color: transparent;
   color: rgb(0, 0, 0);
   padding: 10px 20px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   margin: 4px 2px;
   cursor: pointer !important;
   font-size: 30px !important;
   border: 3px solid rgb(45, 13, 189) !important;
   border-radius: 32px !important;
}
.row.lightcta.darkcta.web-cta ul li .herobtns-livechat {
   
    border-radius: 31px;   
    background: #0e2d65fc;
    font-size: 20px !important;
    font-family: 'Roboto';
    text-transform: capitalize;
    border: 0 !important;
    box-shadow: 0px 0px 8px 1px #ffffff;
    font-weight: 900;
    color: #ffffff !important;
    text-transform: capitalize;
}


.navbar3 ul li {
list-style: none !important;
}


.btntext{
    
    background: none;
    display: inline-block;
    border: none !important;
    padding: 0;
    outline: none;
    font-size: 25px;
    margin: 0;
    white-space: nowrap;
    line-height: normal;
    
    color:white !important;
    
   
}
.backweb{
    padding: 0px 0;
    background:url(./img/homebanner.webp); 
    background-size: cover;
    background-color: #00000080 !important;
    background-blend-mode: overlay;

}
.headingsec{
    text-transform: capitalize;
    color: var(--theme-secondary);
    font-weight: 700 !important;
    font-family: 'Roboto', 'Verdana';
    line-height: 1.1;
    margin-top: 20px !important;
    font-size:51px  !important;
    font-weight: bold;

    letter-spacing: 1px;
}
.desc{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.list{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 16px;
    font-weight: 300;
}
  

footer ul li {
    list-style: none !important;
}

.footer-about .col-md-3:nth-child(3) {
        border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


.ourservice-footernav {
    margin-left: 0px;
    display: flex;
    gap: 19px;
    justify-content: center;
    text-transform: capitalize;
}

.service-align-footer {
    margin-top: 10px;
     text-align : center;
}

 /* Bootstrap 3 has 12 columns, so we’ll create a 2.4-column helper for 5-per-row */
  @media (min-width: 992px) {
    .col-md-2-4 {
      width: 20%;
      float: left;
    }
  }

  .partner-img {
    margin: 15px auto;
    max-height: 120px;
    width: auto;
    transition: all 0.3s ease;
  }

  .partner-img:hover {
    transform: scale(1.05);
  }

  @media (max-width: 991px) {
    .partner-img {
      max-height: 95px;
      margin: 12px auto;
    }
  }

  @media (max-width: 767px) {
    .partner-img {
      max-height: 85px;
      margin: 10px auto;
    }
  }

  @media (max-width: 480px) {
    .partner-img {
      max-height: 70px;
    }
  }


.ico-im-ab {
    width: 40%;
} 

.hero-section {
    padding: 0px 0px !important;
}

.hero-content {
        padding-bottom: 50px;
}


