.pageshomesection {
    height: 60vh;
    background-color: #FBDE7A;
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.servicewebsection {
    height: 60vh;
    background-color: rgba(252, 127, 26, 0.4);
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgserviceweb {
    background-color: rgba(252, 127, 26, 0.4);
}
.serviceuiuxsection {
    height: 60vh;
    background-color: #FDF1EE;
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgserviceuiux {
    background-color: #FDF1EE;
}
.servicemobilesection {
    height: 60vh;
    background-color: #E3C3E9;
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgservicemobile {
    background-color: #E3C3E9;
}
.servicedigitalmarketingsection {
    height: 60vh;
    background-color: rgba(255, 199, 39, 0.6);
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgservicedigitalmarketing {
    background-color: rgba(255, 199, 39, 0.6);
}
.servicecloudsection {
    height: 60vh;
    background-color: #EEFFB2;
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgservicecloud {
    background-color: #EEFFB2;
}
.servicebrandsection {
    height: 60vh;
    background-color: #9393E8;
    background-image: url("/images/bg.png"), url("/images/bg1.png");
    background-position: bottom right, top right;
    background-size: 130px, auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bgservicebrand {
    background-color: #9393E8;
}

.location {
    background-image: url("/images/rightlocation.png"), url("/images/leftlocation.png");
    background-position: right -20px top 30px, left -20px top 30px;
    background-repeat: no-repeat;
}
.phone {
    background-image: url("/images/rightphone.png"), url("/images/leftphone.png");
    background-position: right -20px top 30px, left -20px top 30px;
    background-repeat: no-repeat;
}
.online {
    background-image: url("/images/rightonline.png"), url("/images/leftonline.png");
    background-position: right -20px top 30px, left -20px top 30px;
    background-repeat: no-repeat;
}

.contactbg{
    background-image: url("/images/right.png"), url("/images/leftred.png");
    background-position: right, left 0 top 20%;
    background-size: 100px, 80px;
    background-repeat: no-repeat;
}

.aboutrow1 {
    background-image: url("/images/left.png");
    background-position: left;
    background-size: 100px;
    background-repeat: no-repeat;
}
.aboutrow2 {
    background-image: url("/images/leftred.png"), url("/images/right.png");
    background-position: top 50px left 0, top -40px right 0;
    background-size: auto, 140px;
    background-repeat: no-repeat;
}
.aboutrow3 {
    background-image: url("/images/left.png"), url("/images/rightyellow.png");
    background-position: bottom 0 left 0, top -40px right 0;
    background-size: 100px, 200px;
    background-repeat: no-repeat;
}