body {
    margin: 0;
    padding: 0;
   
}
.kkenterprise-wrapper {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.all-outer {
    display: table;
    height: auto;
    width: 100%;
}
.all-inner {
    height: auto;
    margin: auto;
    width: 1000px;
}
.all-outer:after, .all-inner:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
h1, h2, h3, h4, h5, p {
    padding: 0;
    margin: 0;
}
.top-header{
     background: none repeat scroll 0 0 #034987;
    border-bottom: 7px solid #ffe71d;
    box-shadow: 0 50px 55px -40px rgb(43, 42, 42);
    position: relative;
}
.logo {
    float: left;
    position: absolute;
    width: 350px;
}
.menu-wrapper{
     float: right;
    margin-top: 25px;
    width: 520px;
}