*{
    margin: 0; padding: 0;
    background-color: #ccc;
}
.main{
    width: 85%;
    margin: auto;
    background-color: white;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
header{
    padding: 40px;
    background-color: #76c7c0;
    display: flex;
}
.head1{
    background-color: #76c7c0;
    width: 60%;
}
.head1 img{
    background-color: #76c7c0;
}
.head2{
    display: flex;
    justify-content: end;
    width: 40%;
    background-color: #76c7c0;
}
.head2 button{
    width: auto;
    height: auto;
    text-align: left;
    border: none;
    background-color: #76c7c0;
    margin:  0px 15px;
}
.head2 button h5{
    margin: 5px 0px;
    background-color: #76c7c0;
    font-size: 12px;
}
.head2 button h6{
    background-color: #76c7c0;
}
.head2 a{
    text-decoration: none;
    color: black;
}
.head4{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    background-color: #424242;
}
.head4 button{
    height: 50px;
    width: auto;
    display: inline;
    background: none;
    border: none;
}
.head4 button:hover{
    background-color: #838383;
    transition-duration: 0.2s;
}
.head4 h4{
    margin: 0px 10px;
    background: none;
}
.head4 a{
    text-decoration: none;
    color: white;
}
.b1{
    margin: 40px 20px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.b1 h1{
    padding: 20px 10px;
    background-color: white;
}
.b1 hr{
    width: 98%;
    margin: auto;
    background-color: #c9c9c9;
    height: 1px;
    border: none;
}
.b2{
    display: flex;
    align-items: center;
    background-color: white;
}
.b2 img{
    margin: 15px 5px;
    background-color: white;
}
.b2 h5{
    background-color: white;
    color: grey;
    margin: 0px 5px;
}
.b3{
    display: flex;
    align-items: center;
    background-color: white;
}
.b3 img{
    width: 60px;
    margin: 0px 15px;
}
.b4{
    padding: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
}
.b5{
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}
.b5 img{
    width: 90%;
    margin: 0px 0px 80px 0px;
}
.b6{
    background-color: white;
    padding: 0px 0px 50px 0px;
}
.b6 h3 , .b6 p{
    margin: 20px 40px;
    background-color: white;
    color: grey;
}
.b7{
    margin: 40px 20px;
    height: 80px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b7 h4 , .b7 a{
    background-color: white;
    text-decoration: none;
}
.b8{
    padding: 0px 40px;
    height: 80px;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b8 h4{
    color: white;
    background-color: black;
}
.b8 a{
    background-color: black;
}
.b8 a:hover{
    color: #FF716F;
}

