 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: dotted 2px #9a0020 !important;
     border-radius: 12px;
     padding: 40px 0px 20px 0px;
 }

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



 .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: 30px;
     padding-left: 3px;
     color: #000000;
     font-family: "Karla";
     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: #004bab !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;
 }