/* Topline responsive */
.page_topline .row {
    display: flex;
    align-items: center;
}

.banner-img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 700px;
}

.page_copyright {
    background: #f7d428;
}

/* Large tablets */
@media (max-width: 1200px){
    .banner-img{
        height: 550px;
    }
}

@media(max-width:992px){
    .testimonial_card{
        flex: 0 0 50%;
    }
}

/* Tablet and Mobile */
@media (max-width: 991px) {

    .page_topline .row {
        display: block;
        text-align: center;
    }

    .page_topline .col-xs-6,
    .page_topline .col-sm-4,
    .page_topline .col-md-4,
    .page_topline .col-md-6,
    .page_topline .col-lg-3,
    .page_topline .col-lg-6 {
        width: 100%;
        text-align: center !important;
        margin-bottom: 8px;
    }

    .page_topline .page_social_icons {
        margin: 8px 0;
    }

    .page_topline a {
        display: inline-block;
    }
    .banner-img{
        height: 450px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .banner-img{
        height: 350px;
    }
}

@media(max-width:600px){
    .testimonial_card{
        flex: 0 0 100%;
    }
}

/* Small mobile */
@media (max-width: 480px){
    .banner-img{
        height: 250px;
    }
    .chightlight {
       font-size:30px; 
    }
    .register_section .fontsize_30  {
        line-height: 30px;
    }
    .our_past_winner .owl-carousel .owl-item img {
        height: 400px !important;
        width: 80%;
        margin: auto;
    }
}