@font-face {
  font-family: 'noahbold';
  src: url("../fonts/noah-bold.eot");
  src: url("../fonts/noah-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bold.woff2") format("woff2"), url("../fonts/noah-bold.woff") format("woff"), url("../fonts/noah-bold.svg#noahbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahbold_italic';
  src: url("../fonts/noah-bolditalic.eot");
  src: url("../fonts/noah-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-bolditalic.woff2") format("woff2"), url("../fonts/noah-bolditalic.woff") format("woff"), url("../fonts/noah-bolditalic.svg#noahbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular';
  src: url("../fonts/noah-regular.eot");
  src: url("../fonts/noah-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regular.woff2") format("woff2"), url("../fonts/noah-regular.woff") format("woff"), url("../fonts/noah-regular.svg#noahregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'noahregular_italic';
  src: url("../fonts/noah-regularitalic.eot");
  src: url("../fonts/noah-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/noah-regularitalic.woff2") format("woff2"), url("../fonts/noah-regularitalic.woff") format("woff"), url("../fonts/noah-regularitalic.svg#noahregular_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

.page_sub_menu {
  background-color: #0B0B0B;
}
  .page_sub_menu .item_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
    .page_sub_menu .item_wrapper .item.left_item {
      width: 70%; }
      .page_sub_menu .item_wrapper .item.left_item ul,
      .page_sub_menu .item_wrapper .item.left_item ol {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .page_sub_menu .item_wrapper .item.left_item ul li,
        .page_sub_menu .item_wrapper .item.left_item ol li {
          display: inline-block;
          margin-left: 75px; }
          .page_sub_menu .item_wrapper .item.left_item ul li:first-of-type,
          .page_sub_menu .item_wrapper .item.left_item ol li:first-of-type {
            margin-left: 0; }
          .page_sub_menu .item_wrapper .item.left_item ul li a,
          .page_sub_menu .item_wrapper .item.left_item ol li a {
            display: block;
            color: white;
            text-decoration: none;
            font-family: "noahbold", sans-serif;
            font-size: 20px;
            text-transform: uppercase; }
    .page_sub_menu .item_wrapper .item.right_item {
      width: 30%; }
      .page_sub_menu .item_wrapper .item.right_item .img_wrapper {
        text-align: right; }
        .page_sub_menu .item_wrapper .item.right_item .img_wrapper img {
          width: 100px; }
    @media (max-width: 1600px) {
      .page_sub_menu .item_wrapper .item.left_item ul li,
      .page_sub_menu .item_wrapper .item.left_item ol li {
        margin-left: 30px; }
        .page_sub_menu .item_wrapper .item.left_item ul li a,
        .page_sub_menu .item_wrapper .item.left_item ol li a {
          font-size: 18px; } }
  @media (max-width: 1200px) {
    .page_sub_menu {
      display: none; } }

header {

  width: 100%;
  background-color: #000000;
  position: absolute;
  z-index: 10;
top: 0px;
  
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }
  @media (max-width: 1200px) {
    header.active {
      background-color: black; }
      header.active .bottom_bar .rbd_container .menu_item_wrapper .item.logo_item .logo_wrapper {
        background-color: transparent; }
      header.active .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item {
        background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(#062933));
        background-image: linear-gradient(to bottom, black, #062933); } }
  header .bottom_bar {
    position: relative;
    padding-bottom: 20px; }
    header .bottom_bar .rbd_container .menu_item_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      header .bottom_bar .rbd_container .menu_item_wrapper .item.logo_item {
        width: 100%;
        position: relative; }
        header .bottom_bar .rbd_container .menu_item_wrapper .item.logo_item .logo_wrapper {
          width: 100px;
          height: 100px;
          margin: 0 auto;
          padding-top: 10px; }
          header .bottom_bar .rbd_container .menu_item_wrapper .item.logo_item .logo_wrapper img {
            max-width: 300%;
            display: block;
            margin: 0 auto; }
      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul {
          width: 100%;
          list-style-type: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li {
            position: relative; }
            header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li a {
              color: white;
              text-decoration: none;
              text-transform: uppercase;
              font-size: 15px;
              font-family: "noahbold", sans-serif;
              display: block;
              height: 100%;
              padding: 10px 0 10px 0;
              margin: 0 0;
              letter-spacing: 0.5px;
              text-transform: uppercase;
              font-smooth: always;
              -webkit-font-smooth: antialiased;
              -moz-osx-font-smoothing: auto;
              -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
              transition: color .3s ease-in-out, border .3s ease-in-out; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li a span.fa {
                margin-left: 5px; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li a.btn {
                margin-top: 25px; }
              @media (min-width: 1200px) {
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li a:hover {
                  color: white;
                  border-bottom-color: #000000; } }
              @media (max-width: 1600px) {
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li a {
                  font-size: 13px;
                  margin: 0 5px; } }
            header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul {
              position: absolute;
              top: 34px;
              right: 0px;
              display: none;
              list-style-type: none;
              margin: 0;
              padding: 0;
              z-index: 1; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li {
                position: relative; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li a {
                  text-align: center;
                  width: 200px;
                  border-bottom: 1px solid #eee;
                  display: block;
                  font-size: 13px;
                  padding: 10px 10px;
                  -webkit-transition: all .3s ease-in-out;
                  transition: all .3s ease-in-out;
                  line-height: 20px; }
                  @media (min-width: 1200px) {
                    header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li a {
                      background-color: #000000; }
                      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li a:hover {
                        background-color: #000000;
                        border-bottom: 1px solid #eee; } }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li:last-of-type a {
                 }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li > ul {
                  position: absolute;
                  top: 0;
                  right: -100%;
                  display: none;
                  list-style-type: none;
                  margin: 0;
                  padding: 0;
                  z-index: 1; }
                  header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li > ul > li a {
                    text-align: left;
                    width: 200px;
                    border-bottom: 1px solid #eee;
                    display: block;
                    font-size: 13px;
                    padding: 10px 10px;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                    line-height: 20px; }
                    @media (min-width: 1200px) {
                      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li > ul > li a {
                        background-color: #000000; }
                        header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li > ul > li a:hover {
                          background-color: #000000;
                          border-bottom: 1px solid #eee; } }
                @media (min-width: 1200px) {
                  header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li > ul > li:hover > ul {
                    display: block; } }
            @media (min-width: 1200px) {
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul li:hover > ul {
                display: block; } }
      @media (max-width: 1200px) {
        header .bottom_bar .rbd_container .menu_item_wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          width: 100%;
          max-width: 100% !important;
          padding: 0 !important;
          min-height: 90px; }
          header .bottom_bar .rbd_container .menu_item_wrapper .item.logo_item, header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item {
            width: 100%; }
          header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item {
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 20px;
            padding-bottom: 20px;
            z-index: 11; }
            header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul {
              padding: 0; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li > a {
                width: 100%;
                margin: 0 0;
                text-align: center;
                border-top: 1px solid rgba(255, 255, 255, 0.05);
                position: relative;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li > a:hover {
                  color: #ddd;
                  border-bottom-color: #ddd; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.current-menu-item > a {
                color: #ddd;
                border-bottom-color: #ddd; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.btn_li {
                width: 45%; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children.current-menu-item > a {
                border-bottom-color: transparent; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children.current-menu-item > a:hover {
                  border-bottom-color: transparent; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children > a {
                overflow: hidden;
                position: relative; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children > a:hover {
                  border-bottom-color: transparent; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children > a span.fa.fa-angle-down {
                  position: absolute;
                  right: 0;
                  top: 0;
                  width: 40px;
                  height: 100%;
                  border: 1px solid #555;
                  line-height: 32px;
                  font-size: 18px;
                  -webkit-transition: all .3s ease-in-out;
                  transition: all .3s ease-in-out; }
                  header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item > ul > li.menu-item-has-children > a span.fa.fa-angle-down.active {
                    -webkit-transform: rotate(-180deg);
                            transform: rotate(-180deg); }
            header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-flow: row wrap;
                      flex-flow: row wrap;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              width: 100%; }
              header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li {
                width: 100%;
                margin: 0 !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-flow: column nowrap;
                        flex-flow: column nowrap; }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li a {
                  color: white;
                  display: block;
                  text-align: center;
                  width: 100%;
                  height: 100%;
                  padding: 10px 0 10px 20px;
                  font-size: 15px; }
                  header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li a span.fa.fa-angle-down {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 40px;
                    height: 100%;
                    border: 1px solid #555;
                    line-height: 32px;
                    font-size: 18px;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out; }
                    header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li a span.fa.fa-angle-down.active {
                      -webkit-transform: rotate(-180deg);
                              transform: rotate(-180deg); }
                header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul {
                  position: static;
                  display: none;
                  width: 100%;
                  height: auto; }
                  header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li {
                    width: 100%;
                    max-width: 90%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin: 0 auto !important; }
                    header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li a {
                      border-bottom: 0;
                      width: 100%;
                      font-weight: 400;
                      text-align: center;
                      border-top: 1px solid rgba(255, 255, 255, 0.05);
                      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                      -webkit-transition: all .2s ease-in-out;
                      transition: all .2s ease-in-out; }
                      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li a:hover {
                        color: #ddd;
                        border-bottom-color: #ddd; }
                      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li a span.fa.fa-angle-down {
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 40px;
                        height: 100%;
                        border: 1px solid #555;
                        line-height: 32px;
                        font-size: 18px;
                        -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out; }
                        header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li a span.fa.fa-angle-down.active {
                          -webkit-transform: rotate(-180deg);
                                  transform: rotate(-180deg); }
                    header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul {
                      position: static;
                      display: none;
                      width: 100%;
                      height: auto; }
                      header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul li {
                        width: 100%;
                        max-width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        margin: 0 auto !important; }
                        header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul li a {
                          border-bottom: 0;
                          width: 100%;
                          font-weight: 400;
                          text-align: center;
                          border-top: 1px solid rgba(255, 255, 255, 0.05);
                          border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                          -webkit-transition: all .2s ease-in-out;
                          transition: all .2s ease-in-out; }
                          header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul li a:hover {
                            color: #ddd;
                            border-bottom-color: #ddd; }
                          header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul li a span.fa.fa-angle-down {
                            position: absolute;
                            right: 0;
                            top: 0;
                            width: 40px;
                            height: 100%;
                            border: 1px solid #555;
                            line-height: 32px;
                            font-size: 18px;
                            -webkit-transition: all .3s ease-in-out;
                            transition: all .3s ease-in-out; }
                            header .bottom_bar .rbd_container .menu_item_wrapper .item.menu_item ul li ul li ul li a span.fa.fa-angle-down.active {
                              -webkit-transform: rotate(-180deg);
                                      transform: rotate(-180deg); } }
    @media (max-width: 1200px) {
      header .bottom_bar .rbd_container {
        padding: 10px 0 0 0;
        max-width: 100%; } }
  header .burger_slim_top_wrapper {
    position: fixed;
    left: 50px;
    top: 50px;
    padding: 10px 2px 7px 7px;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    display: none;
    background-color: #062933;
    z-index: 201; }
    header .burger_slim_top_wrapper.active {
      padding-top: 6px; }
  header .burger-slim {
    background: transparent;
    position: absolute;
    cursor: pointer; }
    header .burger-slim.burger-slim-top {
      height: 20px;
      width: 20px;
      z-index: 201;
      display: block; }
    header .burger-slim.burger-slim-bottom {
      left: 5%;
      top: 50px;
      height: 20px;
      width: 15px;
      display: none; }
    @media (max-width: 1200px) {
      header .burger-slim.burger-slim-bottom {
        display: block; } }
    header .burger-slim:before, header .burger-slim:after {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      content: "";
      height: 2px;
      left: 0;
      -webkit-transition: 0.75s;
      transition: 0.75s;
      width: 20px; }
    header .burger-slim.burger-slim-top:before, header .burger-slim.burger-slim-top:after {
      background: white;
      width: 20px; }
    header .burger-slim.burger-slim-bottom:before, header .burger-slim.burger-slim-bottom:after {
      background: white; }
    header .burger-slim.burger-slim-bottom.active:before, header .burger-slim.burger-slim-bottom.active:after {
      background: white; }
    header .burger-slim:before {
      position: absolute;
      top: 0; }
    header .burger-slim.burger-slim-top:before {
      -webkit-box-shadow: white 0 5.5px 0 0;
              box-shadow: white 0 5.5px 0 0; }
    header .burger-slim.burger-slim-bottom:before {
      -webkit-box-shadow: white 0 5.5px 0 0;
              box-shadow: white 0 5.5px 0 0; }
    header .burger-slim:after {
      position: absolute;
      top: calc(100% - 9px); }
    header .burger-slim.active:before {
      -webkit-box-shadow: transparent 0 0 0 0;
              box-shadow: transparent 0 0 0 0;
      top: 50%;
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg); }
    header .burger-slim.active:after {
      top: 50%;
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg); }

.burger_slim_top_wrapper {
  position: fixed;
  left: 50px;
  top: 50px;
  padding: 10px 2px 7px 7px;
  width: 35px;
  height: 35px;
  border: 1px solid white;
  display: none;
  background-color: #062933;
  z-index: 201; }
  .burger_slim_top_wrapper.active {
    padding-top: 6px; }

.burger-slim {
  background: transparent;
  position: absolute;
  cursor: pointer; }
  .burger-slim.burger-slim-top {
    height: 20px;
    width: 20px;
    z-index: 201;
    display: block; }
  .burger-slim.burger-slim-bottom {
    left: 5%;
    top: 50px;
    height: 20px;
    width: 15px;
    display: none; }
  @media (max-width: 1200px) {
    .burger-slim.burger-slim-bottom {
      display: block; } }
  .burger-slim:before, .burger-slim:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    content: "";
    height: 2px;
    left: 0;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    width: 20px; }
  .burger-slim.burger-slim-top:before, .burger-slim.burger-slim-top:after {
    background: white;
    width: 20px; }
  .burger-slim.burger-slim-bottom:before, .burger-slim.burger-slim-bottom:after {
    background: white; }
  .burger-slim.burger-slim-bottom.active:before, .burger-slim.burger-slim-bottom.active:after {
    background: white; }
  .burger-slim:before {
    position: absolute;
    top: 0; }
  .burger-slim.burger-slim-top:before {
    -webkit-box-shadow: white 0 5.5px 0 0;
            box-shadow: white 0 5.5px 0 0; }
  .burger-slim.burger-slim-bottom:before {
    -webkit-box-shadow: white 0 5.5px 0 0;
            box-shadow: white 0 5.5px 0 0; }
  .burger-slim:after {
    position: absolute;
    top: calc(100% - 9px); }
  .burger-slim.active:before {
    -webkit-box-shadow: transparent 0 0 0 0;
            box-shadow: transparent 0 0 0 0;
    top: 50%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .burger-slim.active:after {
    top: 50%;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }

.main_sidebar_navigation {
  position: fixed;
  left: -100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  height: 100%;
  width: 350px;
  z-index: 100;
  padding-top: 100px;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(#03171D));
  background-image: linear-gradient(to left, black, #03171D);
  -webkit-box-shadow: 5px 0 15px 5px rgba(0, 0, 0, 0.9);
          box-shadow: 5px 0 15px 5px rgba(0, 0, 0, 0.9); }
  .main_sidebar_navigation.active {
    left: 0; }
  @media (max-width: 575.98px) {
    .main_sidebar_navigation {
      overflow-y: auto; } }
  .main_sidebar_navigation::-webkit-scrollbar {
    width: 5px; }
  .main_sidebar_navigation::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .main_sidebar_navigation::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    outline: 2px solid black; }
  .main_sidebar_navigation .logo_wrapper img {
    width: 100px;
    display: block;
    height: auto;
    margin: 0 auto; }
  .main_sidebar_navigation .menu_wrapper {
    margin-top: 50px; }
    .main_sidebar_navigation .menu_wrapper .sidebar_menu {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .main_sidebar_navigation .menu_wrapper .sidebar_menu > li {
        position: relative; }
        .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > a {
          display: block;
          position: relative;
          color: white;
          text-decoration: none;
          font-family: "noahbold", sans-serif;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 30px;
          padding: 15px 60px 15px 20px;
          border-top: 1px solid white;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > a:hover {
            background-color: #03171D; }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > a span.fa {
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 100%;
            border: 1px solid white;
            font-size: 20px;
            line-height: 55px;
            text-align: center; }
        .main_sidebar_navigation .menu_wrapper .sidebar_menu > li:first-of-type a {
          border-top: 0; }
        .main_sidebar_navigation .menu_wrapper .sidebar_menu > li:last-of-type a {
          border-bottom: 1px solid white; }
        @media (min-width: 575.98px) {
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li:hover ul {
            display: block; } }
        .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul {
          list-style-type: none;
          margin: 0;
          padding: 0;
          position: absolute;
          right: -200px;
          top: 0;
          width: 200px;
          display: none;
          overflow-y: auto;
          border-left: 5px solid white; }
          @media (min-width: 575.98px) {
            .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul {
              height: 400px; } }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul::-webkit-scrollbar {
            width: 5px; }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul::-webkit-scrollbar-thumb {
            background-color: #ccc;
            border-radius: 20px;
            outline: 2px solid black; }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul li a {
            background-color: #010405;
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            display: block;
            width: 100%;
            height: 100%;
            line-height: 25px;
            border-top: 1px solid white;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out; }
            .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul li a:hover {
              background-color: black; }
          .main_sidebar_navigation .menu_wrapper .sidebar_menu > li > ul li:first-of-type a {
            border-top: 0; }
    @media (max-width: 575.98px) {
      .main_sidebar_navigation .menu_wrapper .sidebar_menu > li a {
        font-size: 15px; }
      .main_sidebar_navigation .menu_wrapper .sidebar_menu > li ul {
        position: static;
        display: none;
        width: 100%; }
        .main_sidebar_navigation .menu_wrapper .sidebar_menu > li ul li a {
          background-color: transparent;
          padding: 20px 20px; } }
