.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';

}
.owl-carousel .owl-nav .owl-prev:before{
    
    content: "\f053";
    /* margin-right:10px; */
}
.owl-carousel .owl-nav .owl-next:after{
    
    content: "\f054";
    /*margin-right:10px; */
}

.owl-theme .owl-nav [class*="owl-"] {
	color: #b7002b;
	font-size: 3em;
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: rgba(0,0,0,.5);
    text-decoration: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}