.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.tp-overflow-hidden {
    overflow: hidden;
}

.rev_slider ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.top-title p {
    color: #50b848 !important;
    font-weight: bold !important;
}

.rev_slider .tp-caption {
    z-index: 20
}

.rev_slider .tp-caption p {
    color: #fff;
}

.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
    visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}


.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.tparrows:hover {
    background: #000;
}

.tparrows:before {
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
}

.tparrows.tp-leftarrow:before {
    content: '\f104';

}

.tparrows.tp-rightarrow:before {
    content: '\f105';
}

.custom.tparrows {
    width: 50px;
    height: 60px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
}

.custom.tparrows.tp-leftarrow {
    background: #fff;
    color: #0a2c4e;
}

.custom.tparrows.tp-leftarrow::before {
    width: 0;
    height: 0;
    border-top: 60px solid #fff;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.custom.tparrows.tp-leftarrow:hover {
    background: #f8941e;
    color: #fff;
}

.custom.tparrows.tp-leftarrow:hover:before {
    border-top: 60px solid #f8941e;
}

.custom.tparrows.tp-rightarrow {
    background: #fff;
    color: #0a2c4e;
}

.custom.tparrows.tp-rightarrow::before {
    width: 0;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 10px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.custom.tparrows.tp-rightarrow i {
    transform: rotate(180deg);
    margin-top: 15px;
}

.custom.tparrows.tp-rightarrow:hover {
    background: #f8941e;
    color: #fff;
}

.custom.tparrows.tp-rightarrow:hover:before {
    border-bottom: 60px solid #f8941e;
}

.small-image img {
    max-width: 340px;
    margin-right: 120px !important;
    padding: 10px 0 !important;
    object-fit: contain;
}

@media(max-width:992px) {
    .small-image {
        display: none !important;
    }
}
