/*---------- About us Css Start ---------- */

.para_text {
    background-color: #f7f7f7;
    border-top: 1px solid #09bd8f;
    padding: 3%;
    text-align: justify;
    color: #787878;
}
/* ---------- After Css Start ---------- */

.para_text:after {
    content: " ";
    display: block;
    position: relative;
    top: 46px;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 0 inset rgba(255, 255, 255, 0);
    border-right: 25px inset rgba(255, 255, 255, 0);
    border-top: 30px solid #f7f7f7;
}
/* ---------- //After Css End ---------- */



.martop1 {
    margin-top: 2%;
}

.media-heading {
    padding-top: 7%;
}

.pad-top7 {
    padding-top: 7px;
}
/* ---------- Progress bar Css ---------- */


.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}
/* ---------- //Progress bar Css End ---------- */

@media(max-width: 750px) {
    .para_text:after {
        top: 39px;
        left: 30%;
        border-top: 30px solid #f7f7f7;
    }
}
/*---------- //About us Css End ---------- */
