.rev_slider{
    position: relative;
}
.rev_slider .tp-leftarrow.me_arrows,
.rev_slider .tp-rightarrow.me_arrows{
    width: 55px;
    height: 55px;
    border-radius: 0;
    background: #000000ad;
    color: #000;
    text-align: center;
    padding: 20px 0;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
.rev_slider .tparrows.tp-rightarrow:before{
    content:"";
	background:url(../images/bright.svg);
    font-size: 24px;
    line-height: .8;
    color: #000000;
     width: 100%;
    height: 100%;
	 background-repeat: no-repeat;
    position: absolute;
	right: -24px;
    top: 17px;
}
.rev_slider .tparrows.tp-leftarrow:before{
   content: "";
    background: url(../images/bleft.svg);
    font-size: 24px;
    line-height: .8;
    /* color: #000000; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    top: 22px;
   
}
.rev_slider .tp-leftarrow.me_arrows:hover,
.rev_slider .tp-rightarrow.me_arrows:hover{
    background: rgba(255, 255, 255, 1);
}
.rev_slider .common_btn{
    padding: 28px 45.5px !important;
}
.rev_slider.slider_2 .tp-leftarrow.me_arrows,
.rev_slider.slider_2 .tp-rightarrow.me_arrows{
    background: rgba(0, 0, 0, .35);
    color: #FFF;
}
.rev_slider.slider_2 .tparrows.tp-leftarrow:before,
.rev_slider.slider_2 .tparrows.tp-rightarrow:before{
    color: #FFF;
}
.rev_slider.slider_2 .tp-leftarrow.me_arrows:hover,
.rev_slider.slider_2 .tp-rightarrow.me_arrows:hover{
    background: rgba(0, 0, 0, 1);
}
.tp-bannertimer{
    display: none;
}
