*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.s1{
    display: flex;
    padding: 10px 0;
    justify-content: space-around;
    background-color: #fff;
    color: #1977cc;
}

.s1 .contactinfo p{
    padding: 0 15px;
}

.s1 .icon i{
    padding: 0 5px;
}
.s2{
    display: flex;
    justify-content: space-around;
    background-color: aliceblue;
    padding: 15px 0;

}
.s2 .menubar ul{
    padding: 10px 0;
}

.s2 .menubar ul li{
    display: inline-block;
    padding: 0 10px;
}

.s2 .menubar ul li a{
    color: orange;
    font-size: 25px;
}

.s2 .header h1{
    color: orange;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
}
.s2 .header h1{
    padding: 11px 0;
}
.s2 .header .yo{
    color: rgb(75, 116, 155);
}
.s3 .header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-top: 30px;
    color: #1977cc;
    font-weight: 200px;

}

.s4 {
    text-align: justify;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 20px;
    
}
.s4 p{
    font-size: 18px;
    font-family:  "Poppins";
}

.images{
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}
.images .d1 img{
    width: 75%;
    

}

.images .d2 img{
    width: 80%;
    

}
.images h1{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 40px;

}

.s8 .foot{
    background-color: #1977cc;
    text-align: center;
    padding: 10px 0;
    color: white;
    padding: 15px 0;
    font-size: 15px;
}
