:root{
    --headings-color: #424242;
    --about-us-font-family: Poppins,sans-serif;
    --pink-text: #ff5a78;
    --pinkTexthover:#337ab7;
}
#sol{
    position: relative;
    top:70px;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 20px;
    display: flex;
    list-style-type: none;
    font-size: 18px;
}
#sol .sli a {
    text-decoration: none;
    color:  #ff5a78;
    font-weight: lighter;
    font-family: sans-serif;
}
#dVaboutBody{
    padding: 0px;
    margin-top: 0px;
}
#dVnav-container{
    width: 100%;
    top: 0;
    /* border: 1px solid rgb(228, 38, 101);  */
    background-color: white;
    z-index: 10;
    height: 65px;
    position: fixed;
    margin: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#dVabout-us{
    display: flex;
    flex-direction: row;
    width: 70%;
    margin:auto;
    /* border: 2px solid red; */
    /* height:auto; */
    font-family: var(--about-us-font-family);
   
    /* transform: translateY(20px); */
}
.dVaboutLogo{
    cursor: pointer;
    z-index: 9;
    position: relative;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
    width: 25%;
    padding-top: 5px;
}
.dVabout-us-cont1{
    width: 25%;
    margin:0;
    margin-right: 0;
    margin-left: 0px;
    /* border: 1px solid blue; */
}
#dVmake_fixed{

    width: 240px;
    margin:0px;
    background: #f5f5f5;
    border-radius: 5px;
    transition: .4s;
    height: 230px;
    /* top: 130px; */
    margin-top: 100px;
}
#dVmake_fixed >ul{
    list-style: none;
    /* text-align: center; */
}

#dVmake_fixed >ul >li{
    margin: 10px;
}
.dVabout-us-cont2{
    width: 69%;
    margin-left: 50px;
    /* border: 1px solid green; */
    transform: translateY(50px);
}
#dVblank-cont{
   height: 50px; 
   /* border: 1px solid black; */
}
#dVmake_fixed >ul >li >a{
    text-decoration: none;
    color: black;
    font-weight: 500;
}
#dVmake_fixed >ul >li >a:hover{
    text-decoration: underline;
    color: blue;
    font-size: 17px;
}
.dVh1 >h1{
    letter-spacing: 0px !important;
    line-height: 1;
    font-size: 25px;
}
#dVabout-us h1, #dVabout-us h2{
    color: var(--headings-color);
    line-height: 1.5;
    letter-spacing: 1.1px;
}
#dVabout-us p{
    margin: 0 0 10px;
    line-height: 1.7;
    color: #424242;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}
.dVpinktext{
    color:var(--pink-text);
    text-decoration: none;
}
.dVpinktext:hover{
    color: var(--pinkTexthover);
    text-decoration: underline;
}
#DK_main{
    margin-top: 20%;
}