.about-content.ps-0.ps-lg-3 p {
    color: #000;
}
.px-1 {
    color: #fff;
}
h1.heading-title {
    color: #fff;
}
nav.breadcrumbs ol li a {
    color: #fff;
}

section.newsection {
   background: url(../images/banner-slider-isd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; height: 480px;
    
}
h1.text-white.display-5 {
    font-size: 32px;
    padding: 20px 0px 5px;
    margin: 23px 0px 10px;
    font-weight: 600;color: #000 !important;
}
section.newsection p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 8px;
}
.three_boxp {
    position: relative;
    padding: 20px 20px 20px 80px;
    background: #eee;
    font-weight: 600;
    color: #07102f;
}
.three_boxp .icone {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    background: #233dff;
    font-size: 12px;
    text-align: center;
    color: white;
    position: absolute;
    top: 17px;
    left: 30px;
    transition: all linear 0.3s;
}
.dsnp-cont p {
    color: #000;
    font-size: 15px;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 5px;font-weight: 500;
}
.dsnp-cont ul {
    padding-left: 5px;
}
.dsnp-cont ul li {
    color: #000;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 5px;
    list-style: none;font-weight: 500;
}
.dsnp-cont ul li i.fa-regular {
    color: #233dff;
    font-size: 16px;
}

footer#footer {
    background: url(../images/fotr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section#stats {
    background: #233dff;
}

@media (min-width:320px) and (max-width:767px){

.navmenu i.fa.fa-bars {color: #01049f;font-size: 28px;}
.hero {min-height: auto!important;padding: 64px 0 0px;display: block;}

}