.board-container {
    margin-bottom: 40px;
}
.industry-banner{
    width: 40%;
    float: left;
    height: 700px;
    padding: 2% 2% 2% 4%;
}



.service-banner{
    width: 40%;
    float: right;
    height: 400px;
    padding: 2% 4% 2% 2%;
}

.industry-img{
    width: 100%;
    height: 100%;;
    background-repeat: no-repeat;
    background-position: center;
}

.service-img{
    background-repeat: no-repeat;
    background-position: bottom;

}


.single-solution {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-img-container {
    width: 50%;
    padding-top: 5%;
    float: left;
    padding-left: 10%;

}

.heading-big {
    text-align: left;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.blog-heading {
    padding-left: 4%;

}

.service-single-img {
    float: left;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-desc-container {
    width: 50%;
    float: left;
}

.service-desc-heading {
    font-size: 50px;
    font-weight: bold;
}

.service-desc-sub-head {
    font-size: 30px;
}

.service-line {
    width: 50%;
    height: 4px;
    background: #43234c;
    margin-top: 10px;
}

.service-desc {
    margin-top: 20px;
}

.single-usp {
    position: relative;
    width: 25%;
    height: 200px;
    float: left;

}

.usp-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;

}

.usp-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #43234c;
    opacity: 0.7;
    z-index: 1;
    top: 0;
}

.usp-text {
    color: white;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25%;
    padding: 0 20px;
    text-align: center;
    top: 0;
    width: 100%;
    height: 75%;
}

.usps-container {
    margin-bottom: 20px;
}

.usp-icon{
    width: 25px;
    height: 25px;
    float: left;
    background-size: contain;
    margin-right: 10px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1024px ) {
    .service-heading{
        text-align: right;
        padding-right:4% ;
    }

    .usp-all-service{
        width: 60% !important;
        padding: 2% 2% 2% 4%;
    }
    .single-usp-desc-img {
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        height: 100%;
        width: 40%;
        float: left;
    }

    .single-usp-desc-txt {
        float: left;
        width: 60%;

    }

    .clients-tabs {
        width: 50%;
        margin: 2% 25% 2% 25%;
    }

    .clients-tabs .tab.selected {
        background: #43234c !important;
        color: white !important;
    }

    .clients-tabs .tab.selected a {
        color: white !important;
    }

    .clients-tabs .tab {
        padding: 10px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
        width: 32.5%;
        margin: 0 0.25%;
        font-size: 35px;
    }

    .clients-tabs .tab {
        color: #43234c !important;
        background: white;
    }

    .clients-tabs .tab a {
        color: #43234c !important;
    }

    .country-content {
        /*padding: 2%;*/
    }

    .associate-slider {
        width: 100%;

    }

    .we-build-big-txt {
        width: 12%;
        float: left;
        line-height: 60px;
        font-size: 70px;
        color: #43234c !important;


    }

    .we-build-txt-container {
        background: #e8dcea;
        padding: 2%;
    }

    .we-build-other-txt {

        width: 88%;
        float: left;
        color: #43234c;
        padding-left: 15px;

    }

    .wrap-txt-css {
        color: #43234c !important;
        text-align: justify;
    }

    .usps {
        background: white;
    }

    .single-usp-service {
        /*margin-bottom: 30px;*/
        border-top: 1px solid;
        padding: 5px 0px;
    }

    .single-usp-heading {
        font-size: 20px;
        padding: 12px;

    }

    .single-usp-desc {
        padding: 0% 2%;
        background: #43234c;
        color: white !important;
        padding-bottom: 20px;
        position: relative;
        display: none;
    }


    .single-usp-txt {
        float: left;
        font-weight: bold;
        /*width: 30%;*/
    }

    .single-usp-line {
        /*width: 65%;*/
        /*border: 1px solid;*/
        float: left;
        margin-top: 15px;
    }

    .single-usp-plus {
        float: right;
        line-height: 25px;
        cursor: pointer;
        font-size: 50px;
        display: none;
    }
    .usps-all{
        width: 56%;
        float: left;
        padding-top: 2%;
    }
}

@media only screen and (max-width: 1023px) {
    .usp-text {
        font-size: 16px;
        margin-top: 30%;
    }


    .who-we-heading {
        font-size: 30px;
    }

    .pfm-txt-content {
        text-align: justify;
    }

    .service-img-container {
        width: 25%;
        padding-left: 0;
    }

    .service-single-img {
        width: 100%;
    }

    .service-desc-container {
        width: 75%;
        padding: 5%;
    }

    .service-desc-heading {
        font-size: 40px;
    }

    .service-desc-sub-head {
        font-size: 25px;
    }

    .single-solution {
        padding: 0 0 20px 0;
    }

    .solutions-manager-container {
        margin-top: 40px;
    }

    .single-usp {
        width: 50%;
        height: 150px;
    }

    .single-usp-desc-img {
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        height: 100%;
        width: 40%;
        float: left;
    }

    .single-usp-desc-txt {
        float: left;
        width: 60%;

    }

    .clients-tabs {
        width: 100%;
        margin: 2% 2% 2% 2%;
    }

    .clients-tabs .tab.selected {
        background: #43234c !important;
        color: white !important;
    }

    .clients-tabs .tab.selected a {
        color: white !important;
    }

    .clients-tabs .tab {
        padding: 3px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
        width: 32.5%;
        font-size: 25px;
    }

    .clients-tabs .tab {
        color: #43234c !important;
        background: white;
    }

    .clients-tabs .tab a {
        color: #43234c !important;
        font-size: 20px;
    }

    .country-content {
        /*padding: 2%;*/
    }

    .associate-slider {
        width: 100%;

    }

    .we-build-big-txt {
        width: 35%;
        float: left;
        line-height: 50px;
        font-size: 50px;
        color: #43234c !important;

    }

    .we-build-txt-container {
        background: #e8dcea;
        padding: 2%;
    }

    .we-build-other-txt {

        width: 88%;
        float: left;
        color: #43234c;
        padding-left: 15px;

    }

    .wrap-txt-css {
        color: #43234c !important;
        text-align: justify;
    }

    .usps {
        background: white;
        margin-top: 20px;
    }

    .single-usp-service {
        margin-bottom: 0px;
    }

    .single-usp-heading {
        color: #43234c;
        font-size: 25px;
        padding: 20px;
        /*margin-top: 20px;*/

    }

    .single-usp-desc {
        padding: 0% 2%;
        background: #43234c;
        color: white !important;
        padding-bottom: 20px;
        position: relative;
        display: none;
    }


    .single-usp-txt {
        float: left;
        width: 85%;
        font-size: 20px;
        font-weight: bold;
        color: black;
    }

    .single-usp-line {
        width: 0%;
        border: 1px solid;
        float: left;
        margin-top: 15px;
        display: none;
    }

    .single-usp-plus {
        float: right;
        line-height: 25px;
        cursor: pointer;
        font-size: 30px;
        display: none;
    }
    .heading-big{
        margin-top: 0;
    }
    .industry-banner{
        width: 100%;
        height: 300px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .single-usp-service {
        /* margin-bottom: 30px; */
        border-top: 1px solid;
        padding: 5px 0px;
        margin: 0 10px;

    }
    .usps-all{
        width: 100%;
        float: left;
        padding-top: 2%;
    }
    .industry-img{
        background-position: center;
    }
    .service-banner{
        width: 100%;
        height: 300px;
        padding: 20px;
        margin-bottom: 20px;
    }
    .service-img{
      background-position: center;
    }

}