/* body{
    background: url(../img/bpconsult2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */

#container .edumain
{
    position: relative;
    margin-top: 100px;
    font-family: 'Roboto Slab', serif;
    display: flex;
    align-content: center;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-content: center;
}
#container .edumain .group
{
    display: flex;
    margin: 60px 0px;
    background: linear-gradient(hsla(0, 0%, 1%, 0.7),rgba(5, 5, 5, 0.7)),url(../img/edup1.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 .edumain .sign
{
    width: 30%;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#container .edumain .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 .edumain .sign h4
{
font-family: 'Oswald', sans-serif;
font-size: 1.5em;
margin-top: 5px;
text-align: center;
}

#container .edumain .sign a
{
text-decoration: none; 
font-weight: bold; 
margin-top:-20px;
text-align: center;
}

#container .edumain .discription
{
    display: flex;
    margin: 25px 10px;
    flex-direction: column;
    padding: 0px 30px;
   
    width: 60%;
    height: 90%;
    justify-content: center;
    align-content: center;
}

#container .edumain .discription h4
{
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
}

#container .edumain .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: -6%;
}

#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 .edumain .group
    {
        min-height: 75vh;
    }
}    

@media screen and (max-width:700px)
{
    #container .edumain .group
    {
        min-height: 65vh;
    }
}

@media screen and (max-width:600px)
{
    #container .edumain .group
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #container .edumain .group .sign
    {
        width: 80%;
        margin-top: 5px;
    }
    #container .edumain .group .discription
    {
        text-align:justify;
        align-items: center;
        width: 90%;
    }
   
}
@media screen and (max-width:326px)
{
    #container .edumain .group .sign
    {
        width: 100%;
        margin-top: 5px;
    }
    #container .edumain .discription    
    {
        padding: 5px;
    }
    #container .edumain .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: -11%;
    }
}
/* CSS for Responsiveness END */