#banner-silde{
    height: 100vh;
    position: relative;
    width: 100%;
    float: left;
}
#banner-silde .item{
    height: 100vh;
    position: relative;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
}
#banner-silde .item .mask{
    background: rgba(0, 0, 0, 0.20);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#banner-silde .boxy{
    margin: 30vh auto 0;
    position: relative;
    min-height: 45vh;
    max-width: 700px;
    display: table;
    float: none;
}
#banner-silde .boxy p{
    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.29);
    font-size: 55px;
    color: #FFF;
    line-height: 113%;
    margin-bottom: 35px;
}
#banner-silde .boxy .linkou{
    background: #9daf59;
    transition: all .3s ease;
    padding: 10px 12px;
    display: block;
    color: #FFF;
    float: left;
    left: 0;
    bottom: 0;
}
#banner-silde .boxy .linkou:hover{
    background: #829246;
    text-decoration: none;
}
.menu-top{
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}
#LetsGetStarted{
    background: #FFF;
    position: relative;
    width: 100%;
    float: left;
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 15px;
    width: auto;
    z-index: 10;
    left: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255,255,255,0);
    display: block;
    border-radius: 50%;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border: 2px solid #FFF;
    -webkit-box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #FFF;
}
.owl-theme .owl-dots .owl-dot {
    transition: all .3s ease-in-out;
    display: inline-block;
    zoom: 1;
}