﻿@charset "utf-8";

/*****=====*****=====*****=====*****=====
    08. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider {
    overflow: hidden;
    max-height: 600px;
    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.37)!important;
    }


    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100%;
    }

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    /*-webkit-border-radius: 100px;
    border-radius: 100px;*/
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        border: 1px solid #fff;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: #FFF;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 10;
        cursor: pointer;
        display: none;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fab709;
        background-color: transparent;
        position: relative;
        border-color: #fab709;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fab709;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left;
}

.slide_style_right {
    text-align: right;
}

.slide_style_center {
    text-align: center;
}

.slide-text {
    left: 10%;
    top: 35%;
    width: 55%;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px;
    background: #0000;
}

    .slide-text > h1 {
        padding: 0px 0px;
        color: #ec1f24;
        font-size: 33px;
        font-style: normal;
        line-height: 35px;
        letter-spacing: 0px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        font-weight: 800!important;
        text-transform: uppercase;
        border-radius: 0px;
    }

    .slide-text > p {
        padding: 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        margin: 0px 0px 30px 0px;
    }

    .slide-text > a.btn-default {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 12px 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;
        background-color: #ec1f24;
    }

        .slide-text > a.btn-default:hover {
            color: #ffffff;
            background: #2d3192;
            -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;
        }

    .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: 12px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        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;
        background-color: #2d3192;
    }

        .slide-text > a.btn-primary:hover {
            color: #ffffff;
            background: #ec1f24;
            -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 {
        display: none;
    }

    .bs-slider {
        max-height: 450px;
    }
}


.main-slider-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 150px;
}

    .main-slider-bg h2,
    .main-slider-bg p {
        color: #FFF;
    }

    .main-slider-bg h2 {
        color: #FFF;
        font-family: 'Raleway', sans-serif;
        font-size: 40px;
        letter-spacing: 2px;
        margin-bottom: 35px;
        margin-top: 100px;
    }

        .main-slider-bg h2 span {
            color: #2780e3;
        }


.owl-controls .owl-prev {
    left: 0px;
    top: 44%;
    position: absolute;
}

.owl-controls .owl-next {
    right: 0px;
    top: 44%;
    position: absolute;
}

.owl-controls .owl-prev i {
    border: 1px solid #2780e3;
    color: #2780e3;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
}

.owl-controls .owl-next i {
    border: 1px solid #2780e3;
    color: #2780e3;
    font-size: 30px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}

.owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0s;
    background: #2780e3;
    color: #ffffff;
}

.owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0s;
    background: #2780e3;
    color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }


.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-slider:hover {
        border-color: #333;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
