.footer-0{
    position: fixed;
    bottom:0;
    width:100%;
}
.webservice-content{
    line-height: 34px;
}
.process-content{
    line-height: 31px;
}
.web-bg{
   
        background-image: url("../images/shape_bg_45.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }

      .web-bg1{
   
        background-image: url("../images/123.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }


.sphere{
    font-size: 3.444rem;

width: 2.6em;

height: 2.6em;

line-height: 2.6em;

text-align: center;

-webkit-border-radius: 50%;

-ms-border-radius: 50%;

border-radius: 50%;

-webkit-box-shadow: 0px 24px 51px 0px #eaeaed;

-ms-box-shadow: 0px 24px 51px 0px #eaeaed;

box-shadow: 0px 24px 51px 0px #eaeaed;
background-color: #fff;
z-index:2;
position:relative;
}

@media(min-width:768px){
    .line::before{
        content: '';
    
    font-size: 3.444rem;
    
    width: 91%;
    
    height: 0;
    
    border-top: 1px dashed #ec5627;
    
    position: absolute;
    
    top: 1.7em;
    
    left: 50%;
    
    z-index: 1;
    transform: rotate(10deg);
    }

    .line1::before{
        content: '';
    
    font-size: 3.444rem;
    
    width: 91%;
    
    height: 0;
    
    border-top: 1px dashed #ec5627;
    
    position: absolute;
    
    top: 1.7em;
    
    left: 50%;
    
    z-index: 1;
    transform: rotate(-10deg);
    }
    


}




.smalltxt::before{
    content: '';

display: inline-block;

vertical-align: middle;

background-color: #ec5627;

width: 2.278rem;

height: 4px;

margin-right: 1.111rem;

margin-bottom: 0.2em;
}

.smalltxt{
    font-size: 15px;

line-height: 1.8em;

font-weight: 600;

font-style: normal;

text-transform: uppercase;

letter-spacing: 0.1em;
}

.font-2{
    font-size: 1.9em;
}

.img-p30{
    padding:25%;
}

.bg1{
    background-image: linear-gradient(to bottom right, #fdead2, #ec5627);
    /* background-color: #ec5627; */
}

.ptb-50{
    padding:5% 0% 5% 0%;
}