.pass_show .ptxt {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    color: #33b5e5;
    margin-top: -10px;
    cursor: pointer;
    transition: .3s ease all;
}
    /* bx-wrapper Styling */
    .bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: #fff !important;
    margin: auto !important;
    max-width: 100% !important;
}

    .bx-wrapper .bx-caption {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        background: rgba(80, 80, 80, 0.5) !important;
        width: 100% !important;
    }

        .bx-wrapper .bx-caption span {
            color: #fff !important;
            font-family: Arial !important;
            display: block !important;
            font-size: calc(1.275rem + .3vw) !important;
            /*8px !important;*/
            padding: 10px !important;
            text-shadow: #333 0.02em 0.02em 0.1em;
            text-align: center;
        }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url('/data/controls.png') no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url('/data/controls.png') no-repeat -43px -32px;
    }
/* End bx-wrapper Styling */

.logosImgs {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

    .logosImgs img {
        max-height: 100%;
        -webkit-filter: grayscale(100%);
        filter:none;/*grayscale(100%);*/
        opacity: .65;
        transition: all .5s;
    }

        .logosImgs img:hover {
            opacity: 1;
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

.bxslider a {
    height: inherit;
    width: inherit;
    display: block
}
.v-wrap {
    position: relative;
    display: inline-block;
}

    .v-wrap img {
        width: 130px;
        position: absolute;
        bottom: 12%;
        right: 0;
        z-index: 200;
        display: inline;
    }


.video-wrapper {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
}

/*body {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAQMAAABJtOi3AAAABlBMVEX4+Pj09PQf/c7fAAAAGklEQVR4Xq3MIQEAAADDIPqX/kvMIMEWEm8O7b0/wewc/NcAAAAASUVORK5CYII=) repeat;
}*/

.block {
    
}

/***img hover***/
.bg-image {
    position: relative;
    overflow: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed
}

.hover-overlay .mask {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .hover-overlay .mask:hover {
        opacity: 1
    }

.hover-zoom img, .hover-zoom video {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.hover-zoom:hover img, .hover-zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card.hover-shadow, .hover-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .card.hover-shadow:hover, .hover-shadow:hover {
        -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }