.location-banner {
    position: relative;
}

.inner-content{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-content{
    text-align: center;
}
.banner-content span {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    background: rgb(255 255 255 / 12%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;

}
.banner-content span img {
    width: 20px;
    height: 20px;
}
.location-about-sec {
    padding: 80px 0;
    position: relative;
}
    .location-about-sec .capability-vector {
        width: 20%;
        bottom: 0;
        top: 30%;
    }
.progress-card:nth-child(6){
    top: 130px;
}
.location-process .seoelement-box .h4 img {
    width: 10px;
    height: 10px;
}
.location-process .progress-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.location-process .progress-card .seoelement-box .h4{
    color: #fff;
}
.location-contact .contact-address-text h2{
    margin-bottom: 0;
}
.location-contact .contact-address-text h2:before{
    display: none;
}
.location-contact .contact-address-text .default-btn.grey-btn {
    margin-top: 30px;
}
    .location-contact .contact-map {
        width: 26%;
        left: 17%;
    }
    .location-about-sec .about-content .heading {
    font-size: 30px;
    font-weight: 400;
        margin-bottom: 30px;
}
.location-about-sec .about-content .default-btn.grey-btn {
    margin-top: 30px;
}
.location-digital-advertise .heading {

    margin-bottom: 30px;
}
.location-digital-advertise .digiadd-feature span {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.location-case-studies .star-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
.location-case-studies .content-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
        background: rgb(153 153 153 / 8%);
    border-radius: 20px;
    padding: 20px;
    margin: 20px 0;
}
.location-case-studies .content-inner .star-heading {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.case-study-usp {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.case-study-usp .usp-inner span {
    font-size: 45px;
}
.case-study-usp .usp-inner {
    margin-right: 60px;
}
.location-case-studies .content .heading{
    margin-bottom: 10px;
}