@keyframes load {0% {width:0%;} 100% {width:100%;}}
.trent-slider {width:100%;position:relative;overflow:hidden;}
.t-slide {position:absolute;left:0;right:0;top:0;transition:.65s;background-color:#3e3a39;text-align: center;}
.t-slide img {width:100%;height:500px;}
.banner-text{position:absolute;max-width:600px;width:100%;left:6%;top:25%;}
.banner-text h1{font-size:55px;color:#fff;}
.banner-text p{font-size:18px;color:#fff;line-height:28px;margin:20px 0 0 0;text-align:left;}
.banner-text a{font-size:16px;color:#fff;background-color:#0071ba;border-radius:12px;width:110px;text-align:center;padding:8px 0;
    display:block;position:relative;z-index:10;margin:20px 0 0 0;}
.banner-text a:hover{color:#3e3a39;background-color:#fff;}    

/*.t-slider-controls {position:absolute;top:0;bottom:0;left:0;right:0;height:500px;}*/ 
.t-slider-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}
.t-slider-controls .t-load-bar {width:100%;height:5px;}
.t-slider-controls .t-load-bar .inner-load-bar {background:rgba(200,200,200,0.65);height:100%;}
.t-slider-controls .t-dots-container {position:absolute;bottom:0;left:0;height:20px;width:100%;}
.t-slider-controls .t-slide-dots-wrap {width:100%;position:relative;}
.t-slider-controls .t-slide-dots {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:table;content:"";clear:both;}
.t-slider-controls .t-slide-dots .t-dot { font-size:18px; text-align:center;background:#fafafa;width:18px;height:18px;margin:6px;float:left;border-radius:50%;transition:.65s;} 
.t-slider-controls .t-slide-dots .t-dot.current-dot,.t-slider-controls .t-slide-dots .t-dot:hover {cursor:pointer;opacity:0.6;}


/*close slider css*/
@media screen and (min-width:768px) {.t-slider-controls .arrow:hover {background:rgba(0,0,0,0.32);}}

@media (max-width:768px){
.banner-text{width:90%;max-width:760px;left:5%;}
.banner-text h1{text-align:center;font-size:40px;}
.banner-text p{text-align:center;font-size:14px;line-height:20px;}
.banner-text a{width:110px;text-align:center;margin:20px auto 0 auto;}
    .trent-slider.phoneVersion{
        display:normal;
    }
    .trent-slider.webVersion{
        display:none;
    }
    .t-slider-controls .t-dots-container {
        position: relative;
    }


}