@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i');
body{
    margin: 0;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
b,strong{
    font-weight: bolder;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h2{
    font-size: 2rem;
    margin-top: 30px;
}

h3 {
        font-size: 1.75rem;
        margin-bottom: 10px;
}
h4{
   font-size: 24px;
   margin: 8px 0;
}
h5{
    font-size: 20px;
}
.mt-4{
    margin-top: 1.5rem
}
h6 {
    font-size: 1rem;
}

.h5 {
    font-size: 20px;
    font-weight: 100;
    margin: 4px 0;
}

h6 {
    margin: 2px 0;
    font-size: 14px;
}
.container{
    max-width: 1170px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}
.header{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}
.sub-header{
    width: 100%;
    height: 70px;
    background: #2f5e8e;
}
.sub-header-section{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.left-col{
    width: 50%;
}
.right-col{
    width: 50%;
}
.sub-header-register-list{
    list-style: none;
    text-align: right;
}
.item-list{
    padding: 15px 15px;
    font-size: 18px;
    display: inline-block;
    border-right: 1px solid #2b5782;
}
.item-list-link:hover{
    color: #ffc107;
}
.item-list:last-child {
    border-right: none;
}
.navigation-section {
    display: flex;
    width: 100%;
    padding: 10px 0;
    align-items: center;
}
.dropdown-content{
    display: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}

  
  .dropdown {
    position: relative;
    display: inline-block;
  }
.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
  }
.dropdown-content a {
    display: block;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-content a:hover {
    background: linear-gradient(to bottom, #9e9e9e29 0%, #9e9e9ea1 100%);
}
a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
}
button {
    background-color: #ffc107;
    background-image: linear-gradient(to right, #ff0000bd, #ffc107 );
    height: 44px;
    padding: 8px;
    border: none;
    text-align: center;
    opacity: 0.8;
    border-radius: 5px;
    font-weight: 700;
}
/* .nav-list{
    padding-left: 0;
    list-style: none;
    text-align: right;
} */
.nav-menu{
    text-align: right;
    padding: 15px 15px;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
}
/* footer section */
.footer{
    background: #222;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}
.footer-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.copyright::before{
    content: "\00A9" ;
}
.footer-links{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.row-link{
    color: #ffffff;
    padding: 0 6px 10px;
    font-size: 18px;
    display: inline-block;
}
.row-link:hover{
    color: #ffc107;
}


/* banner section */
.banner-section {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
}
.banner{
    background-image: url("KJ_Website_banner.jpg");
    background-size: cover;
    background-position: center;
    height: 350px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    padding: 0 2rem;
    gap: 1rem;
}
.banner-img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
}
.banner-text{
    font-size: 40px;
    font-weight: 500;
}
/* about me */
.content-section{
    padding: 50px 0;
}
/* table */
.tag{
    text-align: center;
}
.matrix-tabel{
    border-spacing: 0;
    border: 1px solid #22222254;
    margin: 24px 0;
}
.matrix-content{
    text-align: center;
    padding: 0px 0 100px;
}
.matrix-content a{
    color: blue;
}
p{
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    
}
td, th {
    text-align: left;
    padding: 8px;
    border: 1px solid #22222254;
  }

th{
    background-color: #f8f9fa;
}
td{
    font-size: 16px;
    color: #000000a6;
} 
/* login and register form */
.submit-section{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.submit-btn {
    padding: 8px;
    background-color: blue;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    border-style: none;
    width: 80px;
}
.submit-btn:hover{
    background-color: #091b2e;
}
input#name {
    width: 300px;
    padding: 5px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
}
input#email {
    width: 300px;
    padding: 5px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
}
input#password {
    width: 300px;
    padding: 5px;
    border-style: solid;
    border-color: grey;
    border-width: 1px;
}

.pass-text{
    color: blue;
}

/* report html */
.report-content-table{
    border-spacing: 0;
    border: 1px solid #22222254;
    margin: 24px 0;
    width: 100%;
}
.report-th-td {
    text-align: center;
    padding: 8px;
    border: 1px solid #22222254;
  }

th{
    background-color: #f8f9fa;
}
td{
    font-size: 16px;
    color: #000000a6;
}
.h3{
    text-align: center;
}
.report-content{
    padding: 0px 0 100px;
}
.content-list{
    list-style: none;
    padding: 0;
}
/* disclaimer-section */
.disclaimer-section{
    padding: 0px 0 100px;
}
/* Disclosures-section */
.Disclosures-section{
    padding: 0px 0 100px;
}
/* investor-section */
.investor-section{
    padding: 0px 0 100px;
}
/* redressal-section */
.redressal-section{
    padding: 0px 0 100px;
}
.redressal-item{
    margin-bottom: 16px;
}
.redressal-item a{
    color: blue;
}