﻿  .counter-area {
          
            background-size: cover;
            padding: 20px 0;
            padding-bottom: 40px;
             background: url(/theme/html/assets/img/64.png);
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;  

        }

        .counter {
            color: #ffffff;
            font-size: 25px;
            font-weight: 800;
            padding-top: 5px;
        }

        .hero-image {
            background-image: url("/theme/html/assets/img/site.png"); /* The image used */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
        }

        .counter_item {
            /*margin-top: 30px;*/
            background-color: #042b52;
            border: 3px solid #042b52;
            height: 107px;
            border-radius: 5px;
            /*-moz-border-radius: 75px;
            -webkit-border-radius: 75px;*/
            /*width: calc((100% - 125px) / 9);*/
               width: calc((100% - 105px) / 4);
            float: left;
            margin-right: 10px;
            text-align: center;
            box-shadow: 4px 4px #888888;
        }

     

        .counter_text {
            font-size: 13px;
            font-weight: 500;
            color: #ffffff;
            padding: 0;
            margin: 0;
        }



        /*---------------------------responsisve----------------------------------*/

        @media (max-width: 768px) {
            .counter-area {
                padding: 50px 0px;
            }
            .counter_item
            {
                margin-left:35px;
            }
        }
