.navbar-default {
    background: #133c65 !important;
}
.dropdown-menu{
padding: 0px !important;
}
@media (max-width: 767px){
body .navbar-default .nav-pills li a {
    color: #fff;
    background: #133c65 !important;
    border-radius: unset;
}
body .nav .open > a {
       background-color: rgb(18 60 100) !important;
}
.navbar-toggle{
    background-color: #133c65 !important;
}
body .nav-pills li h3{
    background: #133c65 !important;
}
.nav-pills li.dropdown {
    border-bottom: 1px solid rgb(98 73 73 / 0%) !important;
}
body .nav-pills li h3{
    border-bottom: 1px solid rgb(98 73 73 / 0%) !important;
}
}
.social-icon {
 width: 66% !important;
 padding: 0 !important;
 line-height: 2;
 color: #ffffff !important;
 font-size: 16.8px !important;
 font-weight: 300;
 font-family: 'quarkbold', sans-serif;
}
.navbar {
 margin-bottom: 0 !important;
 background: #113c65 !important;
}
.navbar-default .nav-pills > li:active,
.navbar-default .nav-pills > li:hover,
.navbar-default .nav-pills > li:focus ,
.navbar-default .nav-pills > li > a:hover, 
.navbar-default .nav-pills > li > a:active,
.navbar-default .nav-pills > li > a:focus {
    background: #133c65 !important;
    color: #f9cb42 !important;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #55789b !important;
}

footer {
    background-color: #133c65 !important;
}
.copy-right{
   background: #0d263e !important;
}

.copy-right a {
    color: #ffffff !important;
}
.title-default > a{
    color: #0854a0 !important;
    border-bottom: 4px solid #0854a0 !important;
}
hr:after {
    border-top: none !important;
}
.sidebar-menu > li > a {
    /* padding: 12px 5px 12px 5px; */
    display: block;
    border-left: 3px solid transparent;
    color: #4a515a  !important;
    border-bottom: dashed thin #999;
    padding: 0.3em 0.25em;
}