 

.counterr{
    padding: 0px 0px 2px 0px;
    border-bottom: 2px solid #01a0de;
    font-weight:600;
}
.counter{
    padding: 0px 0px 2px 0px;
    border-bottom: 2px solid #01a0de;
    font-weight:600;
}

@media only screen and (max-width: 479px) and (min-width: 320px)
 { 
    .flicker{
        /*position: absolute;  */
        font-size:20px;
        margin: 0;
        right: 0;
        left: 0;
        /* text-align: center; */
        display: flex;
        /* justify-content: center; */ 
        color: #fff;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
    
    .owl-carousel .owl-item img{
        height:auto !important;
    }
   
}

@media only screen and (min-width: 992px) {
     .owl-carousel .owl-item img{
        height:460px !important;
    }
.flicker{
	/*position: absolute;*/
	/*transform: translate(-50%, -50%);*/
	/*margin:0;*/
	/*padding: 0;*/
	/*display: flex;*/
	
	position: absolute;
    /* transform: translate(-50%, -50%); */
    margin: 0;
    right: 0;
    left: 0;
    /* text-align: center; */
    display: flex;
    font-size:90px;
    justify-content: center; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
     
}
}

.flicker > li{
	list-style: none;
 
	/*font-size: 5em;*/
	/*letter-spacing: 15px;*/
	color: #171717;
	text-shadow: none;
	animation: animate .8s infinite linear;

}

@keyframes animate{
	0%{
		color: #007bff;
		text-shadow: none;
	}
	18%{
		color: #007bff;
		text-shadow: none;
	}
	20%{
		color: #fff;
		text-shadow: 0 0 7px #fff, 0 0 20px #fff;
	}
	30%{
		color: #007bff;
		text-shadow: none;
	}
	35%{
		color: #fff;
		text-shadow: 0 0 7px #fff, 0 0 20px #fff;
	}
	70%{
		color: #007bff;
		text-shadow: none;
	}
	85%{
		color: #fff;
		text-shadow: 0 0 7px #fff, 0 0 20px #fff;
	}
	90%{
		color: #007bff;
		text-shadow: none;
	}
	100%{
		color: #007bff;
		text-shadow: none;
	}
}

.flicker li:nth-child(1)
{
	animation-delay: .2s; 
}
.flicker li:nth-child(2)
{
	animation-delay: .4s; 
}
.flicker li:nth-child(3)
{
	animation-delay: .6s; 
}
.flicker li:nth-child(4)
{
	animation-delay: .8s; 
}
.flicker li:nth-child(5)
{
	animation-delay: 1s; 
}
.flicker li:nth-child(6)
{
	animation-delay: 1.1s; 
}
.flicker li:nth-child(7)
{
	animation-delay: 1.2s; 
}
.flicker li:nth-child(8)
{
	animation-delay: 1.3s; 
}
.flicker li:nth-child(9)
{
	animation-delay: 1.4s; 
}

