@media (min-width: 1025px) {
  .kt-aside__brand {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .kt-aside__brand .kt-aside__brand-tools svg g [fill] {
      fill: #45A87F; } }

@media (max-width: 1024px) {
  .kt-header-mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #eff0f6; }
    .kt-header-mobile--fixed.kt-header--minimize .kt-header-mobile {
      border-bottom: 0;
      -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1); }
    .kt-header__topbar--mobile-on .kt-header-mobile {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
      background: #b4b8ce; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
        background: #b4b8ce; }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span {
      background: #45A87F; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::after {
        background: #45A87F; }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span {
      background: #45A87F; }
      .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::after {
        background: #45A87F; }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i {
      color: #b4b8ce; }
    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
      color: #45A87F; } }
      .kt-aside__brand-aside-toggler span {
        background: #b4b8ce; }
        .kt-aside__brand-aside-toggler span:before,  .kt-aside__brand-aside-toggler span:after{
          background: #b4b8ce; }
          .kt-aside__brand-aside-toggler span:before {
            top: -8px;
          }
          .kt-aside__brand-aside-toggler span:before {
            position: absolute;
            display: block;
            right: 0;
            width: 100%;
            height: 2px;
            min-height: 2px;
            content: "";
            border-radius: 2px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            top: -8px;
          }

          .kt-aside__brand-aside-toggler span:after {
            position: absolute;
            display: block;
            right: 0;
            width: 100%;
            height: 2px;
            min-height: 2px;
            content: "";
            border-radius: 2px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            bottom: -8px
          }

          button.kt-aside__brand-aside-toggler {
            display: inline-block;
            position: relative;
            overflow: hidden;
            margin: 0;
            padding: 0;
            font-size: 0;
            text-indent: -9999px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: none;
            border: none;
            cursor: pointer;
            background: none;
            outline: none !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            margin: 1.5rem 0 0 0;
          }

          button.kt-aside__brand-aside-toggler span {
            display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
          }

          