.container-h.container-fluid {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgba(183, 183, 183, 0.31);
}
/*.container-h.container-fluid.is-sticky .container .row.header {
    border: none;
}*/
.container-h.container-fluid .border {
    display: none;
}
.container-h.is-sticky{
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-font-smoothing: subpixel-antialiased;
    /*    opacity: 0.6;*/
    /*padding: 820px;*/
    transition: all 0.5s ease;
}
.container-h.is-sticky .logo img{
    max-width: 60%;
    /*margin-left: 15px;*/
    transition: all 0.5s ease;
}
.cw-content.container-fluid {
      padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
        .container-h.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    -webkit-font-smoothing: subpixel-antialiased;
    /* opacity: 0.6; */
}
}