/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 You can write your style here and overwrite our style
 ============================================================== */
.h5-nav-bar .navbar-nav .nav-link {
  padding-bottom: 5px !important;
  padding-top: 25px !important;
}
.topbar.fixed-header {
    background: #1c1f32 !important;
}

.btn-info, .btn-info.disabled {
    background: #1c1f32 !important;
    border: #1c1f32 !important;
}

@media (max-width: 1023px) {
.topbar {
  background: #1c1f32 !important;
}
}

@media (max-width: 1023px) {
.h5-nav-bar .navbar-collapse {
  background: #1c1f32 !important;
}
}