/* body{
    background: url(../img/bpconsult.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
#container .bpmain
{
    margin-top: 100px;
    font-family: 'Roboto Slab', serif;
    display: flex;
    width: 100%;
    min-height: 100vh;
}
#container .bpmain .group
{
    display: flex;
    margin: 60px 0px;
    /* background: rgba(196, 183, 183, 0.5); */
    background: linear-gradient(rgba(3, 3, 3, 0.8),rgba(5, 5, 5, 0.8)),url(../img/bpp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 1); */
    border-radius: 10px;
    color: rgb(241, 232, 232);

}
#container .bpmain .sign
{
    width: 30%;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0px 5px;
    justify-content: center;
    align-items: center;
}

#container .bpmain .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 .bpmain .sign h4
{
    
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
margin-top: 5px;
text-align: center;
}
#container .bpmain .sign a
{
text-decoration: none; 
font-weight: bold; 
margin-top:-20px;
text-align: center;
}

#container .bpmain .discription
{
    
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    padding: 0px 40px;
    width: 60%;
    height: 90%;
    justify-content: center;
    align-content: center;
}

#container .bpmain .discription h4
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;  
}
#container .bpmain .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:120%;
    overflow-y: hidden;
}
#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: -7%;
}

#rowdesign .imageright
{
position: absolute;
right: 0%;
top: 0;
height: 100%;
width: 35%;
}
#rowdesign .imageright img
{
    top: 0;
    right: 0;
}

/* -----------------CSS forRow Design ENDed------------------------ */

/* CSSfor Responsiveness START*/
@media screen and (max-width:804px)
{
    #container .bpmain .group
    {
        min-height: 75vh;
    }
}    

@media screen and (max-width:700px)
{
    #container .bpmain .group
    {
        min-height: 65vh;
    }
}

@media screen and (max-width:600px)
{
    #container .bpmain .group
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #container .bpmain .group .sign
    {
        width: 80%;
        margin-top: 5px;
    }
    #container .bpmain .group .discription
    {
        text-align:justify;
        align-items: center;
        width: 90%;
    }
   
}    
@media screen and (max-width:326px)
{
    #container .bpmain .group .sign
    {
        width: 100%;
        margin-top: 5px;
    }
    #container .bpmain .discription    
    {
        padding: 5px;
    }
    #container .bpmain .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 */