/*==========================================*/
/*Banner Text Css*/
/*==========================================*/
.slider-item .banner-caption{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    width: 100%;
}
.banner-caption h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin: 0 0 30px;
}
.banner-caption h4{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.5px;
    margin: 0 0 26px;
}
.tnit-btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    padding: 12px 35px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    position: relative;
    z-index: 11;
}
.tnit-btn:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
    background-color: #454545;
}
.tnit-btn:hover:before{
    width: 100%;
}
.tnit-btn:hover{
    color: #fff;
}
.tnit-btn .fa{
    margin-right: 8px;
}

/* Text Bottom Css */
.slider-item .tnit-text-bottom{
    bottom: 100px;
}

/* Text Top Css */
.slider-item .tnit-text-top{
    top: 300px;
}
