<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SVG wrap */
.bs-slider{
    overflow: hidden;
    position: relative;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider &gt; .carousel-inner &gt; .item &gt; img,
.bs-slider &gt; .carousel-inner &gt; .item &gt; a &gt; img {
    margin: auto;
    width: 100% !important;
}


.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    z-index: 100;
    color: #ffffff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
	
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    border: 0px transparent;
}


.control-round .carousel-control {
	margin: 0;
	width: 60px;
	height:60px;
	margin-top:-31px !important;
}

.carousel-control .icon-wrap {
	position: absolute;
	width: 60px;
	
}



/*---------- INDICATORS CONTROL ----------*/
.indicators-line &gt; .carousel-indicators{
    right: 50%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	margin-right:-50px;
}
.indicators-line &gt; .carousel-indicators li{
    padding: 0;
    width: 28px;
    height: 6px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
	background:rgba(255,255,255,0.2);
	border:none;
	transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;
}
.indicators-line &gt; .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line &gt; .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background-color: #fff;
    position: relative;
	width:28px;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	border:1px solid #fff;
}
.indicators-line &gt; .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color:rgba(255,255,255,0);
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:23px;
    height: 23px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.banner_text {
    padding: 10px;
	position: absolute;
    bottom: 50%;
	width:100%;
    left:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}


.slide-text{width:800px; margin-left:10%; display:inline-block; background:rgba(0,0,0,0.25); padding:50px;}
.slide-text  h4{ padding: 0;-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.slide-text  h4 a{ font-size:44px; margin-bottom:30px;font-family:'opensans_s';color:#fff; display:inline-block; line-height:70px; }
.slide-text .more{ line-height:44px; font-size:16px; padding:0px 30px; border-radius:0; display:inline-block;text-transform:capitalize;background:#1b9574;font-family:'opensans_s';display:inline-block; color:#fff;  margin:0px 10px;}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width:1200px) {.carousel:hover .left{ left:40px;}
.carousel:hover .right{ right:40px;}
.slide-text  h4 a{ font-size:30px; line-height:36px;}

}
@media (max-width:992px) {
}

@media (max-width:768px) {
.control-round:hover .carousel-control{ display:none;}
.slide-text{max-width:none; display:inline-block; width:80%; text-align:center;}
.slide-text  h4 a{ font-size:20px; line-height:30px;}
.slide-text .more{ line-height:30px; padding:0px 20px; font-size:13px;}
.slide-text{ padding:30px;}
}
@media (max-width:600px) {
.slide-text  h4 a{ font-size:14px; line-height:20px; margin-bottom:0px;}
.slide-text .more{ display:none;}
.slide-text{ padding:15px;}
.slide-text .icon{ display:none;}
}
@media (max-width:300px) {
.slide-text{ display:none;}
}




</pre></body></html>