.about_main_index{
    display: flex;
    justify-content: center;
    padding: 120px 0px 0px 0px;

}
.about_us{
    width: 71%;
    height: auto;

}
.about_header_image{
    padding: 5px 10px 0px 0px;
}
.about_header_image img{
    width: 100%;
}
.about_us_description h2{
    text-align: center;
    color: #0C3170;
    padding: 10px;
}
.about_us_description{
    padding: 0px 10px 0px 0px;
}
.about_us_description p{
    text-align: justify;
    color: #222;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.oder_list_top{
    padding: 10px 10px 10px 30px;
    
}
.order_list li{
    text-align: justify;
    color: #222;
    padding: 5px 0px 5px 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.Charter_image{
    padding: 5px 10px 0px 0px;

}
.Charter_image h2{
    text-align: center;
    color: #0C3170;
    padding: 10px;

}
.image_box{
    display: flex;
    justify-content: center;
}
.image_box img{
    width: 33%;
    height: auto;
    padding: 5px;
}
.others_link{
    width: 20%;
    height: auto;
    margin: 5px;
}
.club_meeting{
    padding: 5px;
}
.club_meeting h3{
    background-color: #0C3170;
    padding: 10px;
    color: #fff;
}
.club_meeting p{
    padding: 5px 10px 5px 10px;
    color: #222;
    font-weight: bold;
}
.our_services{
    padding: 5px;
}
.our_services h3{
    background-color: #0C3170;
    padding: 10px;
    color: #fff;
}
.our_services img{
    width: 100%;
}
.latest_news{
    padding: 10px 5px 10px 20px;
}
.latest_news h3{
    background-color: #0C3170;
    padding: 10px 10px 10px 10px;
    margin-left: -15px;
    color: #fff;
}
.latest_news ul{
    list-style-type: circle;
    
}
.latest_news ul li{
    padding: 5px;
}
.latest_news ul li a{
    text-decoration: none;
    color: #222;

}
.latest_news ul li a:hover{
    color: darkred;
    
}
.facebook_link{
    padding: 5px;

}
.facebook_link h3{
    background-color: #0C3170;
    padding: 10px 10px 10px 10px;
    color: #fff;

}
.facebook_link_attch{
    width: 100%;
}
.facebook_link_attch iframe{
    cursor: pointer;
}