@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Light-webfont.eot");
  src: url("fonts/OpenSans-Light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/OpenSans-Light-webfont.woff") format("woff"),
    url("fonts/OpenSans-Light-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Light-webfont.svg#Open_Sans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/OpenSans-Regular-webfont.woff") format("woff"),
    url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Regular-webfont.svg#Open_Sans") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/OpenSans-Semibold-webfont.woff") format("woff"),
    url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Semibold-webfont.svg#Open_Sans") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/OpenSans-Bold-webfont.woff") format("woff"),
    url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Bold-webfont.svg#Open_Sans") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MetaSystems Fonts";
  src: url("fonts/MetaSystemsFont.woff") format("woff"),
    url("fonts/MetaSystemsFont.ttf") format("truetype");
}
@font-face {
  font-family: "Centhroxicons";
  src: url(fonts/Centhroxicons.ttf) format("truetype"),
    url(fonts/Centhroxicons.woff2) format("woff"),
    url(fonts/Centhroxicons.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(google-icons.woff2) format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 100%;
  text-align: justify;
  font-size: 1.25rem;
  background-color: white;
  color: #303338;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}
/* colours */
.primary-color {
  color: white;
}
.ms-red {
  color: #c92a39;
}
.secondary-color {
  color: #a12c37;
}
.ms-light-red {
  color: #d81f31;
}
.ms-lighter-red {
  color: rgba(216, 31, 49, 0.1019607843);
}
.ms-black {
  color: #131313;
}
.red-light {
  color: #fbe8ea;
}

.ms-gradient {
  color: #969696;
}
.gray-white {
  color: #f4f5f6;
}
.gray-light {
  color: #7c8189;
}
.gray-dark {
  color: #4e4e4e;
}
.color-error {
  color: #dc143c;
}
.color-warning {
  color: #ff7f50;
}
.color-success {
  color: #9acd32;
}

/* 
background colours */
.bg-lighter-red {
  background-color: rgba(216, 31, 49, 0.1019607843);
}

.bg-lighter-gray {
  background-color: #eaeaea;
}

.bg-gray {
  background-color: #4e4e4e;
}

.bg-white {
  background-color: white;
  opacity: 1;
}

.bg-deep-gray {
  background-color: #4e4e4e;
  color: white;
}

.bg-light-gray {
  background-color: #eaeaea;
}
.bg-ms-red {
  background-color: #c92a39;
}

/* Spacing */

/* Large */
.margin-bottom-large {
  margin-bottom: 80px;
}
.margin-top-large {
  margin-top: 80px;
}
.margin-left-large {
  margin-left: 80px;
}
.margin-right-large {
  margin-right: 80px;
}

/* Default */
.margin-bottom-default {
  margin-bottom: 50px;
}
.margin-top-default {
  margin-top: 50px;
}
.margin-left-default {
  margin-left: 50px;
}
.margin-right-default {
  margin-right: 50px;
}

/* Small */
.margin-bottom-small {
  margin-bottom: 30px;
}
.margin-top-small {
  margin-top: 30px;
}
.margin-left-small {
  margin-left: 30px;
}
.margin-right-small {
  margin-right: 30px;
}

/* Padding */

.padding-bottom-large {
  padding-bottom: 80px;
}
.padding-top-large {
  padding-top: 80px;
}
.padding-left-large {
  padding-left: 80px;
}
.padding-right-large {
  padding-right: 80px;
}

/* Default */
.padding-bottom-default {
  padding-bottom: 50px;
}
.padding-top-default {
  padding-top: 50px;
}
.padding-left-default {
  padding-left: 50px;
}
.padding-right-default {
  padding-right: 50px;
}

/* Small */
.padding-bottom-small {
  padding-bottom: 30px;
}
.padding-top-small {
  padding-top: 30px;
}
.padding-left-small {
  padding-left: 30px;
}
.padding-right-small {
  padding-right: 30px;
}

.padding-small {
  padding: 30px;
}

/* Small */
.padding-bottom-small-half {
  padding-bottom: 15px;
}
.padding-top-small-half {
  padding-top: 15px;
}
.padding-left-small-half {
  padding-left: 15px;
}
.padding-right-small-half {
  padding-right: 15px;
}

.padding-small-half {
  padding: 15px;
}
section h2 {
  scroll-margin-top: 100px; /* or whatever height your sticky nav is */
}
.scroll-margin {
  scroll-margin-top: 200px;
  scroll-behavior: smooth;
}
/* nav .container {
  @media (max-width: 992px) {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
} */
/* filter accordion */
.filter .form-check-input {
  border-radius: 0;
  margin-right: 10px;
  border: #969696 solid 2px;
  margin-top: 0;
}
.filter .form-check-input:checked {
  background-color: #d81f31;
  border-color: #d81f31;
  box-shadow: none;
}

.filter .form-check-input-checked-border-color,
.filter .form-check-input-focus-border,
.filter .form-check-input-focus-box-shadow .filter .form-check-input {
  border-color: none;
}

.filter .form-check-input:not(:checked):focus {
  outline: none;
  box-shadow: none;
}
.filter .form-check-input:active {
  box-shadow: none;
  border-color: none;
}

.custom-accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.filter .accordion-body {
  padding-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
  display: flex;
}
.filter .accordion-button {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 700;
  font-size: 20px;
  color: #303338;
  border-color: #d81f31;
  border: 2px;
}

.accordion-line {
  flex-grow: 1;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom: 2.5px dotted #969696;
  height: 12px;
}

.filter .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 30px;
  width: auto;
  height: auto;
}
.filter .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: inherit;
}
.filter .accordion-button hr {
  margin: 0 auto;
}

.filter .accordion-button:not(.collapsed)::after {
  content: "–";
  font-size: 30px;
}

.filter .accordion-header {
  border-style: none;
}
.filter .accordion-item {
  /* padding-bottom: 15px;
  padding-top: 15px; */

  font-size: 20px;
  border-radius: 0;
  border-width: 1px;
  border: none;
  line-height: 24px;
}
.filter .accordion {
  border-style: none;
  border-color: none;
}
.filter .collapse.show {
  @media only screen and (max-width: 991px) {
    border-bottom: none;
    max-width: 100%;
  }
}

/* Fixed by default (mobile/tablet) */
.responsive-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

/* Sticky on desktop */
@media (min-width: 992px) {
  .responsive-nav {
    position: sticky;
  }
}

@media (max-width: 768px) {
  .doc-div {
    margin-top: 25px;
  }
}

.quotations p::before {
  /* font-family:"Centhroxicons"!important;
  content:"\ea42";

  /* content: "❝"; Opening quotation mark */
  /* font-size: 4rem; /* Make it larger if needed*/
  /* color: #c92a39; /* Custom color for the quote mark */
  /* line-height: 4.5rem; 
float: left;
margin-right: 15px;   */

  font-family: "Centhroxicons" !important;
  content: "\ea42";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #c92a39;
  font-size: 3em;
  float: left;
  z-index: 2;
  margin-right: 15px;
}
.container {
  .column-gap {
    --bs-gutter-x: 50px;
  }
  @media (max-width: 992px) {
    .column-gap {
      --bs-gutter-x: 2.5rem;
    }
  }

  @media (max-width: 576px) {
    .column-gap {
      --bs-gutter-x: 1.5rem;
      /* padding-left: 20px;
    padding-right: 20px; */
    }
  }
}

.filter-by {
  font-weight: 700;
  color: #303338;
}

.clear-filters {
  font-weight: 400;
}
.doc {
  width: 300px;
  height: 300px;
  position: relative;
}
.doc-main {
}
.doc-main .doc-a {
  display: block;
  background-color: #eaeaea;
}
.doc-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4e4e4e;
  padding-left: 1rem;
  padding-right: 1rem;
}
.doc-link {
  font-size: 0.8rem;
  color: #303338;
  text-decoration: underline;
  padding-right: 5px;
}

.doc-link-wrapper {
}
.doc-link:hover {
  text-decoration: underline;
}
.doc-image {
  /* width: 210px;
  height: 210px;
  margin: auto;
  display: block; */
  display: block;
  width: 80%;
  height: auto;
  margin: auto; /* no extra spacing */
  border-top: 1px solid rgba(255, 255, 255, 0.1); /* optional separator */
  padding-bottom: 20px;
}

.lang-title {
  margin-bottom: 1px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: -7px;
}
.doc a {
  font-size: 0.9rem;
  color: #4e4e4e;
  text-decoration: underline;
}

.MarkupPagerNav {
  clear: both;
  margin: 1em 0;
  font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 2px 9px;
  color: #fff;
  background: #4e4e4e;
  margin-right: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #fff;
  background: #c92a39;
  text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #4e4e4e;
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}
a {
  text-decoration: none;
  color: #c92a39;
}
a:hover {
  color: #a12c37;
}

.btn {
  color: #c92a39;
  border-radius: 0;
}
.btn ul {
  background-color: white;
}

.btn-width {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 700;
  font-weight: 700;
}
h1 {
  font-size: 3rem;
  font-weight: 900;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
.font-weight-900 {
  font-weight: 900;
}

/* h4 {
  font-size: 1.25rem;
} */
/* font size for navigation */
.fontsize-mainnav {
  font-size: 1.75rem;
}
.submenu-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4e4e4e;
}
@media (max-width: 992px) {
  .submenu-text {
  font-size: 1rem;
  font-weight: 500;
  }
}
.font-mainnav {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4e4e4e;
}

@media only screen and (max-width: 768px) {
  .font-mainnav {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .nav-pad {
    padding-right: 1.5rem;
  }
}

.fontsize-subnav {
  font-size: 0.875rem;
}
.fontsize-subnav-icon {
  font-size: 1.2rem;
}
.lineheight-icons {
  margin-bottom: -9px;
}

.footer-heading-text {
  font-size: 1.75rem;
}
/* font size for image caption */
figcaption {
  font-size: 1rem;
  color: #7c8189;
}
/* font size for image credits */
.image-credit {
  font-size: 0.75rem;
  font-style: italic;
  margin-top: -17px;
}

.btn-lighter {
  color: #d81f31;
  background-color: rgba(216, 31, 49, 0.1019607843);
}
.btn-lighter:hover,
.btn-lighter.btn-lighter:focus,
.btn-lighter.btn-lighter:active {
  background-color: #801b3a;
  color: white;
  border: none;
}

.btn-deep {
  color: white;
  background-color: #d81f31;
}
.btn-deep:hover,
.btn-deep.btn-deep:focus,
.btn-deep.btn-deep:active {
  background-color: #801b3a;
  color: white;
}

.btn-white {
  background-color: white;
  color: #d81f31;
  border: 0.5px solid #d81f31;
}
.btn-white:hover,
.btn-white.btn-white:focus,
.btn-white.btn-white:active {
  background-color: #801b3a;
  color: white;
  border: none;
}
/* Dropdown container */
.dropdown {
  position: relative;
  border-radius: 0;
}

/* Dropdown menu styles */
.dropdown .dropdown-menu {
  display: none;
  visibility: hidden;
  left: 0;
  border-radius: 0;
  border: none;
  border-bottom: 7px solid #c92a39;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
  transition: all 0.2s ease;
  max-height: 500px;
  column-count: 3;
  column-gap: 50px;
  background-color: rgb(244, 245, 246);
  padding: 2rem 7rem;
  
}

/* Hover-triggered dropdown on desktop only */

  @media (min-width: 992px) {
 .dropdown:hover .dropdown-menu {
  display: block; /* Display dropdown on hover */
  z-index: 99900;
  visibility: visible;
  transition: all 0.3s ease;
}
}

.dropdown:focus-within > .dropdown-menu,
  .dropdown:has(.nav-link:focus) > .dropdown-menu {
    display: block;
  }
/* Mobile/tablet layout adjustments */
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    display: none; /* Bootstrap will add .show class when clicked */

     padding: 2rem 2rem 2rem 2rem;
    column-count: auto;
    column-gap: 0;
    box-shadow: none;
    margin-top: 0;
    transition: none;
  border-bottom: none;
   overflow-y: scroll;
   margin: 0px; 

  }
  .dropdown-menu.show{
    display: block;
    visibility: visible;
  }
     .nav-item.dropdown.position-static > .dropdown-menu {
    position: absolute !important;
  }
}


@media (max-width: 768px) {
  .dropdown .dropdown-menu {
    column-count: auto;
        display: none;
        visibility: visible;
    overflow-y: scroll;
    font-size: 16px;
    text-decoration: none;
    padding: 2rem 2rem 2rem 2rem;
      border-bottom: none;
  }
}

/* Other styles */
.dropdown-menu ul {
  padding-left: 0;
  break-inside: avoid;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  padding: 10px 15px;
  width: 100%;
  break-inside: avoid;
}


/* Ensure the container fills the width of the dropdown */
.dropdown-menu .container {
  max-width: 965px !important;
  margin: 0 auto !important;
  padding: 0;
}

/* Hide Bootstrap's default caret on desktop */



.sol-list {
  /* padding-bottom: 1px; */
  border-bottom: 2px solid #4e4e4e;
  border-bottom-width: 100%;
  color: #4e4e4e;

  background-color: transparent;
}

.list-group {
  border: none;
  margin-left: 0;
}
.list-group .list-group-item {
  border: none;
  padding: 2px;
  background-color: transparent;
  color: #4e4e4e;
}
.list-group p {
  font-size: 1.5rem;
}
.list-group .list-group-item:hover {
  color: #c92a39;
}
.list-group .list-group-item-action:hover {
  background-color: #fbe8ea;
}
form .fa-angle-down {
  display: none;
}

.region-select-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.topnav ul {
  padding-right: 0;
}

.topnav .nav-link {
  position: relative;
  /* margin-left:15px; */

  @media (max-width: 992px) {
    /* margin-left: 15px; */
    padding-bottom: 15px;
    padding-top: 15px;
  }
  /* border-right: white solid 3px; */
}

/* .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.5rem 0.7rem 0.5rem 0.7rem;
} */
.navbar-padding {
  padding-bottom: 0;
}
.topnav .nav-link:hover {
  color: #c92a39;
  @media (max-width: 992px) {
    background-color: #fbe8ea;
    color: #c92a39;
  }
}
.topnav .nav-link.nav-link:active {
  color: #c92a39;
}

.topnav .nav-item {
  margin-right: 0.938rem;
}
@media (max-width: 992px) {
  .topnav .nav-item:last-child {
  margin-right: 0;
    border-bottom: 1px solid;
  }
}
.topnav .selected > a {
  color: #c92a39;
}
.topnav .border-right {
  margin-right: 0.938rem;
  border-right: 2px solid #ffffff; /* Adds a border on the right side */
  padding-right: 0.938rem; /* Optional: Adds spacing inside the nav item */
}
.topnav .no-border {
  padding-right: 0.938rem;
}

.topnav .no-border:last-child {
  padding-right: 0;
}

.topnav .border-right:last-child {
  border-right: none; /* Removes the border from the last item if desired */
  padding-right: 0;
}

.topnav ul {
}
.topnav .nav-item:last-child {
  margin-right: 0;
  border-right: none;
}

@media (min-width: 992px) {
.nav-links::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #c92a39;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: none;
  transition: all 0.2s;
  border: none;
  margin: 0;
  pointer-events: none;
  vertical-align: bottom;
}
}


/* Show arrow on mobile/tablet */
@media (max-width: 992px) {
  .dropdown-toggle::after {
     display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content:"" ;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
  
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #c92a39;
}
.navbar-nav .nav-link.active {
  color: #c92a39;
}

@media (min-width: 992px) {
.nav-links:focus::after {
  display: block;
}

.nav-links:hover::after {
  display: block;
}

.nav-links:active::after {
  display: block;
}

}
.head-nav {
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 5px 0;
}
.head-nav li i {
  text-align: center;
}
.head-nav li:nth-child(1) {
  border-right: #f8f9fa 1px solid;
}
.head-nav li:nth-child(2) {
  border-right: #f8f9fa 1px solid;
}
.head-nav .dropdown-menu {
  z-index: 3000;
  border-radius: 0;
}
.head-nav .dropdown-menu a:hover {
  color: #c92a39;
}
.main-nav {
}
.navbar-brand img {
  height: 50px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .navbar-brand img {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 50px;
  }
}

.menu-toggler {
  color: #4e4e4e;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .menu-toggler {
    font-size: 24px;
  }
}
.navbar-toggler {
  margin-left: auto;
  border: none;
  padding: 0px;
}

@media (max-width: 992px) {
  .navbar > .container {
    /* max-width: 1000px; */
  }
}

@media (max-width: 576px) {
  /* .navbar>.container{
    max-width: 600px;
  } */
}

@media (max-width: 768px) {
  .navbar {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f4f5f6;
    border-bottom: 7px solid #c92a39;

    align-items: center;
    flex-grow: 1;
    flex-basis: 100%;

    margin: 0 !important;

    box-sizing: border-box;
    z-index: 1000;
  }

  .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}

/* Tablet: 768px to 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f4f5f6;
    border-bottom: 7px solid #c92a39;

    align-items: center;
    flex-grow: 1;
    flex-basis: 100%;

    margin: 0 !important;

    box-sizing: border-box;
    z-index: 1000;
    text-align: right;
  }
  .column-gap {
    --bs-gutter-x: 2.5rem;
  }

  .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}

.off-fix .offcanvas {
  display: block !important; /* Ensure it is a block by default */

  margin-left: 0;
}
.off-fix .btn-close {
  color: #4e4e4e;
}

@media (max-width: 992px) {
  .off-fix .column-gap {
    --bs-gutter-x: 1px;
  }
}

.off-fix .offcanvas-header {
  padding-bottom: 5px;
}
.off-fix .offcanvas-body {
  padding-top: 5px;

 
}


.offcanvas{
    background-color: #c8c8c8;


}



.offcanvas.offcanvas-end {
    top: 75px;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.offcanvas-backdrop.show{
  opacity: 0.5;
}

.fixed-top-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030; /* Same as Bootstrap navbar */
  background: white;
}
.fixed-top-container .row-padding {
  background: var(--bs-gray); /* Or your color */
}
/* Hide on desktop */
@media (min-width: 992px) {
  .fixed-top-container {
    display: none;
  }
}

.collapse {
  /* jumping menu */
  /* margin: 0 !important;
  padding: 0 !important; */
}

#inter-link {
  border: none;
}

.section-gray {
  background-color: #c8c8c8;
  padding: 10rem;
}

.section-deep-gray {
  background-color: #4e4e4e;
}

.section-color {
  background-color: rgb(248, 249, 250);
}

section a {
  color: #d81f31;
}
section a:hover {
  color: #801b3a;
}

.odd {
  background-color: #eaeaea;
}

.even {
  background-color: white;
}

.aside {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  background: #ccc;
}
.hr-doc {
  border-bottom: 2px solid #969696;
  margin-bottom: 10px;
}
.hr-bottom {
  border-bottom: 0.5px solid #131313;
  padding-bottom: 5px;
  border-bottom-width: 2px;
}

.home-icons {
  width: 200px;
  height: 200px;
}
.home-icons .msicons {
  font-size: 5rem;
  text-align: center;
  display: block;
}
.home-icons .icon-border {
  border: 1px solid #c92a39;
}

/* .separator-class {
  border-bottom: 3px solid #b81212;
} */
.separator-class:after {
  display: block;
  content: "";
  height: 1.5em;
  width: 5.5em;
  background-image: url(/site/templates/images/section-divider.svg);
  background-size: 5.5em 1.5em;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;

  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.card {
  border-radius: 0;
  border-color: #c8c8c8;
  height: 100%;
  font-size: 1rem;
}
.card .img-fit {
  aspect-ratio: 2/2;
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
  height: auto;
  margin: auto;
}

.card-img-top {
  border-radius: 0;
}

.card-body {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.card-text {
  flex-grow: 1;
  
}

nav .link {
  padding: 6rem;
}

footer a {
  color: #4e4e4e;
  text-decoration: none;
}
footer a:hover {
  color: #c92a39;
}
footer h6 {
  border-bottom: solid #131313;
  border-bottom-width: 2px;
  padding-bottom: 5px;
}
footer .footer-heading-text {
  font-size: 1.5rem;
  border-bottom: solid #131313;
  border-bottom-width: 2px;
  padding-bottom: 5px;
  font-weight: 700;
}

.footer2 {
  background-color: #c92a39;
  color: #f8f9fa;
}
.footer2 a {
  color: #f8f9fa;
  text-decoration: none;
  font-size: 0.7rem;
}
.footer2 a:hover,
.footer2 a:focus,
.footer2 a:active {
  text-decoration: underline;
  color: #f8f9fa;
}

.footer2 span {
  font-size: 0.7rem;
}
.footer2 .fa-brands {
  font-size: 1.2rem;
  vertical-align: middle;
}
.footer2 .div-icons {
  justify-content: end;
  @media screen and (max-width: 768px) {
    justify-content: left;
  }
}
.footer2 .div-icons li {
  margin-left: 0.5rem;
}
.footer2 .div-icons li:first-child {
  margin-left: 0;
}

.vertical-line {
  border-right: #ffffff 1px solid;
  line-height: 10px;
}

.footer2 li:last-child a {
  border: none;
}
.pubs-div {
  background-color: rgba(216, 31, 49, 0.1019607843);
  color: #c92a39;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  color: #c92a39;
}
.accordion-button:focus {
  box-shadow: none;
}

.breadcrumbs > span:not(:last-child):after {
  position: relative;
  bottom: 1;
  content: ">";
  color: #4e4e4e;
  padding: 0 5px 0 5px;
}
.breadcrumbs span a {
  color: #d81f31;

  font-size: 16px;
}
.breadcrumbs > span:first-child {
  margin: 0;
}

a.disabled {
  pointer-events: none; /* Prevent clicking */
  color: #969696; /* Change text color to gray */
}

.border-right {
  /* margin-right: 5px; */

  border-right: 0.2px solid #4e4e4e; /* Adds a border on the right side */
  /* Optional: Adds spacing inside the nav item */
}
.border-right:last-child {
  border-right: none; /* Removes the border from the last item if desired */
  padding: 0;
  margin: 0;
}

.search-click {
  border: 1px solid #ccc;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  padding: 20px;
  transition: all 0.5s;
}

.search-click:focus {
  width: 300px;
  padding-left: 50px;
}

.search-click {
  position: relative;
  overflow: hidden;
  height: 50px;
}

.search-click input {
  background: transparent;
  border: 1px solid #ccc;
  outline: none;
  position: absolute;
  width: 300px;
  height: 50px;
  left: 0%;
  padding: 10px;
}

.swiper {
  width: 600px;
  height: 300px;
}

/* Basic Styles for Search Icon and Input */
/* Search Icon */
/* Search Input (Initially Hidden) */
/* When Input is Focused */
/* Expand Input */
/* Hover Effect for Icon */
.search-page a {
  color: #c92a39;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-icon {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.search-icon:hover {
  transform: scale(1.2);
}
.search-icon:hover .fa-search {
  color: #ffffff;
}

.search-input {
  width: 0;
  height: 35px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: none;
  outline: none;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.search-input:focus {
  outline: none;
}

.search-container.active .search-input {
  width: 200px;
  opacity: 1;
}

.search-bar {
  margin: 0.938rem 0px;
  padding-top: 0;
}
.row-padding {
  --bs-gutter-x: 0px;
}
.input-group .form-control {
  border-radius: 0;
  padding-top: 1.563;
  padding-bottom: 1.563;
}

/* Example CSS file */
/* body {
  font-family: "Open Sans Light", sans-serif;
  font-weight:lighter;
  font-style:normal;
} */
.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 30%;
}

.hero-section div {
  height: 650px;
}

.overlay-text {
  position: absolute;
  background-color: rgb(147, 133, 133);
}

.intro-slide-area {
  background-color: rgba(243, 243, 243, 0.908);
  padding-top: 7%;
  padding-bottom: 0%;
}

.btn-primary {
  background-color: rgb(232, 68, 68);
  border-color: transparent;
}

.publications-container {
  background-color: rgba(245, 243, 243, 0.8392156863);
}

.minislide {
  border: #c3c0c0 solid 1px;
  padding: 20px;
}

.img-slide::after {
  border: tomato solid 10px;
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-2em, -1.7em);
  /* transition: all 1s;
    transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55)*/
}

.main-image {
  max-width: 30%;
}

.featured-image {
  display: inline-block;
  position: relative;
}
.featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.featured-image::after {
  content: "";
  position: absolute;
  border: #c92a39 solid 10px;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* margin-left:20px; */
  transform: translate(-1em, -1em);
}

/* .img-slide:hover {
    cursor: pointer;
    transform: translate(4em, 1em);
    z-index: -2;
  } */
.element-slider {
  position: relative;
  transform: translate(4em, 1em);
}

.hero-img {
  display: flex;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 30%;
  /* margin-bottom: 100px; */
  position: relative;
  background: (to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%),
    url("<?php echo $bgImage; ?>");
}
@media (max-width: 768px){
.hero-img {

  background-position:  5% 50%;

}
}
.img-header {
  justify-content: end;

  line-height: 1;
  text-align: right;
}
.hero-img h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
.hero-img h2 {
  font-size: 2rem;
  font-weight: 700;
}
.title-border {
  border-bottom: 15px solid #d81f31;
  display: inline-block;
}
/* .icon-wrapper{
  text-align: center;
} */
.page-icon {
  display: inline-block;
  max-width: 10%; /* responsive */
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .img-header {
    position: absolute;
    bottom: 10px;
  }
  .hero-img h1 {
    font-size: 2rem;
  }
  .hero-img h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  .title-border {
    border-bottom: 8px solid #d81f31;
    display: inline-block;
  }
}

.hero-img div {
  /* padding: 24rem 0 0 0; */
  align-self: flex-end !important;

  @media (max-width: 992px) {
    /* padding: 20rem 0 0 0; */
    align-self: flex-end !important;
  }
}

 .carousel .carousel-control-prev,  .carousel .carousel-control-next{

  bottom: -20px;
  top: none;
  align-items: flex-end;
   opacity: 5;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon{
background-color: #d81f31;
 padding:20px;
 opacity: 5;
}
.carousel .carousel-control-prev-icon:hover, .carousel .carousel-control-next-icon:hover{
  opacity: 0.5;
}

#carouselExampleFade .carousel-item {
  display: flex;
}

.footer-c {
  background-color: #f8f9fa;
}

.footer-c li {
  font-size: 1rem;
}

ul {
  list-style: none;
}

.btn-primary:hover {
  background-color: rgba(247, 69, 37, 0.94);
  border-color: transparent;
}

.btn-primary:active {
  background-color: rgba(37, 247, 181, 0.94);
}

.scroll {
  position: relative;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.m-scroll {
  overflow: hidden;
  height: 50%;
  white-space: nowrap;
  animation: scroll-horizontal 10s infinite linear;
  margin: 0;
  font-size: 0;
  display: flex;
  justify-content: space-around;
  width: -moz-fit-content;
  width: fit-content;
}

span {
  margin: 0;
  padding: 0;
  color: white;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
} /*# sourceMappingURL=style.css.map */
