@import url(jquery.fancybox.min.css);
@import url(sweetalert2.css);
@import url(bootstrap-multiselect.css);
.navbar-toggler {
  color: #f36e20; }

.navbar-toggler .fas {
  font-size: 34px; }

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f36e20;
  overflow-x: hidden;
  transition: 0.5s;
  display: none;
  z-index: 0;
  transition: all .1s linear;
  -webkit-transition: all .1s linear; }

.overlay.show {
  display: block;
  z-index: 10000; }

.overlay.op-90 {
  background-color: rgba(243, 110, 32, 0.9); }

.overlay.op-80 {
  background-color: rgba(243, 110, 32, 0.8); }

.overlay.op-70 {
  background-color: rgba(243, 110, 32, 0.7); }

.overlay-content {
  color: #ffffff;
  position: relative; }

.overlay .overlay-close-btn {
  color: #ffffff;
  font-size: 34px; }

.overlay-content a,
.overlay-content a:hover {
  color: #ffffff; }

.mobile-menu {
  margin: 0;
  padding: 0; }

.mobile-menu .menu-item {
  text-align: center;
  color: #ffffff;
  height: 120px;
  text-decoration: none;
  background-color: #f36e20;
  display: block; }

.mobile-menu .menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.mobile-menu .menu-item a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0;
  height: 120px;
  width: 100%;
  display: block; }

.mobile-menu .menu-item a:hover {
  color: #ffffff;
  text-decoration: none; }

.mobile-menu .menu-item .fa,
.mobile-menu .menu-item .fab,
.mobile-menu .menu-item .fas,
.mobile-menu .menu-item .far {
  font-size: 36px;
  display: block;
  text-align: center; }

.menu-item .d-icon {
  height: 40px;
  vertical-align: bottom; }

.menu-item .d-desc {
  font-size: 16px;
  margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
