
/*Social Icons*/
.skiptranslate span {
  display: none;
}

.goog-te-gadget {
  color: #fff !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border-radius: 20px;
  padding: 5px 5px;
}

#sidebarCollapse {
  background: transparent;
}

#sidebarCollapse i {
  color: #34597a;
  font-size: 28px;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main_header .container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hideclose {
    display: block;
  }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  #sidebar.active {
    left: 0;
    background: #094978;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #dismiss {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
  }
  .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbarLink ul li {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .navbarLink ul li a {
    color: #fff !important;
  }
  .navbarBtn {
    text-align: right;
  }
}
/*# sourceMappingURL=menu.css.map */