﻿ /** - Counter style 3 */
        .trv-counter-outer-three-wrap {
            padding: 80px;
            background-color: #fff;
        }
        @media (max-width: 1024px) {
            .trv-counter-outer-three-wrap {
                padding: 50px 0px 20px 0px;
            }
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three {
            position: relative;
        }
        @media (max-width: 1024px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three {
                margin-bottom: 30px;
            }
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media {
            width: 100px;
            min-width: 100px;
            height: 100px;
            background-color: #0CAE74;
            border-radius: 20px;
            display: flex;
            align-items: baseline;
            justify-content: flex-start;
            position: absolute;
            left: 0px;
            top: -50px;
            padding: 15px;
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media img {
            width: 50px;
        }
        @media (max-width: 1024px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-counter-media img {
                width: 40px;
            }
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
            position: relative;
            z-index: 1;
            padding: 20px;
            margin-top: 50px;
            margin-left: 58px;
            background: rgb(241 252 247 / 61%);
            border: 7px solid #fff;
            box-shadow: 0px 15px 8px -4px rgba(0, 0, 0, 0.05);
            -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
            border-radius: 30px;
        }
        @media (max-width: 1366px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
                margin-left: 38px;
            }
        }
        @media (max-width: 360px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {
                text-align: center;
                padding: 20px;
            }
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info .trv-icon-title {
            font-weight: 600;
            font-size: 18px;
            line-height: 32px;
            margin-bottom: 20px;
            color: #113d48;
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out {
            color: #017A48;
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out b {
            font-weight: 900;
            font-size: 42px;
            line-height: 50px;
            line-height: 0.75;
        
        }
        @media (max-width: 1200px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .counter-out b {
                font-size: 30px;
            }
        }
        .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
            font-weight: 900;
            font-size: 35px;
            line-height: 50px;
            line-height: 0;
            color: #017A48;
            /* font-family: var(--body-font); */
            font-family: var(--title-font);
        }
        @media (max-width: 1200px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
                font-size: 30px;
            }
        }
        @media (max-width: 991px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
                font-size: 28px;
            }
            
            
            .trv-counter-outer-three-wrap .trv-counter-outer-three .trv-icon-content-info {

    padding: 15px;}
        }
        @media (max-width: 420px) {
            .trv-counter-outer-three-wrap .trv-counter-outer-three .counter {
                font-size: 20px;
            }
        }
        .trv-counter-outer-three-wrap .row [class*=col-]:nth-child(even) .trv-counter-media {
            background-color: #ffbf00;
        }
        

        