


/**********************************
Slider
******************************/



.rev_slider .rev_slider {
    width: 100%;
    padding: 0 15px
}

.rev_slider .tp-caption.section-title-style-1 span {
    border-bottom: 3px solid #fff;
    display: inline-block;
    color: #fff;
}

.rev_slider .tp-caption.section-title-style-1.darker-color span {
    border-bottom-color: #052035;
    display: inline-block;
}

.rev_slider .section-title span {
    font-weight: 500;
}

.rev_slider .section-title-moredes {
    font-size: 20px;
    line-height: 1.6;
    color: #f2f2f2;
}

.rev_slider .section-title-moredes.darker-color {
    color: #112631;
}

.rev_slider .section-title-moredes-style-2 {
    color: #f2f2f2;
}

.rev_slider .quote {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}

.rev_slider .quote span {
    font-family: Impact;
    font-size: 100px;
    padding-right: 15px;
    position: relative;
    top: 45px;
    color: #01aac1;
}

.rev_slider .author {
    color: #ccc;
}

.rev_slider .tparrows.tp-leftarrow,
.rev_slider .tp-rightarrow.tparrows {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #052035;
}

.rev_slider .tparrows.tp-leftarrow:before,
.rev_slider .tp-rightarrow.tparrows:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 50px;
    color: #01aac1;
}

.rev_slider .tp-leftarrow:before {
    content: '\f060';
}

.rev_slider .tp-rightarrow:before {
    content: '\f061';
}
.rev_slider a.more-bottom {
    background: #3AB142;
    color: #fff;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 16px;
}

@media (max-width: 479px) {
    .rev_slider .tparrows.tp-leftarrow,
    .rev_slider .tp-rightarrow.tparrows {
        display: none;
    }
    .rev_slider .aubtn {
        line-height: 35px;
        font-size: 13px;
    }
    .rev_slider .quote span {
        font-size: 50px;
        top: 20px;
    }
}

