.vc_column-inner {
    box-sizing: border-box;
  
    width: 100%;
}

/*.rev_slider_wrapper{
    background: url(../images/preload_pattern.png)!important;
    -webkit-animation: preload-background 40s infinite linear 0s;
    -moz-animation: preload-background 40s infinite linear 0s;
    animation: preload-background 40s infinite linear 0s;
}
*/

.rev_slider_wrapper{background:url(../images/preload_pattern.png)!important; margin-top: 0px !important;
    -webkit-animation-name:preload-background;
    -webkit-animation-duration:40s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -webkit-animation-delay:0s;
    -webkit-animation-fill-mode:forwards;
    animation-name:preload-background;
    animation-duration:40s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-delay:0s;
    animation-fill-mode:forwards;
}

.rev_slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.qodef-btn { width: 100%; padding:12px 10px; text-align: center; font-size: 15px; font-weight: 800; text-transform: uppercase; background: #fff; border:none; }

.btn-slider-action { background: rgba(0,0,0,0.6);
    padding-bottom: 10px;
    position: absolute;
    z-index: 9999 !important;
    right: 0px;
    /* left: 0px; */
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 30px;
    height: 40px;
    color: #fff !important;
    text-align: center;
    line-height: 40px;
    font-size: 16px; }

.btn-slider-action:hover { background: #000; }


