﻿/* ------------------------------------
    11. Rs-counter
---------------------------------------*/
.rs-counter-style7 .rs-counter-list {
    display: flex;
    text-align: left;
}

    .rs-counter-style7 .rs-counter-list .icon-part {
        margin-top: 30px;
        margin-right: 25px;
    }

        .rs-counter-style7 .rs-counter-list .icon-part i:before {
            font-size: 60px;
            color: #ff3115;
        }

    .rs-counter-style7 .rs-counter-list .text-part .counter-number {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .rs-counter-style7 .rs-counter-list .text-part .counter-desc {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

.rs-counter-style8 .rs-counter-list {
    display: flex;
    text-align: left;
}

    .rs-counter-style8 .rs-counter-list .icon-part {
        margin-top: 30px;
        margin-right: 20px;
    }

        .rs-counter-style8 .rs-counter-list .icon-part i:before {
            font-size: 60px;
            color: #ff3115;
        }

    .rs-counter-style8 .rs-counter-list .text-part .counter-number {
        font-size: 45px;
        color: #212121;
        margin: 0;
        padding-bottom: 10px;
    }

    .rs-counter-style8 .rs-counter-list .text-part .counter-desc {
        font-size: 20px;
        color: #505050;
    }

/*.bg3 {
    background-image: url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}*/

.rs-counter .rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    text-align: center;
    padding: 23px;
    transition: .3s all ease;
}

    .rs-counter .rs-counter-list:hover {
        border-color: #ff3115;
    }

    .rs-counter .rs-counter-list .counter-number {
        font-size: 60px;
        color: #ffffff;
        margin-bottom: 6px;
    }

    .rs-counter .rs-counter-list .counter-desc {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 20px;
        text-transform: uppercase;
    }

.sec-title.white-text h2 {
    color: #ffffff;
}

.sec-title h2 {
    font-size: 30px !important;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sec-title.white-text p {
    color: rgba(255, 255, 255, 0.6);
}

.sec-title p {
    margin-bottom: 0;
    font-size: 16px;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

    .sec-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100px;
        background: #ff3115;
    }

    .sec-title.text-center:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
