﻿@import url("https://fonts.googleapis.com/css?family=Poppins:400");
@import url("https://fonts.googleapis.com/css?family=OpenSans:400");



.bx-wrapper, .bx-viewport {
    padding: 0;
    margin: 0;
    border: 0;
    height:100%
}
@media screen and (min-width: 360px) and (max-width: 767px) {
    .bx-viewport {
        height: 170px !important;
    }
    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 20%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .bx-viewport {
        height: 318px !important;
    }
    bxNav {
        position: absolute;
        right:10%;
        top: 3%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
@media screen and (min-width: 1024px) and (max-width:1439px) {
    .bx-viewport {
        height: 408px !important;
    }
}
@media screen and (min-width:1440px) and (max-width: 1980px) {
    .bx-viewport {
        /*height: 680px !important;*/
        height: 500px !important;
    }
}
.bxNav {
    position: absolute;
    right: 15%;
    top: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .bxNav a {
        width: 13px;
        height: 10px;
        display: inline-block;
        background: #6c6c6c;
        opacity: .2;
        margin: 0 5px;
        border-radius: 20px;
        -webkit-transition: opacity .5s, background-color .5s, width .5s;
        transition: opacity .5s, background-color .5s, width .5s;
        -webkit-transition-delay: .5s, .5s, 0s;
        transition-delay: .5s, .5s, 0s
    }

        .bxNav a.active {
            opacity: 1;
            background: #ffffff;
            width: 100px;
            -webkit-transition-delay: 0s;
            transition-delay: 0s
        }

            .bxNav a.active .line {
                -webkit-transform: translateX(-1.2rem);
                transform: translateX(-1.2rem);
                width: 1.8rem
            }

            .bxNav a.active .number {
                opacity: 1
            }

    .bxNav .line {
        width: 1.5rem;
        height: 3px;
        border-radius: 2px;
        display: block;
        position: absolute;
        top: 50%;
        background: #fff;
        left: -1rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .bxNav .number {
        position: relative;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease
    }

.slider-content .item {
    width: 100%;
    background-position: 0 center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 70vh !important;
}

    .slider-content .item::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background: -webkit-gradient(linear, right top, left top, from(rgba(0,168,255,0.5)), to(rgba(185,0,255,0.5)));
        background: linear-gradient(to left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));*/
        pointer-events: none
    }

    .slider-content .item .content {
        position: absolute;
        top: 20%;
        width: 50%;
        left: 5%;
        padding: 40px
    }

@media screen and (max-width: 480px) {
    .slider-content .item .content {
        width: 100%;
        padding: 10px;
        left: 0
    }
    bxNav {
        position: absolute;
        right: 5%;
        top: 1%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.slider-content .item .content .header {
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    line-height: 90px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 5rem;
    color: #fff;
    font-family: 'Open Sans',sans-serif
}

@media screen and (max-width: 480px) {
    .slider-content .item .content .header {
        font-size: 3rem;
        line-height: 3rem
    }
}

.slider-content .item .content p {
    font-family: 'Poppins',sans-serif;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1rem;
    white-space: normal;
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    width: 100%;
    margin-top: 20px;
    color: #fff
}

@media screen and (max-width: 480px) {
    .slider-content .item .content p {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

.slider-content .item .content a.read-more-btn {
    margin-top: 80px;
    background: #3f4c99;
    color: #fff;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

    .slider-content .item .content a.read-more-btn:hover {
        background: #ffb922;
        color: #000
    }
