.dnp-hd {
    display: inline-block;
    width: 49%;
}
header.fndp-hes {
    width: 100%;
    display: block;
    padding:9px 0px;
}
.dnp-hd.rihg {
    text-align: right;
}
.hdr-bgcl {
    background: #000!important;
    padding: 0px 0px !important;
}
.bg-secondary {
    background-color: #002AA2 !important;
}
.promo-services-single:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: linear-gradient(75deg, #002AA2 10%, #0053CD);
    color: #ffffff;
}
.promo-services-single:hover p.mb-0 {
    color: #fff;
}
section.dsnp-cont-sec {
    padding: 23px 0px;
    background: #002aa20f;
}
.div-cont h1 {
    font-size: 29px;
    font-weight: 600;
    text-align: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
}
.div-cont p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom: 5px;
}


@media (min-width:320px) and (max-width:767px){
.dnp-hd {
    display: inline-block;
    width: 49%;
}

}