.navbar-wrapper .navfixed .container .fullcontainer .row .col-md-12 .mylogo img {
    width: 125px;
    margin-top: -60px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}


.navbar-wrapper .navfixed {
    display: inline-block;
    width: 100%;
    z-index: 100094;
    height: 55px;
    position: fixed;
    left: 0;
}

#mega-menu-wrap-navigation-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 40px;
    height: 75px;
    display: inline-block;
    position: relative;
    outline: 0;
}

.breadcrumb-header {
    background: #1f2123;
    padding: 100px 0 50px;
    background-image: url(/wp-content/themes/keira/css/../images/bg-paterns.png);
}

#mega-menu-wrap-navigation-menu #mega-menu-navigation-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-navigation-menu #mega-menu-navigation-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-navigation-menu #mega-menu-navigation-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    background: linear-gradient(to bottom, #3330, rgba(51, 51, 51, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#00333333');
    color: #ffc247;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-navigation-menu #mega-menu-navigation-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: rgba(94, 94, 94, 0);
    background: #3e3d3d;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#005E5E5E');
    color: #dddddd;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

/*.sidebar .widget {
    padding: 35px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    display: none;
}*/

.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: none;
}

.content {
    transform: translate(0, -30%);
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #383838;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
