<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banners{overflow:hidden;position:relative;background-position:50% 0;height:100vh;z-index:1;}
.banners::before{position:absolute;z-index:1;left:0;bottom:0;right:0;top:0;content:'';background-color:rgba(0,0,0,0.15)}
.banners.banner-slider{background-position:0 0;min-height:1px}
.banners .banner-video{position:absolute;left:-1px;top:0;bottom:0;right:0;z-index:0;background:url(images/video-cover.jpg) no-repeat;background-size:cover;background-position:50% 50%}
/*.banners .banner-video.has-overlay::before{position:absolute;z-index:-4;top:0;left:0;bottom:0;right:0;content:'';background-color:rgba(85, 76, 40, 0.24);} */
.banners .banner-video video{object-fit: cover;width: 100vw;height: 100%;position: absolute;top: 0;left: 0;z-index:-100;filter:grayscale(0);}

.ts{text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);}

.banner-text{width:100%;height:100%;left:0;top:0;padding-bottom:15%}
.banners .banner-text .heada{position:relative;font-size:60px;line-height:1;-webkit-animation-delay:.6s;animation-delay:.6s;color:var(--whiteColor);text-shadow:2px 2px 4px rgba(0,0,0,.35)}
.banners .banner-text .subio{position:relative;font-size:26px;line-height:1.2;font-weight:400;color:var(--whiteColor);text-shadow:2px 2px 4px rgba(0,0,0,.35)}
/*.banners .banner-text .subsubio{position:relative;margin-bottom:15px;font-size:26px;line-height:1.2;font-weight:400;color:var(--whiteColor);text-shadow:2px 2px 4px rgba(0,0,0,.35)}
.banners .banner-text .citio{position:relative;margin-bottom:15px;font-size:20px;line-height:1.2;font-weight:400;color:var(--whiteColor);text-shadow:2px 2px 4px rgba(0,0,0,.35)} */

/* .banner .heada{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner .active .banner-text .heada{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.6s;animation-delay:.6s}
.banner .subio{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner .active .banner-text .subio{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.8s;animation-delay:.8s}
.banner .subsubio,.banner .butkun{-webkit-animation-duration:.9s;animation-duration:.9s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner .active .banner-text .subsubio,.banner .active .banner-text .butkun{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.9s;animation-delay:.9s}
.banner .citio{-webkit-animation-duration:1.1s;animation-duration:1.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
.banner .active .citio{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s} */

.footer-bottom{position:fixed;bottom:0;left:0;width:100%;z-index:2;background:none;}
.footer-bottom span,.footer-bottom a{color:rgba(255,255,255,.5)}
@media(max-width:575px){
.footer-bottom{position:relative;background:#111;}
}

@media(max-width:1199px){
.banners .banner-text .heada{font-size:54px;}
}
@media(max-width:991px){
.banners .banner-text .heada{font-size:46px;}
.banners .banner-text .subio{font-size:22px}
.banners{height:80vh;}
}
@media(max-width:767px){
.banners .banner-text .heada{font-size:38px;}
.banners .banner-text .subio{font-size:20px}
.banners{height:70vh;}
}
@media(max-width:575px){
.banner-text{padding-bottom:120px;}
}

.img-overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.35);overflow:hidden;width:100%;height:0;transition:.5s ease}
.imagesss:hover .img-overlay{height:100%}
.text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;text-align:center;text-shadow:0px 0px 3px #333;min-width:80%;}</pre></body></html>