* {
    margin: 0;
    padding: 0;
}  
.slider-section {
    background: #7C0DBE none repeat scroll 0 0;
    color: #fff;
   margin-top: 60px;
}
.single-slide h1 {
    font-size: 57px;
    margin: 0 0 0px;
    text-transform: uppercase;
}
.single-slide {
  display: table-cell;
 text-align: center;
  vertical-align: middle;
  width: 100vw;
}
.owl-section {
    display: table;
    height: 100%;
    width: 100%;
}
.single-slide p {
    font-size: 20px;
    margin-bottom: 40px;
}
a.boxed-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #222;
    display: inline-block;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
}
a.boxed-btn:hover {
    opacity: 0.8;
}

.owl-dots div {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    height: 15px;
    margin: 11px 0;
    width: 10px;
}
.owl-dots {
    position: absolute;
    right: 11px;
    top: 9%;
}
.owl-dots div.active {
  background: #222 none repeat scroll 0 0;
}
