﻿
.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.38);
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }

/********************
*****Slide effect
**********************/







/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    line-height: 45px;
    text-shadow: none;
    font-weight: normal;
    background: transparent;
    border: 1px solid #fff;
    position: initial;
    float: left;
    text-align: center;
}

.slider-nav-control {
    position: absolute;
    width: 40%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-top: 1px solid #fff;
}

.sld-nav-inner {
    width: 90px;
    height: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    padding-top: 21%;
}

.right.carousel-control {
    border-left: none;
}

.left.carousel-control {
    border-right: 0;
}

.sld-nav-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 1px;
    background: #fff;
    margin: auto;
}


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 28%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

    .slide-text > h1 {
        padding: 0;
        color: #ffffff;
        font-size: 55px;
        font-weight: bold;
        font-style: normal;
        line-height: 9px;
        margin-bottom: 25px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: uppercase;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 22px;
        line-height: 32px;
        font-weight: 300;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        text-transform: uppercase;
    }

    .slide-text > a.btn-default {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a.btn-primary {
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #00bfff;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .slide-text > a:hover,
    .slide-text > a:active {
        color: #ffffff;
        background: #222222;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
    }

    .slider-nav-control {
        height: 55%;
    }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
        top: 20% !important;
    }

        .slide-text h1 {
            font-size: 40px;
            line-height: 39px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 20px;
        }

   .slider-nav-control {
        height: 49%;
    }
    .sld-nav-inner:before{
        height:40%;
    }
}
@media (max-width: 640px) {
    .infture-slider {
        display: inherit;
    }

        .infture-slider .infture-slider-left {
            float: inherit;
            width: 100%;
        }

        .infture-slider .infture-slider-right {
            float: inherit;
            width: 100%;
        }

    .slider-nav .up-arrow.slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: inherit;
        transform: rotate(-90deg);
        top: 0;
        bottom: 0;
        left: -5px;
    }

    .slider-nav .down-arrow.slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: inherit;
        transform: rotate(-90deg);
        top: 0;
        right: -5px;
    }
}

@media (max-width: 580px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .slide-text > p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}
    @media (max-width: 530px) {
        .slide-text {
            padding: 10px 30px;
        }

            .slide-text h1 {
                font-size: 26px;
                line-height: 30px;
                margin-bottom: 5px;
            }

            .slide-text > p {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 10px;
            }

            .slide-text > a.btn-default,
            .slide-text > a.btn-primary {
                font-size: 10px;
                line-height: 10px;
                margin-right: 10px;
                text-align: center;
                padding: 10px 15px;
            }

        .indicators-line > .carousel-indicators {
            display: none;
        }

        .control-round .carousel-control {
            width: 35px;
            height: 35px;
            line-height: 35px;
            font-size: 14px;
        }

        .slide-lr-nav {
            height: 35px !important;
        }

        .sld-nav-inner {
            width: 70px;
        }
    }

    .modal.and.carousel {
        position: fixed;
    }

    .fade-scale {
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear;
    }

        .fade-scale.in {
            opacity: 1;
            transform: scale(1);
        }

        .fade-scale .modal-dialog {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%) !important;
        }

    .act-slider .carousel-control.left, .act-slider .carousel-control.right {
        background-image: none;
        opacity: 1;
        background: #066a8a;
        z-index: 2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .slider-nav .img-slider {
        padding: 5px 5px;
    }

    .infture-slider-left {
        float: left;
        width: 70%;
    }

    .infture-slider-right {
        float: left;
        width: 30%;
        padding: 3% 2%;
        position: relative;
    }

    .img-slider img {
        width: 100%;
    }

    .slider-nav.slick-slider {
        position: initial;
    }

    .slick-vertical .slick-slide {
        cursor: pointer;
    }

    .slider-nav .slick-arrow {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        background: #3689a1;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        z-index: 10;
        cursor: pointer;
    }

    .down-arrow.slick-arrow {
        bottom: -5px;
    }

    .up-arrow.slick-arrow {
        top: -5px;
    }

@media (max-width: 424px) {
    .slider-nav-control{
        display:none;
    }
}

    /*slider remove add images*/

    .infture-slider-left.black .slider-single .img-slider img {
        background: #000;
        width: 100%;
        border: none;
        height: 474px;
    }

    .infture-slider-right.black .slider-nav .img-slider img {
        background: #000;
        width: 100%;
        border: none;
        height: 122px;
    }

    .slider-east .slick-slide img {
        width: 100%;
    }

    .slider-east .slick-slide {
        margin: 0 30px;
    }

    .slider-tab {
        overflow: hidden;
    }

    .slider-east, .slider-west {
        padding: 40px 60px;
    }

        .slider-east .slick-arrow, .slider-west .slick-arrow {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 47px;
            height: 47px;
            background: #0099c9;
            color: #fff;
            font-size: 20px;
            line-height: 47px;
            text-align: center;
            cursor: pointer;
            z-index: 5;
        }

        .slider-east .icon-left-1.slick-arrow, .slider-west .icon-left-1.slick-arrow {
            left: 0px;
        }

        .slider-east .icon-right-1.slick-arrow, .slider-west .icon-right-1.slick-arrow {
            right: 0;
        }

        .slider-east .slick-slide.slick-current.slick-active, .slider-west .slick-slide.slick-current.slick-active {
            transform: scale(1.1);
        }

        .slider-east .slick-list, .slider-west .slick-list {
            overflow: inherit;
        }



    .tab-content > .tab-pane {
        display: block;
        visibility: hidden;
    }

        .tab-content > .tab-pane.active {
            visibility: visible;
        }

    .tab-content {
        position: relative;
    }

    .tab-pane:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


    .slick-slider .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-team .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 47px;
        height: 47px;
        background: #0099c9;
        color: #fff;
        font-size: 20px;
        line-height: 47px;
        text-align: center;
        cursor: pointer;
        z-index: 5;
    }

    .slider-team .icon-left-1.slick-arrow {
        left: 0px;
    }

    .slider-team .icon-right-1.slick-arrow {
        right: 0;
    }

    .slide-lr-nav {
        height: 45px;
        width: 100%;
        background: transparent;
        position: relative;
    }

        .slide-lr-nav::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            right: 0;
            margin: auto;
            background: #fff;
        }