

.SW-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	--swiper-theme-color: #000;
	--swiper-navigation-size: 22px;
	z-index: 0;
	font-family: "Roboto",sans-serif;
}
.SW-1 .swiper-slide {
	display: table;
}
.SW-1 .sliderPadding {
	width: 100%;
	height: 100%;
}
.SW-1 img {
	max-height: 80%;
		max-width: 80%;
}
#slider-style1 {
	width: 100%;
	height: 100vh;
}
#slider-style1 .slider-slogan{
color:#000;
background: linear-gradient(270deg,transparent 0,rgba(255,255,255,.6) 30%, rgba(255,255,255,.6) 70%, transparent 100%);
padding: 50px;
border-top: 2px solid var(--main-tpl-color2);
width:100%
}
.SW-1 .swiper-button-prev:after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	content: "\f100";
	font-size: 30px;
}
.SW-1 .swiper-button-next:after {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	content: "\f101";
	font-size: 30px;
}
.SW-1 .swiper-button-prev, .SW-1 .swiper-button-next {
	color: rgba(255, 255, 255, 0.2);
	width: 54px;
	height: 54px;
}
.SW-1 .swiper-button-prev:hover, .SW-1 .swiper-button-next:hover {
	background: rgba(0,0,0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.SW-1 .swiper-pagination-bullet {
	opacity: .05;
}
.SW-1 .swiper-pagination-bullet-active {
	opacity: .5;
}
@media (max-width: 991.98px) {
.fixed-bottom-md {
	position: fixed;
	bottom: 0;    	
  background: rgba(255,255,255,.8) ;
	border-top: 2px solid var(--main-tpl-color2);
}
#slider-style1 .slider-slogan {
padding: 0 !important;
background: transparent !important;
border: 0
}
#slider-style1 .container {
	max-width: unset
}
#slider-style1 .btn {
	width: 100%
}
.SW-1 .swiper-button-next, .swiper-button-prev, .swiper-pagination {
	display: none
}
}
@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
.SW-1 section .d-flex {
	display: flex !important;
}
.SW-1 .swiper-button-next, .SW-1 .swiper-button-prev{
	display: none
}
}      
