:root,
[data-bs-theme=light] {
  --bs-primary: #308eb0 !important;
  --bs-primary-rgb: 48, 142, 176 !important;
  --bs-secondary: #ed1c24 !important;
  --bs-secondary-rgb: 237, 28, 36 !important;
}

.btn-secondary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #ed1c24 !important;
  --bs-btn-border-color: #ed1c24 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #c91822 !important;
  --bs-btn-hover-border-color: #c91822 !important;
  --bs-btn-focus-shadow-rgb: 237, 28, 36 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #c91822 !important;
  --bs-btn-active-border-color: #c91822 !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #ed1c24 !important;
  --bs-btn-disabled-border-color: #ed1c24 !important;
}

.btn.btn-secondary,
a.btn.btn-secondary,
button.btn.btn-secondary {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #fff !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus,
a.btn.btn-secondary:active,
button.btn.btn-secondary:hover,
button.btn.btn-secondary:focus,
button.btn.btn-secondary:active {
  background-color: #c91822 !important;
  border-color: #c91822 !important;
  color: #fff !important;
}

html, body {
  background: url("/images/BG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
}

.navbar {
  background-color: #308eb0 !important;
}

.navbar-nav .nav-link {
  color: white !important;
}

.navbar-nav .nav-link.active {
  color: #ed1c24 !important;
}

.hero-section {
  background: linear-gradient(135deg, #308eb0 0%, rgb(38.4, 113.6, 140.8) 100%);
  color: white;
  padding: 4rem 0;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hero-section .lead {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.service-card .card-icon {
  font-size: 3rem;
  color: #308eb0;
  margin-bottom: 1rem;
}

.main-content {
  flex: 1;
}

.footer {
  background-color: #308eb0;
  color: #fff;
  padding: 2rem 0;
  margin-top: auto;
}

.dbxtheme-footer {
  background-color: #082336;
}

.dbxbanner {
  background-color: #308eb0;
  min-height: 300px;
  height: auto;
}

.secondarybanner {
  background-color: #ed1c24;
  min-height: 200px;
  height: auto;
}

.bbbanner {
  background-color: #191e28;
  min-height: 200px;
  height: auto;
}

.cmsbanner {
  background-color: #308eb0;
  min-height: 200px;
  height: auto;
}

.blogbanner {
  background-color: white;
  min-height: 200px;
  height: auto;
}

.itsupport {
  background-color: #308eb0;
  min-height: 300px;
  height: auto;
}

.bi-check-square-fill {
  color: #ed1c24;
}

.features li {
  padding-bottom: 10px;
}

.textbtm {
  min-height: 400px;
  height: auto;
}

.text-grey {
  color: grey;
}

.green {
  color: #00ff7f;
}

.red {
  color: #ed1c24;
}

.blue {
  color: #308eb0;
}

.telephone {
  width: 100%;
  height: 70px;
  padding-top: 60px;
  text-align: right;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
}

footer {
  color: white;
}

.footerlink {
  color: white;
}

.contactform {
  padding-bottom: 60px;
}

/*# sourceMappingURL=main.css.map */
