.owl-stage .banner6 {
    background-image: url(../img/Banner-Awards.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.owl-stage .banner4 {
    background: url(../img/slide-4.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content-grid {
    margin-top: 50px !important;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
}
#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000!important;
}

#login .form-wrap {
    width: 60%;
    margin: 0 auto;
    /*background: linear-gradient(to left, #a51380, #320ec8);*/
    position: relative;
    top: 100px;
    padding: 0px;
}

.cls {
    float: right;
    /* border: 1px solid #cc0000; */
    padding: 0px 5px 0px 5px;
    font-size: 25px;
    color: #fff;
}
.centering-prize{
    display: flex;
    align-items: center;
}

@media(max-width:575px) {
    
    
    .text-4-5 {
        font-size: 1.5rem !important;
    }
    
    .custom-secondary-font .text-4-5 {
        font-size: 0.6em !important;
    }

    
    .content-grid {
        margin-top: -50px !important;
    }
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000; 
    }
    
    .custom-section-padding-2 {
        padding-top: 13px !important;
    }
    
    .testimonials .blog-post-image-wrapper .owl-carousel{
        margin-top: 200px !important;
    }
    
   
    p {
        color: var(--default);
        line-height: 26px;
        margin: 0 0 6px !important;
    }
    
    #login .form-wrap {
        width: 100% !important;
        margin: 0 auto;
        /* background: linear-gradient(to left, #a51380, #320ec8); */
        position: relative;
        top: 100px;
        padding: 0px;
    }
    .owl-stage-outer h1{
        margin-top: 340px !important;
    }
    .custom-secondary-font .text-4-5 {
        font-size: 1em !important;
        line-height: 27px;
        margin-top: 16px;
    }
    

    .owl-stage .banner6 {
        background-image: url(../img/Mob-Awards.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .owl-stage .banner4 {
        background-image: url(../img/slide-4mob.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    article.blog-post .blog-post-image-wrapper .blog-post-date {
        position: absolute;
        top: 60% !important;
        right: 10px !important;
        font-size: 3em;
        text-align: center;
        line-height: 1;
        padding: 25px 15px;
        transform: translateY(-50%);
    }
    .prize-taking .prize img {
        display: block;
        margin: 0 auto; 
        max-width: 100%; 
        height: auto;
    }


}
