body{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1024px;
    margin: 0 auto;
}

.header-top{
    background-color: #8B8B8D;

}
.header-top h5{
    font-family: 'Mulish',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #ffffff;
}
.logo{
    max-width: 800px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-middle{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.header-middle-left{
    flex: 1;
    
}
.header-middle-right{
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 20px;
}
.feedback{
    text-align: right;
    padding-top: 5px;
}
.header-bottom{
    background-color:#32255E ;
}
.nav{
    max-width: 831px;
    margin: 0 auto;
}

.nav a{
    text-decoration: none;
    color: #ffffff;
}

.nav ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.nav li{
    display: inline-block;
    padding: 16px;
    font-family: 'Mulish',sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.1em;
} 
.footer-top{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid #C6C6C6;
}
.footer-top-left{
    flex: 1;
    padding-top: 43px;
    padding-left: 20px;
    padding-bottom: 43px;
}
.footer-top-right{
    padding-right: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
}
.footer-bottom{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #32255E;
    font-family: 'Mulish',sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.footer-bottom p{
    margin: 0;
}
.footer-bottom-left{
    flex: 1;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 20px;
} 
.footer-bottom-left span{
    font-weight: 800;
}
.footer-bottom-right{
    display: flex;
    margin-right: 20px;
}
.footer-bottom-right p{
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 20px;
}
.footer-bottom-right img{
    margin-top: 15px;
}

.footer-mob{
    font-family: 'Mulish',sans-serif;
	background-color:#32255E;
    font-size: 16px;    
    color: #ffffff;
	padding:2px;
	display:none;
	text-align:center;	
}
