.about1_body_bg{
    background-image:url('../images/human_resources_bg.jpg');
}
.human_resources_body_bg2{
    background-image:url('../images/Talent_recruitment.png');
}
.human_resources2_main{
    width:100%;
    height:90%;
    position:absolute;
    left:0;top:10%;
    background-image:url('../images/giuseppe-mondi-fJWYwHWYQpY-unsplash.jpg');
    background-repeat:no-repeat;
    background-position: center;

    -webkit-animation:pulse 2s .2s ease both;
    -moz-animation:pulse 2s .2s ease both;
}
@-webkit-keyframes pulse{
    0%{-webkit-transform:scale(1)}
    50%{-webkit-transform:scale(1.1)}
    100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
    0%{-moz-transform:scale(1)}
    50%{-moz-transform:scale(1.1)}
    100%{-moz-transform:scale(1)}
}
.human_resources2_akm{
    width: 36%;
    height: 60%;
    position: absolute;
    right: 6%;
    top: 0;
    background-image: url('../images/human_akm.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.human_resources2_right{
    position: absolute;
    left: 50%;
    top: 32%;
    width: 50%;
    height: 50%;
    background-image: url('../images/pexels-cottonbro-3205568.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 80%;

}
.human_resources2_left{
    color:#FFF;
    position:absolute;
    left:0;
    top:0;
    font-size:20px;
    width:50%;
    height:100%;
    line-height:30px;
    background:#c9151e;
    -webkit-animation:fadeInUp 1s .2s ease both;
    -moz-animation:fadeInUp 1s .2s ease both;}
@-webkit-keyframes fadeInUp{
    0%{opacity:0;
        -webkit-transform:translateY(200px)}
    100%{opacity:1;
        -webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
    0%{opacity:0;
        -moz-transform:translateY(200px)}
    100%{opacity:1;
        -moz-transform:translateY(0)}
}
.human_resources2_left p{
    text-align:right;color:#FFF;font-size:0.7em;width:64%;float:right;line-height:2.5em;margin-right:5%;margin-top:8%;
    -webkit-animation:fadeInLeftBig 1s .2s ease both;
    -moz-animation:fadeInLeftBig 1s .2s ease both;
}

@-webkit-keyframes fadeInLeftBig{
    0%{
        -webkit-transform:translateX(-2000px)}
    100%{
        -webkit-transform:translateX(0)}
}
@-moz-keyframes fadeInLeftBig{
    0%{
        -moz-transform:translateX(-2000px)}
    100%{
        -moz-transform:translateX(0)}
}
.nav_footer li{width:50%;}
.footer_desc{display:none;}