.text-justify-p{
    text-align: justify;
    color: #000;
}
.text-justify{
    text-align: justify;
}
.ptb--70{
    padding: 100px 0;
}
.rs-services-content .rs-services-descrip p{
    color: #000;
}
.rs-why-choose-content-inner .content-box{
    border: 1px solid #fff;
    padding: 30px 20px;
    border-radius: 10px;
}
.sa-bg1 {
    position: relative;
    z-index: 1;
}
.sa-bg1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/png-bg/pic1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .1;
    z-index: -1;
}
.bg1 {
    background: url(../images/png-bg/pic3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg2 {
    background-image: linear-gradient(rgba(207, 207, 207, 0.8), rgba(224, 224, 224, 0.8)), url(../images/png-bg/pic2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rs-work-step-item .rs-work-step-descrip p{
    color: #000;
}
.contact-detail p{
    background-color: #000;
    padding: 0 10px;
    border-radius: 50px;
}
@media only screen and (min-width:1024px){
    .rs-why-choose-content-inner{
       width: 95% !important;
    }
}
@media only screen and (max-width:1024px){
    .rs-why-choose-content-inner{
       width: 100% !important;
    }
}
@media only screen and (max-width:1199px){
    .ptb--70{
        padding: 80px 0;
    }
    .rs-why-choose-three .rs-why-choose-bg-thumb{
        width: 100%;
    }
    .rs-why-choose-three .rs-why-choose-btn-wrapper{
        display:none;
    }
}
@media only screen and (max-width:991px){
    .ptb--70{
        padding: 60px 0;
    }
    .rs-header-logo img {
        max-width: 170px;
    }
}
@media only screen and (max-width:700px){
    .ptb--70{
        padding: 40px 0;
    }
    .rs-about-thumb img{
        display:none;
    }
    .rs-about-ten .rs-about-wrapper {
        gap: 0px 0px;
    }
    .rs-header-logo img {
        max-width: 140px;
    }
    .rs-header-one .rs-header-logo-wrapper {
        width: 161px;
    }
    .width-on-mob{
        width: 60px !important;
    }
}