
#owl-demo .item{
  display: block;
    width: 100%;
    max-height: 300px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div { 
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
//To move navigation buttons outside use these settings:
 
.owl-theme .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-prev{
  position: absolute;
  left: 100px;
  top: 40px;
  font-size: 100px;
  font-family: monospace;
}
 
.owl-theme .owl-next{
  position: absolute;
  right: 100px;
  top: 40px;
  font-size: 100px; 
  font-family: monospace;
}

.banner-row {
	background-color: black;
}
.owl-pagination {
  height: 0px;
  position: relative;
  top: -30px;
}
 
.service-block-v7 i {
 background: #FF9900 !important;
}
