/* 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-header .bg-overlay-image {
  background-size: 100%;
}

/* 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 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: #fff;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}

/* 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: #fe0000;
  border-color: var(--color-primary);
  color: #fff;
}

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

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

.card-header {
  color: #fff;
  background-color: #3de201;
}