/* Slideshow Settings */
.t4-section.sec-spacing-lg .t4-section-inner {
    padding-top: 0rem;
    padding-bottom: 0rem;
    --t4-gutter-x: 0rem;
}

/* Controls the Height of Top Nav Area to Accomodate the Background Image
.t4-header-r > * {
  margin-left: 1rem;
  margin-bottom: 19rem;
}*/

/* Controls the Height of Top Nav Area to Accomodate the Background Image
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
  color: var(--mainnav-link-active-color);
  margin-bottom: 19rem;
}*/

/* Controls the Height of Top Nav Area to Accomodate the Background Image
.navbar-brand {
  margin-bottom: 19rem;
}*/

/* Controls the size of the top nav area background image
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  margin-bottom: 19rem;
}*/

/* Controls the size of the top nav area background image */
.header-wrap {
  position: relative;
  padding-bottom: 19em;
}

/* Controls the color of top nav active link */
.t4-palette-light .t4-megamenu .navbar-nav > li.active > a, .t4-palette-light .t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #db1f26;
}

/* Controls the top and bottom margin of the footer modules */
.t4-footnav .container {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

/* iFAQ Body Style */
.ifaq-tpl-basic .ifaq-container-open {
  background-color: #fff;
  color: #000;
}

/* iFAQ Heading Style */
.ifaq-tpl-basic .collapse-open .ifaq-item-header {
  color: #000;
  font-weight: 700;
}

.btn.btn-primary2 {
  background-color: #db1f26;
  border-color: var(--color-primary);
  color: #fff;
}

/* Border below Slideshow Position */
.border-bottom {
  border-width: 0;
  border-bottom-width: 0px !important;
}

/* Controls Shadow of Border below Slideshow Position */
.shadow-sm, .categories-list .com-content-categories__items .com-content-categories__item img, .blog-list .item-image img {
  box-shadow: none !important;
}

.bg-primary {
  --t4-bg-opacity: 1;
  background-color: #db1f26 !important;
}

.card-header {
  color: #fff;
  background-color: #283a84;
}

/* Controls the width of the form and form fields */
.form-control {
  max-width: 100%;
}