/*
 *
 *    [Table of contents]
 *
 *    Summary:
 *
 *    1. Counter 1
 *    2. Counter 2
 *    3. Responsive
 *
 *
 *
 */


/*----------  1. Counter 1  ----------*/
    .slz-counter-item-1 {
        color: #fff;
        text-align: center;
        position: relative;
    }

    .slz-counter-item-1:before {
        content: '';
        position: absolute;
        top: -45px;
        left: 50%;
        width: 220px;
        height: 220px;
        opacity: 0.5;
        border: 1px solid #fff;
        border-bottom: none;
        border-right: none;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        transform: translateX(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        z-index: 1;
    }

    .slz-counter-item-1 .icon-cell,
    .slz-counter-item-1 .content-cell {
        position: relative;
        z-index: 2;
    }

    .slz-counter-item-1 .icon-cell img.slz-icon-img {
        height: 100%;
        width: auto;
    }

    .slz-counter-item-1 .content-cell .title {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 15px;
        font-weight: 600;
    }

    .slz-counter-item-1 .content-cell .prefix,
    .slz-counter-item-1 .content-cell .number,
    .slz-counter-item-1 .content-cell .suffix {
        font-weight: 700;
        font-size: 40px;
        line-height: 1.2;
        color: #fff;
    }
    
    .slz-counter-item-1 .content-cell .suffix {
        margin-left: 0;
        text-transform: uppercase;
    }

    .slz-counter-item-1 .icon-cell + .content-cell,
    .slz-counter-item-1 .img-cell + .content-cell {
        margin-top: 25px;
    }

    .sc-counter-layout-1-style-1.slz-list-block > .item {
        margin-top: 75px;
    }

    .sc-counter-layout-1-style-1.slz-list-block > .item:nth-child(-n + 2) {
        margin-top: 0;
    }

    .sc-counter-layout-1-style-1.slz-list-block.slz-column-1 > .item {
        margin-top: 75px;
    }

    .sc-counter-layout-1-style-1.slz-list-block.slz-column-1 > .item:first-child {
        margin-top: 0;
    }

    .sc-counter-layout-1-style-1 .slz-counter-item-1 {
        margin-top: 12px;
        margin-bottom: -15px;
    }

/*----------  2. Counter style 2  ----------*/

    .sc-counter-layout-1-style-2 .slz-counter-item-1 {
        display: table;
        width: 100%;
    }
    .sc-counter-layout-1-style-2 .slz-counter-item-1:before {
        content: none;
    }
    
    .sc-counter-layout-1-style-2 .slz-counter-item-1 .icon-cell,
    .sc-counter-layout-1-style-2 .slz-counter-item-1 .img-cell {
        display: inline-block;
        width: 50px;
        vertical-align: top;
        text-align: right;
    }

    .sc-counter-layout-1-style-2 .slz-counter-item-1 .wrapper-icon {
        font-size: 50px;
    }

    .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell {
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
        text-align: left;
    }

    .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .title {
        margin-bottom: 0;
    }
    
    .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .prefix,
    .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .number, 
    .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .suffix {
        font-size: 25px;
    }

/*----------  3. Responsive  ----------*/
    @media screen and (max-width: 1024px) {
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item {
            width: 25%;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }
        
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .icon-cell,
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .img-cell {
            display: block;
            margin: 0 auto;
            text-align: center;
        }
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell {
            display: block;
            text-align: center;
        }

        .sc-counter-layout-1-style-2.slz-list-block.slz-column-4 .item {
            width: 25%;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-4 .item:nth-child(-n + 4) {
            margin-top: 0;
        }
    }


    @media screen and (max-width: 768px) {
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item {
            width: 50%;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
            margin-top: 75px;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        
    }
    @media screen and (max-width: 767px) {
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-3 > .item {
            width: 100%;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
            margin-top: 75px;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-3 > .item:nth-child(-n + 1) {
            margin-top: 0;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-3 > .item {
            width: 33.33333%;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
            margin-top: 0;
        }
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .prefix, 
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .number, 
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .suffix {
            font-size: 20px;
        }

    }
    @media screen and (max-width: 600px) {
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item {
            width: 100%;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 75px;
        }
        .sc-counter-layout-1-style-1.slz-list-block.slz-column-4 > .item:nth-child(-n + 1) {
            margin-top: 0;
        }
        /*.sc-counter-layout-1-style-2.slz-list-block.slz-column-4 .item {
            width: 50%;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-4 .item:nth-child(-n + 4) {
            margin-top: 30px;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-4 .item:nth-child(-n + 2) {
            margin-top: 0;
        }
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell {
            text-align: center;
        }*/
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-3 > .item{
            width: 100%;
        }
        .sc-counter-layout-1-style-2.slz-list-block.slz-column-3 > .item + .item{
            margin-top: 50px;
        }
        .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell{
            padding-left: 0px;
        }
         .sc-counter-layout-1-style-2 .slz-counter-item-1 .img-cell{
            width: 56px;
            text-align: center;
         }
         .sc-counter-layout-1-style-2 .slz-counter-item-1 .img-cell img{
            max-width: 100%;
            display: inline-block;
            height: auto;
         }
         .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .title{
            font-size: 20px;
            margin-bottom: 10px;
         }
         .sc-counter-layout-1-style-2 .slz-counter-item-1 .content-cell .number{
            font-size: 32px;
         }
    }
    @media screen and (max-width: 480px) {
        
        
    }
    @media screen and (max-width: 414px) {
        
        
    }

