.header ul li a{
    color: black !important;
}
h1, h2, h3, h4, h5, h6{
    color: var(--site-color) !important;
}
h4{
    margin-bottom: 30px;
    text-align: center !important;
    font-size: 20px;
}
h3{
    font-size: 25px;
    margin-bottom: 16px;
}
p{
    color: #3e3c50 !important;
}
.dm-m{
    border-top-left-radius: var(--img-radius);
    border-bottom-right-radius: var(--img-radius);
}
.opn-sec{
    padding-top: 160px;
    
}
.dm-page{
    background-image: url(../images/dm/bg-dm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/* .wrp.grid-3 .grid-sec{
    margin-top: 30px;
    box-shadow: 2px 3px 12px #aaa;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
} */
.wrp.grid-3 .grid-sec i{
    width: 70px;
    height: 70px;
    background-color: beige;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.wrp.grid-3 .grid-sec:nth-child(2) i{
    background-color: azure;
}
.wrp.grid-3 .grid-sec:nth-child(3) i{
    background-color: rgb(206, 205, 255);
}
.wrp.grid-3 .grid-sec:nth-child(4) i{
    background-color: rgb(218, 244, 204);
}
.wrp.grid-3 .grid-sec:nth-child(5) i{
    background-color: rgb(245, 207, 249);
}
.wrp.grid-3 .grid-sec:nth-child(6) i{
    background-color: rgb(212, 195, 250);
}
.wrp.grid-3 .grid-sec h5{
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
}
.right-align h3, .right-align p, .right-align h4{
    text-align: right;
}
.footer h4{
    color: #dbd9d9 !important;
    text-align: left !important;
}
.footer ul li a, .footer p{
    color: #dbd9d9 !important;
}
.pt{
    padding-top: 85px;
}
@media screen and (max-width: 768px){
    .grid-2-r .grid-sec{
        width: 95%;
    }
    .grid-4-r .grid-sec{
        width: 90%;
    }
    .list-items .wrp .grid-sec{
        margin-left: 10px;
    }
    .h1{
        font-size: 35px;
        line-height: 45px;
    }
    .h2{
        font-size: 30px;
        line-height: 40px;
    }
}

