*{margin: 0;padding: 0; font-family: sans-serif;}
nav{
    width: 100%;
    height: 50px;
    display: flex;
    background-color: white;
    box-shadow: 0px 0px 1px black;
}
nav .h1{
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
nav .h1 img{
    width: 60%;
    margin-left: 20px;
}
nav .h2{
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul{
    height: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 65%;
}
nav ul li{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-bottom: 1px solid transparent;
}
nav ul :hover{
    cursor: pointer;
    border-bottom: 1px solid red;
    transition-duration: 0.2s;
}
nav .h3{
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
nav .h3 img{
    width: 9%;
}


.b1{
    padding: 50px 500px 50px 150px;
    background-color: rgb(245, 245, 245);
}
.b1  h4{
    font-weight: 500;
    line-height: 25px;
}
.b2{
    padding: 50px 200px;
    /* background-color: aqua; */
    display: grid;
    grid-template-columns: auto auto auto;
    /* justify-content: space-evenly; */
}
.b2 hr{
    width: 20%;
    margin: 10px 0px 15px;
    color: black;
    height: 2px;
    background-color: black;
    border: none;
}
.t ul{
    list-style: none;
    text-decoration: none;
}
.t ul li{
    margin: 20px 0px;
}
.t ul li:hover{
    cursor: pointer;
    text-decoration: underline;
}
.t a{
    text-decoration: none;
    color: rgb(46, 196, 255);
}
.t{
    margin: 0px 0px 50px;
    width: 200px;
    height: auto;
}
.b2 h2{
    font-weight: 400;
}

footer{
    width: 100%;
    height: 500px;
    background-color: black;
    padding-top: 50px;
}
.fo_m{
    width: 92%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    justify-content: space-evenly;
}
.fo{
    width: 18%;
    height: 300px;
}
.fo h5{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.945);
    font-weight: lighter;
}
footer h4{
    color: white;
}
.fo ul{
    list-style: none;
}
.fo ul li{
    line-height: 35px;
    font-weight: lighter;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: rgba(236, 236, 236, 0.705);
}
.fo_m2{
    width: 92%;
    margin: auto;
    padding: 50px 0px 30px;
    display: flex;
}
.fo_m2 h4{
    color: rgba(255, 255, 255, 0.726);
}
.fo_m3{margin-right: 500px;
    width: 400px;
    display: flex;
    justify-content: space-evenly;
}
.fo_m4{
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.fo_m4 img{
    width: 28px;
}
footer hr{
    margin: auto;
    width: 90%;
    color: rgba(255, 255, 255, 0.726);
}
.fo_l{
    padding: 30px 0px; 
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}
.fo_l a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.726);
    font-size: 12px;
}
.fo_l h5{
    color: rgba(255, 255, 255, 0.726);
}
.fo_l1{
    margin-left: 60px;
}
.fo_l2{
    margin-left: 20px;
}