
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root{
  --lg_fs: 24px;
  --md-fs: 20px;
  --nm-fs:16px;
  --dark_text:#162f6a;
  --light_text: #214AAB;
  --black: #000;
  --white: #fff;
  --highlight: #dd4b39;
  --light-white: #ffffffbd;
  --light-bg: #4867b3;
  --theme-color: #0033a1; 
  --light_blue: #d6e5f5;
  --light-gray: #f2f2f2;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2'),
       url('../fonts/NotoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

caption {
  caption-side: top; /* You can also use 'bottom' */
  text-align: center;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.import-section .table-responsive th{
    background: none repeat scroll 0 0 #0033a1 !important;
    /* border: 1px solid var(--text_bg_gray) !important; */
    /* color:var(--white) !important; */
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px !important;
    font-family: Noto Sans !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    text-align: center;
}
.import-section .table-responsive td{ 
  border: 1px solid #1d0a6938 !important;
    font-size: 14px;
    max-width: 200px !important;
    word-break: break-all;
    min-width: auto !important;
    font-family: Noto Sans !important;
    text-align: center;
}
.import-section .table-responsive tr:nth-child(even) {
 background-color: rgb(248,248,248);
}
.first-about-us {
    background-color: #EBEAEA;
    padding: 25px;
    border: none;
    color: var(--color--theme-1);
    background-color: #EBEAEA;
    border-radius: 10px;
    margin-bottom: 20px;
}
.import-section p.vision-para {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 26px;
}
.import-section .about-para-section{
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
}
.import-section .second-about-us h2{
  line-height: 30px;
  font-size: 22px;
  margin-bottom: 10px;
  border-left: 5px solid var(--theme-color);
  padding: 10px;
  /* background-color: #EBEAEA; */
  border-radius: 5px;
}

.import-section .para-about-ddp12{
  font-size: 20px;
}
.section-about-ddp2{
    border-radius: 8px;
    padding: 12px 12px 0;
    height: 100%;
    border: 1px solid #adcceb;
    color: #13406c;
    background-color: #d6e5f5;
    position: relative;
 }
 .section-about-ddp2 .read-mores {
    background-color: #0b2641;
    color: #fff;
    border-radius: 5px;
    padding: 1px 7px 3px;
    font-size: 13px;
    border: none;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 15px;
    bottom: 15px;
 }
 .second-about-us p{
  text-align: justify;
  line-height: 30px;
 }
 .import-section .about-number {
    margin: 0px 0px 5px 0px !important;
    font-size: 28px;
    color: #0b2641;
    font-weight: 700;
}
.about-number1 {
    text-align: justify;
}

@media screen and (min-width: 992px) {
  .first-about-us {
    top: 12rem;
    position: sticky;
  }
}

@media screen and (min-width: 1440px) {
  .import-section p.vision-para {
    font-size: 20px;
    line-height: 32px;
  }
}

