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

/* Adjusts the top margin of the slideshow position */
div#n2-ss-2 .n2-ss-slider-4 {
  padding-top: 100px;
}

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

.navbar-brand.logo-control img.logo-img {
  max-height: 1000px;
  max-width: 45%;
}

/* Controls the size of the off canvas/mobile menu logo */
.t4-offcanvas .t4-off-canvas-header a img {
  max-height: 5rem;
}

/* 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;
  font-size: 105% !important;
}

.ifaq-tpl-basic .ifaq-collapsible .ifaq-item-header {
  font-size: 105% !important;
}

.btn.btn-primary2 {
  background-color: #db1f26;
  border-color: var(--color-primary);
  color: #fff;
  font-size: 90% !important;   
}

/* 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: #83ee3e;
}

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

.fw-normal {
  font-weight: 400 !important;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 10px;
}

/* Controls the color of the sandwich bar */
.t4-offcanvas-toggle i {
  font-size: 22px;
  color: #fff !important;
}

/* Controls the background color of the dropdown menu of top nav */
.t4-megamenu.animate.slide .dropdown .dropdown-menu {
  background-color: #111;
}

/* Controls the background color of the main buttons */
div#n2-ss-2 .n2-style-771503a848f3e267c98f8cc9614a667b-heading {
  background: #004974 !important;
}