/*about us*/
.boxa{
    width: 100%;
    text-align: center;
    border-radius: 15px;
    padding: 40px;
    border: 1px dotted #ccc;
    margin-top: 35px;
}
.bhd{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.ic{
    margin: 15px 0px 15px 0px;
    text-align: center;
    width: 100%;
}
.mg{
    padding-bottom: 55px;
     padding-top: 55px;
}
.bhd2{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
.bg_section {
    background-image: url(../aboutus/img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fafafa;
    display: flex;
    padding-bottom: 35px;
    background-color: #000;
background-color: linear-gradient(rgba(0, 0, 0, 0.527));

    justify-content: center;
    align-items: center;
    text-align: center;
}
/*servcie*/
.boxser{
      width: 100%;
    text-align: center;
    border-radius: 15px;
    padding: 40px;
    border: 1px dotted #ccc;
    margin-top: 35px;
    

}
.responsive {
  width: 100%;
  height: auto;
}
.textpg{
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;

}
.textpg h3{
   
    font-size: 18px;
    font-weight: bold;
    
}
.serbgc{
    background-color: #f2f9ee;
    padding: 25px 0px 25px 0px;
}
/*end*/
