*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body{
    padding: 0%;
    margin: 0%;
}

a{
    color: white !important;
    text-decoration: unset !important;
}

#pmln img{
    width: 75%;
    padding-top: 55px;
}
#mian img{
    padding-top: 10px;
    width: 25%;
}
.flex{
    display: flex;
    justify-content: space-between;
}
#navbar{
    background-color: #1d76bb;
    width: 100%;
}
.nav-item a{
    color: white;
    text-align: center;
    font-size: 18px;
}
.nav-item a:hover{
    color: #e0dd16;
}
#one{
    background-color:#1c3c6e;
    color: white;
    cursor: pointer;
}
#one:hover{
    background-color: #206659;
}
#one h4{
    padding-top: 50px;
}
#one p{
    font-size: 18px;
}
#two{
    background-color: #019882;
    color: white;
    cursor: pointer;
}
#two h4{
    padding-top: 50px;
}
#two p{
    font-size: 18px;
}
#two:hover{
    background-color: #40a77a;
}

#three{
    background-color: #017d79;
    color: white;
    cursor: pointer;
}
#three:hover{
    background-color: #1aa266;
}
#three p{
    font-size: 18px;
}
#three h4{
    padding-top: 50px;
}
#four{
    background-color:  #f69321;
    color: white;
    cursor: pointer;
}
#four:hover{
    background-color: #c87a21;
}
#four p{
    font-size: 18px;
}
#four h4{
    padding-top: 50px;
}
.third{
    background-image: url(bg-section-PMLN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80%;
    
}

/* section footer start */
.president{
    background-image: url(bg-section-PMLN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 7vh;
    color: white;
    padding-top: 7px;
}
.icon i{
    font-size: 20px;
    cursor: pointer;
}
.icon i:hover{
    color: #e29f51;
}
.icon{
    background-color: #808285;
    color: white;
    cursor: pointer;
}
.icon p{
    font-size: 17px
}
.icon p:hover{
    color:#e29f51;
}
.icon span:hover{
    color:#e29f51;
}
/* section footer end */