.home_heading .fa1{
	font-size:15px;
	color:#fff;
	background:#363636;	
	margin-right:11px; 
	position:absolute; 
	top:-8%;
	cursor:pointer;
	padding:10px 5px;
}
.home_heading .fa2{
	font-size:15px;
	color:#fff;
	background:#363636;	
	margin-right:11px;
	position:absolute;
	top:-8%;
	right:0px;
	cursor:pointer;
	padding:10px 5px;
}
.home_heading .fa2:hover,.home_heading .fa1:hover,.home_heading .fa2:focus,.home_heading .fa1:focus{
	opacity:0.4;
}
.home_heading .owl-carousel .owl-buttons div{
	opacity:1;
}
.owl-carousel .owl-buttons div i{
	font-size:20px;
}
.swiper-viewport .swiper-button-next {
    right: 10px;
}
.swiper-viewport .swiper-button-prev {
    left: 10px;
}
.owl-prev  .fa1{
	font-size:15px;
	color:#fff;
	background:#ffd800;	
	margin-right:11px; 
	position:absolute; 
	top:-8%;
	cursor:pointer;
	padding:10px 5px;
}
.owl-next .fa2{
	font-size:15px;
	color:#fff;
	background:#ffd800;	
	margin-right:11px;
	position:absolute;
	top:-8%;
	right:0px;
	cursor:pointer;
	padding:10px 5px;
}
.tab .fa2:hover,.tab .fa1:hover,.tab .fa2:focus,.tab .fa1:focus{
	opacity:0.4;
}
.tab .owl-carousel .owl-buttons div{
	opacity:1;
}
@media (max-width: 400px) {
	.owl-carousel .owl-buttons div i{font-size:15px;}
}
