<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
*******Header******
**************************/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

.site-header .navigation {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #0a1b4a;
    border:none;
}
.navbar-header{
    padding-top: 12px;
}
.navbar-header a img{
    width: 124px;
}
.navbar-default .navbar-nav&gt;li{
    margin-left: 68px;
    line-height: 54px;
}
.navbar-default .navbar-nav&gt;li:hover{
    border-top: solid 4px #f3d624;
    line-height: 46px;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    margin: 0;
    border-radius: 3px;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
    padding: 0;
}
.site-header #navbar {
    border: none;
    /*background: none;*/
}
.navbar-collapse{
    padding: 0;
}
.navbar-collapse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-collapse .navbar-nav &gt; .active{
    border-top: solid 4px #f3d624;
    line-height: 46px;
}
.navbar-default .navbar-nav &gt; li:focus &gt; a, .navbar-default .navbar-nav &gt; li:hover &gt; a{
    background: none;
    color: #f3d624;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background: none;
    color: #f3d624;
}
.navbar-default .navbar-nav .dropdown-menu {
    background-color: #090808;
    border: 0;
    padding: 15px;
    border-top: 0;
    border-radius: 0;
    left: 0;
    width: 590px;
}
.navbar-default .navbar-nav .dropdown-menu &gt; li{
    float: left;
    width: 25%;
    text-align: center;
}
.navbar-default .navbar-nav .dropdown-menu &gt; li &gt; h3 a{
    margin: 0;
    font-size: 16px;
    color: #999999;
    line-height: 45px;
}
.navbar-default .navbar-nav .dropdown-menu &gt; li &gt; h3 a:hover{
    color: #f3d624;
}
.dropdown-menu&gt;li&gt;a{
    padding: 0;
}
.navbar-default .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-default .navbar-nav .dropdown-menu &gt; li &gt; a {
    font-size: 14px;
    color: #b6b6b6;
    letter-spacing: 1px;
    line-height: 25px;
}
.navbar-default .navbar-nav .dropdown-menu &gt; li &gt; a:hover{
    color: #f3d624;
    background-color: initial;
}
.navbar-default .navbar-nav li:hover .dropdown-menu{
    display: block;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: inherit;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav &gt; li{
        margin-left: 20px;
    }
    .navbar-default .navbar-nav .dropdown-menu{
        width: 500px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .container &gt; .navbar-collapse{
        margin: 0 !important;
        border: none !important;
        -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1);
        box-shadow: inset 0 0 0 rgba(255,255,255,.1);
    }
    .navbar-nav{
        margin: 7.5px 0 !important;
    }
    .navbar-default .navbar-nav &gt; li{
        margin-left: 15px;
    }
    .container &gt; .navbar-header{
        margin: 0 !important;
    }
    .navbar-toggle{
        margin: 0 !important;
        padding: 6px !important;
    }
    .navbar-default .navbar-nav &gt; li:hover{
        border: none !important;
    }
    .navbar-collapse .navbar-nav &gt; .active{
        border: none !important;
    }
    .navbar-default .navbar-nav &gt; li &gt; a:hover{
        color: #f3d624 !important;
    }
    .navbar-default .navbar-nav &gt; .active &gt; a{
        color: #f3d624 !important;
    }
    .navbar-default .navbar-nav li:hover .dropdown-menu{
        display: none;
    }

}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10000;
    opacity: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}
.header-style-4 .sticky-header, .header-style-5 .sticky-header {
    background-color: #fff;
}

.header-style-5 .sticky-header {
    background-color: #0a1b4a;
}

.header-style-5 .sticky-header .container {
    border-radius: 0;
}

</pre></body></html>