@media (max-width: 980px){
    section.staff-banner{
        background-position: 65%;
        position: relative;
    }
    section.staff-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #00000073 50%, #ffffff00 100%);
    }
    section.staff-banner .container{
        position: relative;
    }
    section.staff-banner .col-8{
        width: 100%;
    }
    section.staff-banner .staff-cont h1{
        font-size: 42px;
        padding-top: 0;
    }
    section.staff-banner .staff-cont h1 span{
        font-size: 42px;
    }
    .step-48{
        margin-top: 30px;
    }
    section.staff-banner ul.partners{
        flex-wrap: wrap;
    }
    section.staff-banner ul.partners li{
        width: 33.3%;
    }
    .about_wrapper .col-lg-6.abt-content{
        padding-left: 0;
    }
    .about_wrapper .heading_sec{
        margin-top: 30px;
    }
    section.offerings .offer-card img{
        height: auto;
    }
    section.offerings .owl-nav{
        width: 109%;
        bottom: 54%;
        left: -4%;
    }
    section.offerings .offer-card h4{
        font-size: 19px;
    }
    .sp-process-timeline{
        display: flex;
        flex-wrap: wrap;
    }
    .sp-step{
        width: 50%;
    }
    .sp-process-timeline::before{
        display: none;
    }
    .sp-step-duration{
        margin-bottom: 40px;
    }
    section.portfolio-latest .slides .col-5{
        width: 100%;
    }
    section.portfolio-latest .slides .col-7{
        width: 100%;
    }
    section.portfolio-latest .head-sec{
        text-align: center;
    }
    section.portfolio-latest .head-sec a{
        display: none;
    }
    section.portfolio-latest .head-sec h2{
        font-size: 24px;
    }
}

@media (max-width: 540px){
    section.staff-banner{
        background-position: 69%;
    }
    section.staff-banner .staff-cont h1{
        font-size: 32px;
    }
    section.staff-banner .staff-cont h1 span{
        font-size: 32px;
    }
    section.staff-banner ul.partners li{
        width: 50%;
    }
    section.staff-banner ul.partners li img{
        width: 150px;
    }
    .about_wrapper .upper-head h2{
        font-size: 22px;
    }
    .about_wrapper .heading_sec h3{
        font-size: 19px;
    }
    .listing-serv li{
        width: 100%;
    }
    .head p{
        font-size: 14px;
    }
    section.offerings .owl-nav{
        width: 107%;
        bottom: 75%;
        left: -3%;
    }
    .sp-process h2.section-title{
        font-size: 22px;
    }
    .gradient-text{
        font-size: 22px;
    }
    .sp-step{
        width: 100%;
    }
    section.portfolio-latest .head-sec{
        padding: 30px 0;
    }
    section.portfolio-latest .head-sec h2{
        font-size: 22px;
    }
    section.portfolio-latest .portfolio-info-image img{
        height: auto;
    }
    .about-img1 img{
        height: auto;
    }
    section.portfolio-latest .owl-nav{
        right: 0;
    }
    .content-sec h4{
        font-size: 22px;
    }
}