@media screen and (max-width: 1020px){.slider, .slides{height: 10rem!important;}}
@media screen and (min-width: 1020px){.slider, .slides{height: 320px!important;}}




.slider .indicators .indicator-item.active{
    background-color: #1C7CBF;
}

.slider .indicators .indicator-item{
    height: 0.5rem;
    width: 0.5rem;
}

.slider .indicators{
    top: calc(100% - 4rem);
    z-index: 9999;
}

.slider .slides li .caption{
    top: 19%;
    left: 5%;
    width: 87%;
    text-align:right
}

.slider .slides li .caption h5{
    font-size: 0.8rem;
    letter-spacing: 0;
    line-height: 0;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

.slider .slides li .caption h3{
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    height: 6rem;
    margin-left: -0.3rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 800;
    color:#FFFFFF;

}

.slider .slides li .caption h6{
    font-size: 0.68rem;
    float: right;
    margin-right: -11rem;
    width: 28%;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slider .slides li .caption a input{
    color: #FFFFFF;
    background-color: #353b47;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0rem 0rem;
    border-radius: 0rem;
    border: 1px solid #353b47;
    height: 1rem;
    width: 4.35rem;
    position: relative;
    margin-left: 86.3%;
}

.slider .slides li .caption a input:focus{
    outline: 0;
}

.slider .indicators .indicator-item{
    margin:  0 0.5rem;
}

#home-slider .arrow {
    position: absolute;
    top: 0;
    z-index: 995;
    color: rgba(255,255,255,0.4);
    font-size: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    width: 3rem;
}

#home-slider .arrow.left{
    left: 0;
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
}

#home-slider .arrow.left:hover{
    left: 0;
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
}

#home-slider .arrow.right{
    right: 0;
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15) , rgba(255, 255, 255, 0));
}

#home-slider .arrow.right:hover{
    right: 0;
    background: rgba(0,0,0,0.1);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) , rgba(255, 255, 255, 0));
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    #home-slider .indicators{
        display: none;
    }
    .slider .slides li .caption h3 {
        font-size: 1.8rem;
        line-height: 2rem;
        height: 5rem;
    }
    .slider .slides li .caption{
        top: 40%;
        width: 90%;
    }
}

@media only screen and (max-width: 358px) and (min-width: 0px) {
    .slider .slides li .caption h3 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}