.loader_logo {
  height: 60px;
  max-width: none !important;
}

section {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.qubex_primary {
  color: #FE8300;
}

.qubex_background {
  background: #414551;
}

.bg-dark {
  background-color: #353E4A !important;
}

.qubex_background_light {
  background-color: #cccccc;
}

.qubex_background_lightdark {
  background-color: #33363f;
}

.qubex_background_superdark {
  background-color: #21272f !important;
}

.text_qubex_light {
  color: #cccccc;
}

.text_qubex_dark {
  color: #33363f !important;
}

.text_qubex_superdark {
  color: #21272f !important;
}

.footer .footer_logo {
  height: 50px;
}

.icon_box .lineDraw {
  filter: grayscale(1);
  opacity: 0.3;
  max-width: 125px;
  transition: filter, opacity 0.3s ease-in-out;
}
.icon_box:hover .lineDraw {
  filter: grayscale(0);
  opacity: 1;
}

.swiper {
  position: relative;
}
.swiper .left_gradient {
  position: absolute;
  width: 50%;
  max-width: 400px;
  height: 100%;
  background: linear-gradient(to right, #353E4A, rgba(33, 39, 47, 0));
  top: 0;
  left: 0;
  z-index: 111;
}

.grid-item h5 a {
  font-size: 16px !important;
}
.grid-item .item_image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 300px;
}

.form_box {
  margin: 10px 0;
}

.contact_message {
  color: #ff003d;
}/*# sourceMappingURL=main.css.map */