@charset "utf-8";
body{
    background-image: url(../img/requestwise/wall.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat-y;
}
.jumbo{
    background-image: url(../img/requestwise/jumbo-img.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
}
.jumbo-1{
    background-image: url(../img/requestwise/jumbo-img-1.png);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-2{
    background-image: url(../img/requestwise/jumbo-img-2.png);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-3{
    background-image: url(../img/requestwise/jumbo-img-3.png);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-4{
    background-image: url(../img/requestwise/jumbo-img-4.png);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.jumbo-5{
    background-image: url(../img/requestwise/jumbo-img-5.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.body-back{
    background-color: hsla(0,0%,100%,0.00);
    
}
.color   {
    background-color: hsla(235,100%,50%,1.00);
    border-left: 10px solid hsla(188,100%,50%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-size: 18px;
}
.color-mainte{
    background-color: hsla(121,100%,21%,1.00);
    border-left: 10px solid hsla(108,100%,50%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-size: 18px;
}
.color-service{
    background-color: hsla(30,100%,50%,1.00);
    border-left: 10px solid hsla(54,100%,50%,1.00);
    color: hsla(0,0%,100%,1.00);
    font-size: 18px;
}
.sub-title-maker{
    font-size: 23px;
    font-weight: bolder;
    background-image: url(../img/requestwise/dot-1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.sub-title-mainte{
    font-size: 23px;
    font-weight: bolder;
    background-image: url(../img/requestwise/dot-3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.sub-title-service{
    font-size: 23px;
    font-weight: bolder;
    background-image: url(../img/requestwise/dot-4.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.point li{
    font-size: 30px;
    background-image: url(../img/requestwise/dot-3.png);
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 60px;
    background-position: 0 4px;
}
.line{
    line-height: 180%;
}
.back-color{
    background-color: hsla(0,0%,100%,0.55);
    background-repeat: repeat;
}
.point-color-b{
    background-color: hsla(216,100%,50%,0.13);
}
.point-color-g{
    background-color: hsla(111,100%,20%,0.13);	
}
.point-color-o{
    background-color: hsla(22,100%,50%,0.10);	
}
.font-c-w{
    color: hsla(0,0%,100%,1.00);	
}
.padding-top-70{

    padding-top: 140px;
}
