 html {
     scroll-behavior: smooth;
 }

 .fixed-navbar {
     position: relative !important;
 }

 .matrix-sec h1 {
     font-size: 3.1rem;
     font-weight: 500;
     color: #004bab;
 }

 .matrix-sec h2 {
     font-size: 3.1rem;
     font-weight: 500;
     color: #004bab;
 }

 .matrix-sec h3 {
     font-size: 22px;
     font-weight: 500;
     color: #004370 !important
 }

 .matrix-sec a {
     color: #004bab;
     text-decoration: underline;
 }

 .matrix-sec p {
     font-weight: 400;
     line-height: 1.9;
     color: black;
     text-align: left;
     font-size: 14px;
     margin-bottom: 28px;
 }


 .matrix-img img {
     width: 100%;
 }

 .matrix-img {
     width: 100%;
     box-shadow: 0px 0px 40px rgb(0 0 0 / 13%);
     border-radius: 10px;
 }

 .matrix-img-two {
     box-shadow: 0px 0px 40px rgb(0 0 0 / 13%);
     border-radius: 10px;
     text-align: center;
     display: inline-block;
 }

 .matrix-slide-bar {
     border: solid 1px #9a0020 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     border-radius: 12px;
     padding: 40px 0px 20px 0px;
         position: sticky;
    top: 92px;
 }

 .scroll-nav-ul {
     position: sticky;
     top: 85px;
     padding-left: 25px;
 }



 .fixed {
     position: fixed;
     top: 25px !important;
     max-width: 260px;
     padding-right: 5px;
 }

 .scroll-nav-ul li {
     list-style: none;
     font-weight: 600;
     font-size: 14px;
     padding-bottom: 20px;
     padding-left: 3px;
     color: #000000;
     font-family: "Karla";
     list-style-type:none;
     /*list-style-type: disclosure-closed;*/
 }

 .scroll-nav-ul li a {
     color: #333;
     text-decoration: none;
 }

 .scroll-nav-ul li a:hover {
     color: #004bab;
 }

 .matrix-img-center {
     display: flex;
     text-align: center;
     justify-content: center;
     align-items: center;

 }

 .dashed {
     width: 5px;
     height: 2px;
     color: black;
 }

 .scroll-nav-ul li a.active {
     color: #8d0525 !important;
     font-weight: 700;
 }

 @media screen and (max-width:1024px) {
     .matrix-slide-bar {
         display: none;
     }
 }
 .matrix-main-div h1{
    color:#9a0020;
    font-size: 25px;
    font-weight: 600;
 }
 .matrix-main-div h2{
    color:#9a0020;
    font-size: 25px;
 }
  .matrix-main-div li{
    font-size: 14px;
 }
 .matrix-main-div p {
     text-align: justify;
     font-size: 14px;
     margin-bottom: 10px;
 }
 
 .matrix-main-div  h1 {
   color: #000f68;;
    font-size: 25px;
    font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}

.matrix-main-div  h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 55px;
  background-color: #8d0524;
  z-index: 9;
}

.matrix-main-div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  /*background-color: #333;*/
}