/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2025 | 02:10:21 */
#banner-home .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}

#banner-home .owl-nav button {
	position: absolute;
    background: #f7cf07;
    border-radius: 0;
    color: #FFF;
    padding: 0px 20px !important;
    font-size: 32px;
}
#banner-home .owl-nav .owl-prev{
	left: 30px;
	right: auto;
}
#banner-home .owl-nav .owl-next{
	left: auto;
	right: 30px;
}
#banner-home .owl-dots .owl-dot span,
.slid-service-section .owl-dots .owl-dot span{
	background: #f7cf07;
	opacity: .5;
}
#banner-home .owl-dots .owl-dot.active span,
.slid-service-section .owl-dots .owl-dot.active span{
	opacity: 1;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	#banner-home .owl-nav .owl-prev {
		left: 0;
		right: auto;
	}
	#banner-home .owl-nav .owl-next{
		left: auto;
		right: 0px;
	}
	#banner-home .owl-nav button {
		padding: 0px 10px !important;
		font-size: 16px;
	}
}