.board-container {
    margin-bottom: 40px;
}

.slider-nav-testimonials {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.left-nav-clients {
    left: 0;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.right-nav-clients {
    right: 0;
    top: 80px;
    position: absolute;
    cursor: pointer;

}

.owl-item.active.target .single-client-img {
    height: 150px;
}

.client-bg {
    background-position: center;
}

.partners-container{
    background-position:center ;
    position: relative;
}

.partners-bg{
    width: 100%;
    height: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    z-index: 10;
    top:0;
}

.client-name {
    text-align: left;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0d84bc;
}
.client-desc{
    font-size: 20px;
    line-height: 30px;
    color: black;
    text-align: justify;
}

.partners-data-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: white;
    opacity: 0.7;
    left: 0;
    z-index: 15;
}


@media screen and (min-width: 1024px ) {

    .pfm-manager-heading {
        font-size: 60px;
        z-index: 20;
        position: relative;
        font-weight: normal;
        margin: 0;
    }

    .clients-txt-content {
        font-size: 20px;
        color: black;
        text-align: justify;
        margin-bottom: 40px;
        z-index: 20;
        position: relative;

    }

    .pfm-txt-img-container {
        padding: 2%;
        position: relative;
    }

    .pfm-img-container {
        height: 300px;
        width: 30%;
        float: left;
        position: relative;
        padding-left: 5%;

    }

    .pfm-dummy-img {
        width: 30%;
        height: 100%;
        background: #0d84bc;
        position: absolute;
        z-index: -1;
        top: 100px;
    }

    .pfm-img-data {
        width: 80%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 40px;
        margin-left: 15%;
    }

    .pfm-txt {
        width: 70%;
        float: left;
        padding: 20px 0 20px 40px;
        text-align: justify;
        font-size: 18px;
    }

    .segment-demo {
        width: 100%;
        height: 250px;
        position: relative;
        background-position: center;
        background-size: cover;
        margin-top: 50px;
    }

    .demo-overlay {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        background: white;
        opacity: 0.85;
    }

    .demo-content {
        position: relative;
        z-index: 2;
        top: 75px;
    }

    .demo-txt {
        font-size: 18px;
        text-align: center;
    }

    .pfm-final-txt {
        font-size: 18px;
        margin-bottom: 50px;
        text-align: justify;
    }

    .get-demo-btn {
        text-align: center;
        margin-top: 20px;
    }

    .get-demo-span {
        background: #0d84bc;
        font-size: 20px;
        color: white;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 10px;
    }

}

@media only screen and (max-width: 1023px) {

    .pfm-manager-heading {
        font-size: 35px;
        margin-top: 20px;
        z-index: 20;
        position: relative;
        font-weight: normal;
        margin: 0;
        /*text-align: center;*/
    }

    .clients-txt-content {
        font-size: 20px;
        color: black;
        text-align: justify;
        margin-bottom: 20px;
        position: relative;
        z-index: 20;

    }

    .pfm-txt-img-container {
        padding: 2%;
        position: relative;
    }

    .pfm-img-container {
        height: 300px;
        width: 100%;
        float: left;
        position: relative;

    }

    .pfm-dummy-img {
        width: 30%;
        height: 100%;
        background: #0d84bc;
        position: absolute;
        z-index: -1;
        top: 100px;
    }

    .pfm-img-data {
        width: 80%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 40px;
        margin-left: 15%;
    }

    .pfm-txt {
        width: 100%;
        float: left;
        text-align: justify;
        font-size: 18px;
        margin-top: 120px;
    }

    .segment-demo {
        width: 100%;
        height: 250px;
        position: relative;
        background-position: center;
        background-size: cover;
        margin-top: 50px;
    }

    .demo-overlay {
        width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
        background: white;
        opacity: 0.85;
    }

    .demo-content {
        position: relative;
        z-index: 2;
        top: 75px;
    }

    .demo-txt {
        font-size: 18px;
        text-align: center;
    }

    .pfm-final-txt {
        font-size: 18px;
        margin-bottom: 50px;
        text-align: justify;
    }

    .get-demo-btn {
        text-align: center;
        margin-top: 20px;
    }

    .get-demo-span {
        background: #0d84bc;
        font-size: 20px;
        color: white;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 10px;
    }

    .content-desc-container {
        padding: 4%;
    }

}