.right-absolute{
     height:0; padding:0; margin:0;
     text-align: end;
}

.left-absolute{
    height:0; padding:0; margin:0;
    
}

.about img{
    position: relative;
    top: 500px;
    width: 381px;
    z-index: -30;
}
.partnerss img{
    position: relative;
    top: 550px;
    z-index: -30;
}
.missions img{
    position: relative;
    top: 750px;
    z-index: -30;
}

.locationss img{
    position: relative;
    top: 600px;
    right: 100px;
    z-index: -30;
}
.teamss img{
    position: relative;
    top: 800px;
    right: 100px;
    z-index: -30;
}
.awardss img{
    position: relative;
    top: 900px;
    left: 100px;
    z-index: -30;
}
.galleres img{
    position: relative;
    top: 400px;
    right: 100px;
    z-index: -30;
}


/*responcive*/
@media only screen and (max-width: 1180px){
    .right-absolute{
        /* height:0; padding:0; margin:0;
        text-align: end; */
        display: none;
   }
   
   .left-absolute{
       /* height:0; padding:0; margin:0; */
       display: none;
       
   }
}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 992px){}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}