﻿
/*....club association page css...*/



.heightwightresponsive{
    width:100%;
}
section.inn-body-wrap {
    padding: 50px 0;
    background: #e7eef1;
}
.pooi_tri.dgrrfg_tri {
    color: #354b88;
    font-weight: 600;
}
.pooi_tri {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
    position: relative;
    padding-bottom: 5px;
}


.association-main{
    width:96%;
}
.newcolordesignhsh {
    color: white;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
}
.newwhitecolorgsg {
    color: white;
    text-align: center;
    padding: 16px 0px;
}
.club-img {
    background: white;
    box-shadow: 0 0 24px 0 rgb(26 47 106 / 37%);
    padding: 5px;
}
.club-img img{
    width:100%;
    border: 2px solid #ef0503;
}

.club_sec span {
    display: block;
    padding: 14px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

.club_sec {
    background: #fff;
    border-radius: 1px 1px 4px 2px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 2px 0px #c2c2c2;
    text-align: center;    padding-top: 12px;
}
.grfrg_tri {
    display: flex;
    flex-wrap: wrap;justify-content:center;
}

.reiufhiuhi_tri {
    width: 20%;
    padding: 0 10px;
}


@media(max-width:992px){
    .club-associationn{
        display:block!important;
    }
    .club-div, .association-main{
        width:100%!important;
    }
    .club-img{
        width:125%;
        margin-left: -13px;
    }
    .club-association-imgg{
        width:100%;
    }
}