    .counter-box {
        background: rgb(170, 33, 38, .9);
        padding: 10px;
        width: 100%;
    }
    
    .countup {
        text-align: center;
    }
    
    .countup .counterDiv {
        margin-bottom: 10px;
    }
    
    .countup .timeel {
        display: block;
        padding: 0px 10px 0px 10px;
        margin: 0;
        letter-spacing: 3px;
        color: white;
        height: 60px;
        min-width: 2.8rem;
        font-family: 'Oswald';
        font-size: 32px;
        border-radius: 10px 0 0 10px;
    }
    
    .countup span[class*="timeRef"] {
        border-radius: 0 10px 10px 0;
        margin-left: 0;
        padding: 0 10px 0px 10px;
        letter-spacing: 1px;
        margin-top: -5px;
        text-transform: uppercase;
        font-family: 'Oswald';
        height: auto;
        font-size: 14px;
        display: block;
        color: #fff;
    }
    
    .eventName {
        font-size: 24px;
        color: #fff;
        font-family: 'oswald', sans-serif;
        font-weight: 600;
    }
    
    .event-start {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-family: 'oswald', sans-serif;
        ;
    }
    
    .event_live {
        font-size: 32px;
        padding: 38px;
    }
    
    .height-75 {
        height: 90vh;
    }
    /*===========Button ===============*/
    
    .ag-more-block {
        padding: 0px 0;
    }
    
    .ag-more_text {
        display: table;
        padding: 2px 30px 2px 10px;
        font-size: 17px;
        color: #fff;
        font-weight: 300;
        position: relative;
        border-radius: 25px;
        border: 1px solid #ffff;
    }
    
    .ag-more_text:before,
    .ag-more_text:after {
        content: "";
        border-width: 2px;
        border-style: solid;
        border-color: transparent #fff #fff transparent;
        background: transparent;
        position: absolute;
        top: 57%;
        right: 15px;
        -webkit-transform: translateX(0) rotate(-45deg);
        -moz-transform: translateX(0) rotate(-45deg);
        -ms-transform: translateX(0) rotate(-45deg);
        -o-transform: translateX(0) rotate(-45deg);
        transform: translateX(0) rotate(-45deg);
        -webkit-animation: an-arrows 2s linear infinite;
        -moz-animation: an-arrows 2s linear infinite;
        -o-animation: an-arrows 2s linear infinite;
        animation: an-arrows 2s linear infinite;
    }
    
    .ag-more_text:before {
        width: 8px;
        height: 8px;
        margin: -6px 0 0;
        opacity: 0;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }
    
    .ag-more_text:after {
        width: 5px;
        height: 5px;
        margin: -4px 0 0;
    }
    
    @-webkit-keyframes an-arrows {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-10px) rotate(-45deg);
            transform: translateX(-10px) rotate(-45deg);
        }
        20% {
            opacity: 1;
            -webkit-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
        }
        80% {
            opacity: 1;
            -webkit-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
        }
    }
    
    @-moz-keyframes an-arrows {
        0% {
            opacity: 0;
            -moz-transform: translateX(-10px) rotate(-45deg);
            transform: translateX(-10px) rotate(-45deg);
        }
        20% {
            opacity: 1;
            -moz-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
        }
        80% {
            opacity: 1;
            -moz-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }
        100% {
            opacity: 0;
            -moz-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
        }
    }
    
    @-o-keyframes an-arrows {
        0% {
            opacity: 0;
            -o-transform: translateX(-10px) rotate(-45deg);
            transform: translateX(-10px) rotate(-45deg);
        }
        20% {
            opacity: 1;
            -o-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
        }
        80% {
            opacity: 1;
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }
        100% {
            opacity: 0;
            -o-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
        }
    }
    
    @keyframes an-arrows {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-10px) rotate(-45deg);
            -moz-transform: translateX(-10px) rotate(-45deg);
            -o-transform: translateX(-10px) rotate(-45deg);
            transform: translateX(-10px) rotate(-45deg);
        }
        20% {
            opacity: 1;
            -webkit-transform: translateX(-5px) rotate(-45deg);
            -moz-transform: translateX(-5px) rotate(-45deg);
            -o-transform: translateX(-5px) rotate(-45deg);
            transform: translateX(-5px) rotate(-45deg);
        }
        80% {
            opacity: 1;
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }
        100% {
            opacity: 0;
            -webkit-transform: translateX(10px) rotate(-45deg);
            -moz-transform: translateX(10px) rotate(-45deg);
            -o-transform: translateX(10px) rotate(-45deg);
            transform: translateX(10px) rotate(-45deg);
        }
    }
    
    @media(max-width:1200px) {
        .height-75 {
            height: 75vh;
        }
        .counter-box {
            background: rgb(170, 33, 38, 1);
        }
        .slide-item .static-slide {
            height: 550px;
            background-size: 100% 100%;
        }
        .slide-item .dynamic-slide {
            background-position: 50% -82px !important;
            background-size: 100% 100%;
        }
    }
    
    @media(max-width:992px) {
        .height-75 {
            height: 550px;
        }
        .counter-box {
            background: rgb(170, 33, 38, 1);
        }
        .slide-item .static-slide {
            height: 550px;
            background-size: 100% 100%;
        }
        .slide-item .dynamic-slide {
            background-position: 50% -82px !important;
            background-size: 100% 100%;
        }
    }
    
    @media(max-width:768px) {
        .height-75 {
            height: 60vh;
        }
        .left-c {
            justify-content: center;
            margin-bottom: 10px;
            text-align: center;
        }
        .eventName {
            margin-bottom: 5px;
            font-size: 18px;
        }
        .event_live {
            font-size: 17px !important;
            padding: 16px;
        }
        .countup .timeel {
            padding: 0px 5px 0px 5px;
            min-width: 2.5rem;
            font-size: 26px;
            height: 52px;
        }
        .countup span[class*="timeRef"] {
            margin-top: -14px;
            padding: 0 6px 0px 6px;
            font-size: 12px;
            display: block;
        }
        .ag-more-block {
            text-align: center;
            display: inline-block;
        }
        .ag-more_text {
            font-size: 15px;
        }
        .counter-box {
            background: rgb(170, 33, 38, 1);
        }
        .slide-item .static-slide {
            height: 52vh;
            background-size: 100% 100%;
        }
        .height-75 {
            height: 52vh;
        }
        .slide-item .dynamic-slide {
            background-position: 50% -62px !important;
            background-size: 100% 100%;
        }
    }
    
    @media(max-width:564px) {
        .height-75 {
            height: 65vh;
        }
        .left-c {
            margin-bottom: 0px;
        }
        .countup .counterDiv {
            margin-bottom: 0px;
        }
        .event-start {
            font-size: 10px;
        }
        .ag-more_text:before {
            width: 6px;
            height: 6px;
            margin: -5px 0 0;
        }
        .ag-more_text:after {
            width: 4px;
            height: 4px;
        }
        .eventName {
            font-size: 12px;
        }
        .ag-more_text::before,
        .ag-more_text::after {
            right: 8px;
        }
        .ag-more_text {
            display: table;
            padding: 2px 22px 2px 7px;
            font-size: 10px;
        }
        .countup .timeel {
            font-size: 14px;
            height: auto;
            min-width: 1.5rem;
        }
        .countup span[class*="timeRef"] {
            margin-top: 0px;
            font-size: 8px;
        }
        .counter-box {
            padding: 10px 0px;
            /* background: rgb(170, 33, 38, 1); */
        }
        .slide-item .static-slide {
            height: 42vh;
            background-size: 100% 100%;
        }
        .height-75 {
            height: 42vh;
        }
        .slide-item .dynamic-slide {
            background-position: 50% -62px !important;
            background-size: 100% 100%;
        }
    }