/* body{
    background: url(../img/bpconsult.jpg);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat; 
}*/
#container .hrmain
{
    margin-top: 100px;
    position: relative;
    font-family: 'Roboto Slab', serif;
    display: flex;
    align-content: center;
    width: 100%;
    min-height: 100vh;
}
#container .hrmain .group
{
    display: flex;
    margin: 60px 0px;
    background: linear-gradient(rgba(3, 3, 3, 0.8),rgba(5, 5, 5, 0.8)),url(../img/hrp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    color: #fff;
}
#container .hrmain .sign
{ 
    width: 30%;
    max-width: 320px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#container .hrmain .sign img
{
    max-width: 60%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    
}

#container .hrmain .sign h4
{
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
margin-top: 5px;
text-align: center;
}
#container .hrmain .sign a
{
text-decoration: none; 
font-weight: bold; 
margin-top:-20px;
text-align: center;

}
#container .hrmain .discription
{
    display: flex;
    margin: 10px 0;
    flex-direction: column;
    padding: 0px 40px;
    /* background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 20px; */
    width: 60%;
    /* height: 90%; */
    justify-content: center;
    align-content: center;
}
#container .hrmain .discription h4
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}

#container .hrmain .discription p,em{
    font-size: 0.9em;
}

/*-----------------------CSS forRow Design Started------------------ */
#rowdesign
{
    margin-top:10%;
    height: 22.5vw;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}
#rowdesign .imageleft
{
position: relative;
left: 1vw;
top: 0;
max-width: 35%;
height:100%
}
#rowdesign .imageleft img,#rowdesign .imageright img,#rowdesign .imagemiddle img
{
    position: absolute;
    height: 100%;
    /* user-drag: none;   */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#rowdesign .imagemiddle img
{
    position: absolute;
    height: 100%;
    /* width: 100%; */
}

#rowdesign .imagemiddle
{
position: absolute;
left: 50%;
top: 40%;
height: 60%;
width: 25%;
margin-left: -12%;
}

#rowdesign .imageright
{
position: absolute;
right: 0%;
top: 0;
height: 110%;
width: 35%;
}
#rowdesign .imageright img
{
    top: 0;
    right: 0;
}

/* -----------------CSS forRow Design ENDed------------------------ */

/* CSSfor Responsiveness START*/
@media screen and (max-width:804px)
{
    #container .hrmain .group
    {
        min-height: 75vh;
    }
}    

@media screen and (max-width:700px)
{
    #container .hrmain .group
    {
        min-height: 65vh;
    }
}

@media screen and (max-width:600px)
{
    #container .hrmain .group
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #container .hrmain .group .sign
    {
        width: 80%;
        margin-top: 5px;
    }
    #container .hrmain .group .discription
    {
        text-align:justify;
        align-items: center;
        width: 90%;
    }
}    
@media screen and (max-width:326px)
{
    #container .hrmain .group .sign
    {
        width: 100%;
        margin-top: 5px;
    }
    #container .hrmain .discription    
    {
        padding: 5px;
    }
    #container .hrmain .group
    {
        box-shadow: none;
    }

}
@media screen and (max-width:251px)
{
    #container
    {
        padding: 0px 50px  ;
    }
}


/* CSS for Row DEsign */
@media screen and (max-width:963px)
{
    #rowdesign
    {
        height: 28vw;
    }
    #rowdesign .imagemiddle
    {
        margin-left: -13%;
    }
}
/* CSS for Responsiveness END */