/* 0D6EFD */

:root {
  --Primary: #0d6efd;
  --Secondary: #6c757d;
  --Success: "#198754";
  --Danger: "#DC3545";
  --Warning: "#FFC107";
  --Info: "#0DCAF0";
  --Dark: "#212529";
}

.header-wrapper .main-menu li .sub-menu {
  right: auto !important;
}
.header-wrapper .main-menu li .sub-menu .label {
  color: #727171;
  padding: 5px 10px;
}

.logo img {
  width: 50% !important;
}

.home__theme {
  color: #ff8c00 !important;
  text-shadow: 2px 2px #fff;
}

.banner-block .img {
  opacity: 0.8;
  height: 125%;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
  padding: 5px 0 5px;
}

.text-base {
  color: #ff8c00;
}

.mb-4 {
  margin-bottom: 16px;
}

.logo-text {
  font-size: 35px;
  color: #ff8c00;
  font-weight: 900;
  font-family: sans-serif;
  text-shadow: 8px 4px 11px #000000ba;
}

.footer-top .widget-items .content-area .quick-link li a {
  font-size: 13px;
}

.phone-icon img {
  cursor: pointer;
}
