<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.template-4 .bx-wrapper .bx-pager,.template-4 .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    z-index: 9999;
    width: 100%;
}
.template-4 ul.bx-slider li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.75);
    top: 0;
    left: 0;
}

.template-4 .bx-wrapper .bx-pager {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
}

	
.template-4 .bx-wrapper .bx-pager .bx-pager-item {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.template-4 .bx-wrapper .bx-pager .bx-pager-item a {
	top: 0;
	left: -5px;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.template-4 .bx-wrapper .bx-pager.bx-default-pager a:focus {
	outline: none;
}

.template-4 .nav-diamond .icon-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.template-4 .bx-wrapper .bx-controls-direction a span{
	width: 40px;
	height:40px;
	display:block;
}

.template-4 .bx-wrapper .bx-controls-direction a span:after{
	content:'';
	position: relative;
	overflow: hidden;	
	background: #333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	display:block;
	-webkit-transition: -webkit-transform 0.3s, background 0.3s;
	transition: transform 0.3s, background 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width:100%;
	height:100%;
}


.template-4 .bx-wrapper .bx-controls-direction a:hover span:after {
	-webkit-transform: scale(1.3) rotate(-45deg);
	transform: scale(1.3) rotate(-45deg);
	background-color:#ff7a5f;
}

.template-4 .bx-wrapper .bx-controls-direction a.bx-next:hover span:after {
	-webkit-transform: scale(1.3) rotate(45deg);
	transform: scale(1.3) rotate(45deg);
	background-color:#ff7a5f;
}

.template-4 .bx-wrapper .bx-controls-direction a:hover img {
	opacity: 0.8;
}

.template-4 .bx-wrapper .bx-controls-direction a.bx-next{
	right:30px;
}
.template-4 .bx-wrapper .bx-controls-direction a.bx-prev{
	left:30px;
}


.template-4 .bx-wrapper .bx-controls-direction a span::before{
	content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: 13px;
	z-index:9;
}
	
.template-4 .bx-wrapper .bx-controls-direction a.bx-prev span::before {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    left: 17px;
}
.template-4 .bx-wrapper .bx-controls-direction a.bx-next span::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    left: 8px;
}
.template-4  .bxslider-thumb {
    position: absolute;
    bottom: 20px;
    max-width: 96%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.template-4  .bxslider-thumb  a {
    width: 70px;
    height: 70px;
    border: 3px solid #333;
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    position: relative;
}
.template-4  .bxslider-thumb a.active {
    border: 3px solid #ff7a5f;
}</pre></body></html>