.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;
}
.home_heading .owl-controls .owl-buttons .owl-next,.home_heading .owl-controls .owl-buttons .owl-prev{
	top:-8%;
}
.home_heading .owl-controls .owl-buttons .owl-prev{
	left:93%;
}
.owl-carousel .owl-buttons div i{
	font-size:20px;
}

.tab  .fa1{
	font-size:15px;
	color:#fff;
	background:#363636;	
	margin-right:11px; 
	position:absolute; 
	top:-8%;
	cursor:pointer;
	padding:10px 5px;
}
.tab .fa2{
	font-size:15px;
	color:#fff;
	background:#363636;	
	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;
}
.tab .owl-controls .owl-buttons .owl-next,.tab .owl-controls .owl-buttons .owl-prev{
	top:-6%;
}
.tab .owl-controls .owl-buttons .owl-prev{
	left:98%;
}
@media (max-width: 1000px) {
	.home_heading .owl-controls .owl-buttons .owl-prev{left:90%;}
}
@media (max-width: 767px) {
	.home_heading .owl-controls .owl-buttons .owl-prev{left:88%;}
	.tab .owl-controls .owl-buttons .owl-prev{left:97%;}
}
@media (max-width: 550px) {
	.home_heading .owl-controls .owl-buttons .owl-prev{left:83%;}
	.tab .owl-controls .owl-buttons .owl-prev{left:95%;}
}
@media (max-width: 400px) {
	.owl-carousel .owl-buttons div i{font-size:15px;}
}
