*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: none;
    list-style: none;
    transition: .1s ease;
}
.header{
    border-top: 4px solid #1361CD;
    padding: 18px 15px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}
.header nav,.main-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-logo{
    padding: 1px 7px;
    display: flex;
}
.main-nav{
    justify-content: center;
    align-items: center;
    /* margin-left: 345px; */
}
.main-nav a{
    color: black;
    font-weight: 600;
}
.main-nav ul{
    margin-left: 2px;
    padding: 7px 20px;
}
.main-nav ul li{
    list-style: none;
}
.main-nav ul:hover{
    background-color: #1361CD;
    border-radius: 5px;
    color: white;
}
.home{
    background-color: #1361CD;
    border-radius: 5px;
    padding: 7px 20px;
    color: white;
}
.home li{
    color: white;
}
.banner{
    background-color: #1361CD;
}
.welcome{
    text-align: justify;
    text-align: center;
    padding-top: 70px;
    color: #F14D5D;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.welcome h1{
    color: #18407C;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.main-intro{
    justify-content: center;
    align-items: center;
}
.intro{
    width: 50%;
    margin: auto;
}
.intro p{
    color: #777;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 1rem;
}
.categories{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin: 0% 18%;
    width: 65.2%;
}
.category{
    display: flex;
    /* flex: 1; */
    flex-direction: column;
    width: 220px;
    /* justify-content: center; */
    /* align-items: center; */
    /* border: 1px solid black; */
    /* text-align: justify; */
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    margin: 15px;
    border-radius: 5px;
    height: 350px;
}
.categories a :hover{
    background-color: #2879EB;
    color: white;
    border-radius: 5px;
}
.categories a{
    color: black;
}
.category img{
    height: 120px;
    width: 120px;
    padding: 20px 0px;
    margin: 0% 25%;
}
.category .title{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    /* color: black; */
}
.category ul{
    padding-left: 20px;
    padding-bottom: 40px;
    list-style: none;
}
.category ul li{
    /* color: #5f5f5f; */
    font-size: 15px;
    padding-bottom: 10px;
    opacity: 70%;
}
.category ul li::before{
   content: "• ";
}
.uni{
    margin-top: 100px;
}
.footer{
    padding: 20px 0px 30px 0px;
    background-color: #18253F;
    color: white;
    display: flex;
    /* text-align: justify; */
    justify-content: center;
    flex-wrap: wrap;
}
.footer a{
    color: rgba(255, 255, 255, 0.598);
}
.footer a:hover{
    text-decoration: underline;
}
.footer .heading{
    font-size: 20px;
    padding: 10px;
}
.footer .heading-one-ul ul li::before{
    content: "> ";
    color: rgba(255, 255, 255, 0.598);
}
.follow-us img{
    filter: grayscale(100%);
    /* margin: 5px; */
    padding: 5px;
}
.follow-us img:hover{
    filter: grayscale(0%);
    background-color: white;
    border-radius: 5px;
}
.footer .one{
    margin: 50px;
    width: 250px;
    text-align: start;
}
.heading-one-ul ul li{
    padding: 10px;
}
.li ul li{
    padding: 10px;
}
.location{
    margin-right: 10px;
}
.follow-us{
    margin-left: 5px;
}
.copyright{
    background-color: #203255;
    color: rgba(255, 255, 255, 0.545);
    text-align: center;
    padding: 20px;
}
.copyright a{
    color: white;
}
.copyright a:hover{
    text-decoration: underline;
}