.banner-sliders {
    position: relative;
    z-index: 0;
    background: #003497;
}
.banner-images img {
    width: 100%;
    height: 480px;
    opacity: 0.5;
}
.slider-contents {
    content: "";
    display: inline-block;
    height: 345px;
    text-align: center;
    padding: 2em 2em;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 17%;
}
.banner-view-infos {
    position: absolute;
    top: 20%;
    width: auto;
    left: 0;
    right: 0;
}
.banner-view-infos h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.banner-view-infos h3 span {
    font-size: 38px;
}
.banner-view-infos h5 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin: 30px 0px;
    font-weight: 400;
}
.banner-view-infos .fa-location-arrow {
    background: #73c25fc2;
    padding: 7px;
    font-size: 14px;
    border-radius: 6px;
}
.banner-view-infos .fa-calendar-edit {
    background: #73c25fc2;
    padding: 7px;
    font-size: 14px;
    border-radius: 6px;
}
.banner-paras {
    background: #fff;
    opacity: 0.7;
    color: #000;
    padding: 12px;
    border-radius: 10px;
}
.banner-info-tops {
    position: relative;
    width: auto;
    top: 260px;
    left: 0;
    right: 0;
}
.banner-info-tops ul li {
    display: inline-block;
    background: #187002;
    margin: 10px 5px;
    border-radius: 7px;
    line-height: 14px;
    width: 160px;
}
.effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 11px 10px;
    width: 160px;
    border-radius: 6px;
    overflow: hidden;
    font-weight: 400;
    background: #2c9f0f;
}
.effect.effect-2 {
    transition: all 0.2s linear 0s;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .banner-images img {
        height: 410px;
    }
}