/** clients-section **/
.clients-section {
    position: relative;
    padding-bottom: 100px;
}

.clients-section .top-title {
    margin-bottom: 87px;
}

.clients-section .image-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}/** fact-counter **/
.fact-counter {
    position: relative;
    padding: 80px 0px;
}

.fact-counter .counter-block {
    position: relative;
    display: block;
    text-align: center;
}

.fact-counter .counter-column:last-child .counter-block:before {
    display: none;
}

.fact-counter .counter-block .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 3px;
}

.fact-counter .counter-block .text {
    position: relative;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}