
    body {
        font-weight: 500;
        color: #333;
        background: #fff;
    }

    p {
        line-height: 30px;
    }
    .breadcrumb {
        background: var(--main-color);
        padding: 15px 0px;
        margin-bottom: 30px;
    }
    .section-margin {
        margin: 50px 0px;
    }
    .bg_gray {
        background: #f7fbff;
        padding: 30px 0px;
    }
  

   .breadcrumb h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}  

.head_ing {
        font-size: 15px;
        color: var(--main-color);
        font-weight: 600;
        margin-top: 15px;
    }
    .main_head_ing {
        color: #000000;
        font-weight: 600;
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .p_left{
        padding-left: 70px;
    }


    .about-list {
        list-style: none;
        color: #000;
        padding: 0px;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap:15px
    }

    .about-list li {
        flex-basis: 48%;
    }
 .about-list li i{
background:var(--main-color);
 border-radius: 15px;color: #fff;padding: 3px;
   }

.service-box {
               overflow: hidden;
    margin: 17px 0px;
    box-shadow: 2px 2px 13px 1px #bce2ff;
    padding: 20px;
    background: #fff;
    height: 330px;
    transition: all 0.3s 
ease;
    position: relative;
    }
    .service-box:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.service-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    background: linear-gradient(306deg, var(--main-color), var(--secondary-color));
    border-radius: 0px 0px 0px 100%;
    padding: 15px 15px 25px 25px;
    
}
.service-icon img{
      height: 30px;    }

    .service-heading{
          line-height: 25px;
    color: #000;
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    width: 80%;
    }

 .service-list i{
        font-size: 40px;
    background: var(--main-color);
    width: 20%;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    transform: rotate(45deg);
    color: #fff;
    font-weight: 400;
       display: block;
}

.g-mt-20{
    margin-top:20px;
}

.g-mb-20{
    margin-bottom:20px;
}
.commitment{
    margin-left: -300px;
}

.commit{
    position: relative;
z-index: 1;
    margin-top: 50px;
}

.text-p{
    font-size: 19px;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px dashed #999;
    padding: 10px 0px;
}