
.section2_about_outer{
    margin-top: -36px;
    z-index: 99 !important;
    position: relative;
    background: #000400;
}

.section2_about{
    color: #000;
    background: #fffaf2;
    border-radius: 550px 0px 0px 0px;
    overflow: hidden;
}
.section2_about h2{
    color: #a88236;
}
.sec_belong_here{
    margin: 65px auto;
    width: 86%;
    border-radius: 78px;
    overflow: hidden;
    box-shadow: 9px 9px 10px #8a8a8a;
}
.sec_belong_here_inner {
    background: #00252f78;
    padding: 5% 7%;
}
 
 
 .section4_director {
    color: #000;
    background: #ffffff;
 }
 .section4_inner {
    background: #fff;
}
.sec4_director h3 {
    text-shadow: 0px 0px 50px #fff;
    background: #ffffff30;
}
.sec4_director p {
    color: #000;
}
.director_sec_para_box {
    border-left: 2px solid #000;
}


.sec_mission_vission_inner{
    background: #002a36;
    background: radial-gradient(circle,rgba(0, 42, 54, 1) 10%, rgba(0, 19, 24, 1) 100%, rgba(0, 19, 24, 1) 100%);
}



.section5_wca {
    background: #002a36;
    background: radial-gradient(circle, rgba(0, 42, 54, 1) 10%, rgba(0, 19, 24, 1) 100%, rgba(0, 19, 24, 1) 100%);
}
.section5_inner {
    background: unset;
}

.footer_section {
    background: var(--background_img_pkbg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #000b14;
background: radial-gradient(circle,rgba(0, 11, 20, 1) 10%, rgba(0, 4, 8, 1) 100%, rgba(0, 4, 8, 1) 100%);
}
.ftr_sec_arr {
    background: var(--background_img_pkbg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: #000b14;
background: radial-gradient(circle,rgba(0, 11, 20, 1) 10%, rgba(0, 4, 8, 1) 100%, rgba(0, 4, 8, 1) 100%);
}








@media(max-width:1300px){
    .section2_about{
        border-radius: 350px 0px 0px 0px;
    }
}
@media(max-width:1100px){
    .section2_about{
        border-radius: 250px 0px 0px 0px;
    }
}
@media(max-width:940px){
    .section2_about{
        border-radius: 150px 0px 0px 0px;
    }
}
@media(max-width:810px){
    .section2_about{
        border-radius: 100px 0px 0px 0px;
    }
}
@media(max-width:600px){
    .section2_about{
        border-radius: 50px 0px 0px 0px;
    }
}






