.header--logo{
    width: 300px;
}
.ib--redeem--zone {
    position: relative;
    height: 76px;
    top: -2px;
}
.home--banner--single img{
    /*height: 70vh;*/
    object-fit: cover;
}
.home--banner--content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*line-height: 80vh;*/
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home--banner .home--banner--single h3 {
    font-size: 38px;
    font-family: var(--heading-font-family);
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    animation: fadeOutRight 1s both;
    margin: 5px auto;
    padding: 0;
    text-transform: uppercase;
}

.home--banner .home--banner--single h5 {
    margin: 0;
    padding: 0;
    color: #FFF;
    max-width: 600px;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
    font-family: var(--heading-font-family);
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
}
.home--banner--single .btn {
    padding: 10px 40px;
    border-radius: 0px;
}
.home--banner .slick-active .home--banner--single h3 {
    animation: fadeInDown 1s both 1s;
    
}

.home--banner .slick-active .home--banner--single h5 {
    animation: fadeInLeft 1s both 1.5s;
    
}
.home--banner--single[data-id="1216"] .home--banner--content{
    left: 100px;
    align-items: start;
}
.home--banner--single[data-id="1216"] h3,
.home--banner--single[data-id="1216"] h5{
    text-align: left;
    margin: initial;
    margin-bottom: 10px;
}
.home--banner .slick-active .home--banner--single .btn {
    animation: fadeInUp 1s both 1.5s;
}
.home--banner .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    /* width: 45px; */
    /* height: 45px; */
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    color: #ccc;
    z-index: 1;
    font-size: 30px;
    background: transparent;
    box-shadow: none;
}

.home--banner .NextArrow:before {
    content: "\e649";
    font-family: themify;
}

.home--banner .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    /*width: 45px;*/
    /*height: 45px;*/
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    color: #ccc;
    z-index: 1;
    font-size: 30px;
    background: transparent;
    box-shadow: none;
}

.home--banner .PrevArrow:before {
    
    content: "\e64a";
    font-family: themify;
}
.home--banner .slick-arrow:focus{
    box-shadow: none;
    border:  0;
    outline: none;
}
.home--banner .slick-arrow:hover,
.home--banner .slick-arrow:focus{
    color: #fff;
}
.home--banner .slick-arrow{
    display: block !important;
}
.home--banner .slick-dots li button:before{
    font-size: 15px;
    opacity: .65;
    color: #fff;
    
}
.home--banner .slick-dots{
    bottom: 10px;
}
.home--banner .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #fff;
}
.ib--redeem--zone{
    background: var(--primary--color);
}
.ir--menus{
    display: flex;
}