.list-pl-20 {
    display: block;
    list-style: disc;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

p, li, a, span {
    letter-spacing: 0px;
}

.section_heading .heading-light, .section_heading .content-light {
color: #ffffff;
}

.testimonial .client_thumb li {
    display: inline-block;
    width: 120px;
    text-indent: inherit;
    height: 120px;
    border: none;
    margin: 0 3px;
    border-radius: 10%;
    overflow: hidden;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.testimonial_section {
    background-image: url(../img/testimonial-bg-parts.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
}

.counter_section {
    background-image: url(../img/counter-bg-office.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.padding {
    padding: 120px 0;
}