/*Add Css Custom Here*/
.home .owl2-nav{
  position: absolute;
  top: 50%;
  font-size: 20px;
  max-width: 20px;
  min-width: 30px;
  min-height: 30px;
  min-width: 100% !important;
}
.home .owl2-prev, .home .owl2-next {
    position: absolute;
    color: white;
    background: grey;
    padding: 6px 8px;
    border-radius: 100%;
    width: 37px;
}

.home .owl2-prev{
  left: 20px;
}

.home .owl2-next{
  right: 20px;
}
.home .owl2-nav .owl2-prev i.fa {
  position: relative;
  top: 2px;
 }
.home .owl2-nav .owl2-next i.fa {
    position: relative;
    left: 5px;
    top: 2px;
}
