.slider-area .single-slider {
    height: 630px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .slider-area .single-slider {
        height: 450px;
        background-position: center;
        background-size: 150%;
        background-repeat: no-repeat;
    }
    .slider-area {
        max-height: 210px !important;
        overflow: hidden;
    }
}

@media (max-width: 425px) {
    .slider-area {
        max-height: 160px !important;
        overflow: hidden;
    }
}

.slider-area .owl-stage-outer {
    min-height: 630px;
}

.slider-area .single-slider::before {
    position: absolute;
    content: "";
    background: #020c26;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2
}
.single-slider .row{
    height: 760px;
}

.slider-area .single-slider .slider-content {
    position: relative;
    z-index: 9;
    //display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-area .single-slider .slider-content .top {
    background-color: rgba(0, 0, 0, .2);
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.slider-area .single-slider .slider-content .top span {
    color: #ff5e13;
}

.slider-area .single-slider .slider-content .mid {
    background: #fff;
    padding: 30px 55px;
    text-overflow: ellipsis;
}

.slider-area .single-slider .slider-content .bottom {
    background-color: rgba(0, 0, 0, .2);
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.slider-area .single-slider .slider-content .bottom span {
    color: #ff5e13;
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content {
        //padding: 12px 12px 12px 12px;
    }
    .slider-area .single-slider .slider-content .mid {
        background: #fff;
        padding: 10px 25px;
        text-overflow: ellipsis;
    }
}

.slider-area .single-slider .slider-content p {
    color: #ff5e13;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px
}

.slider-area .single-slider .slider-content h3 {
    font-family: rubik, sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #020c26;
    line-height: 42px;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content h3 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

.slider-area .single-slider .slider-content a i {
    font-size: 14px;
    padding-left: 5px
}

.slider-area .single-slider .slider-content .slider-btn a {
    background: #ff5e13;
    color: #fff;
    display: inline-block;
    padding: 22px 50px;
    font-size: 16px;
    font-family: rubik, sans-serif;
    font-weight: 400
}

.slider-area .single-slider .slider-content .slider-btn a:hover {
    color: #fff
}

.slider-area .single-slider .slider-content .slider-btn a:focus {
    outline: none;
    color: #fff
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content .slider-btn {
        left: 40px
    }
}

.slider-area .slider-active .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px
}

.slider-area .slider-active .owl-dots div {
    width: 15px;
    height: 15px;
    background: 0 0;
    display: block;
    margin: 13px 0;
    border-radius: 50%;
    border: 2px solid #fff
}

.slider-area .slider-active .owl-dots div .active {
    background: #fff
}

.slider-area .slider-active .owl-dots div.active {
    background: #fff
}